Fix some bad references:

fopen(2) -> fopen(3)
  fclose(2) -> fclose(3)
This commit is contained in:
Chris Costello 1999-08-14 07:07:46 +00:00
parent 0114ca66e9
commit b07158f71c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49741

View file

@ -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 .