diff options
-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 875c12198b52..c8954e981299 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 . |