diff options
| author | Chris Costello <chris@FreeBSD.org> | 1999-08-14 07:07:46 +0000 |
|---|---|---|
| committer | Chris Costello <chris@FreeBSD.org> | 1999-08-14 07:07:46 +0000 |
| commit | b07158f71c2f73c13452add20fb4289dc41ccf95 (patch) | |
| tree | 078d701fe040581f3327fe5604a9a28dd164250a | |
| parent | 0114ca66e9350d2df5eae65e8c840a0f825acbad (diff) | |
Notes
| -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 . |
