diff options
author | pluknet <pluknet@FreeBSD.org> | 2011-10-27 13:17:42 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2011-10-27 13:17:42 +0000 |
commit | efcbafce648f89687f6a68e8fb7a0a0dc1135f6a (patch) | |
tree | f91238b30fe86485cc87b203418971bd89079e17 /lib/libc/gen | |
parent | 72c29d057f6dea97a8059fab329e16acf4ee1dee (diff) | |
download | FreeBSD-src-efcbafce648f89687f6a68e8fb7a0a0dc1135f6a.zip FreeBSD-src-efcbafce648f89687f6a68e8fb7a0a0dc1135f6a.tar.gz |
Fix the manual section number for a cross-reference to open(2) and sort it.
Reviewed by: ed
MFC after: 3 days
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/getutxent.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getutxent.3 b/lib/libc/gen/getutxent.3 index d25aacf..1fe64f1 100644 --- a/lib/libc/gen/getutxent.3 +++ b/lib/libc/gen/getutxent.3 @@ -386,10 +386,10 @@ Otherwise, -1 is returned and the global variable is set to indicate the error. .Sh ERRORS In addition to the error conditions described in +.Xr open 2 , .Xr fdopen 3 , .Xr fopen 3 , .Xr fseek 3 , -.Xr open 3 , the .Fn pututxline function can generate the following errors: |