diff options
Diffstat (limited to 'share/man/man9/file.9')
-rw-r--r-- | share/man/man9/file.9 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man9/file.9 b/share/man/man9/file.9 index d6341f27009..5bd556d3fcf 100644 --- a/share/man/man9/file.9 +++ b/share/man/man9/file.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: file.9,v 1.2 2002/08/23 15:59:09 mpech Exp $ +.\" $OpenBSD: file.9,v 1.3 2002/08/23 16:13:49 mpech Exp $ .\" .\" Copyright (c) 2002 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -56,11 +56,10 @@ pipes (see kqueues (see .Xr kqueue 2 ) , and various special purpose communication endpoints. -.Sh +.Pp A new file descriptor is allocated with the function .Fn falloc -and -freed with +and freed with .Fn fdrelease . .Fn falloc and |