diff options
author | chris <chris@FreeBSD.org> | 1999-08-14 07:07:46 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 1999-08-14 07:07:46 +0000 |
commit | 872a29f0ac1a9f019347f299254371fab948125b (patch) | |
tree | abfcfbfe89667d6fa602534309401fc4871a102d /lib/libc/gen/getcap.3 | |
parent | 7c1609adea2d65bd34e9f5a2aff5d32e329c9fdd (diff) | |
download | FreeBSD-src-872a29f0ac1a9f019347f299254371fab948125b.zip FreeBSD-src-872a29f0ac1a9f019347f299254371fab948125b.tar.gz |
Fix some bad references:
fopen(2) -> fopen(3)
fclose(2) -> fclose(3)
Diffstat (limited to 'lib/libc/gen/getcap.3')
-rw-r--r-- | lib/libc/gen/getcap.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3 index 875c121..c8954e9 100644 --- a/lib/libc/gen/getcap.3 +++ b/lib/libc/gen/getcap.3 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)getcap.3 8.4 (Berkeley) 5/13/94 -.\" $Id$ +.\" $Id: getcap.3,v 1.9 1999/07/12 20:46:27 nik Exp $ .\" .Dd May 13, 1994 .Dt GETCAP 3 @@ -494,8 +494,8 @@ and functions may fail and set .Va errno for any of the errors specified for the library functions: -.Xr fopen 2 , -.Xr fclose 2 , +.Xr fopen 3 , +.Xr fclose 3 , .Xr open 2 , and .Xr close 2 . |