diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-12 00:25:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-12 00:25:51 +0000 |
commit | b07d03e000b5c073e7768a6ca2e30578ac51f318 (patch) | |
tree | 36d7e51ef9ef8e4826c18e06c734be9d994e9843 /manual/sysinfo.texi | |
parent | 37742e84b2569e6f392d04b338a7e48773ed7a94 (diff) | |
download | glibc-b07d03e000b5c073e7768a6ca2e30578ac51f318.tar.gz glibc-b07d03e000b5c073e7768a6ca2e30578ac51f318.tar.xz glibc-b07d03e000b5c073e7768a6ca2e30578ac51f318.zip |
Update.
* manual/sysinfo.texi: Document fstab and mtab handling functions. * manual/llio.texi: Document more LFS functions and start documenting the AIO functions.
Diffstat (limited to 'manual/sysinfo.texi')
-rw-r--r-- | manual/sysinfo.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/sysinfo.texi b/manual/sysinfo.texi index cb9b954417..993cbdaa14 100644 --- a/manual/sysinfo.texi +++ b/manual/sysinfo.texi @@ -481,7 +481,7 @@ This function takes for the @var{stream} parameter a file handle which previously was returned from the @code{setmntent} call. @code{endmntent} closes the stream and frees all resources. -The return value is @code[1} unless an error occurred in which case it +The return value is @code{1} unless an error occurred in which case it is @code{0}. @end deftypefun |