diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-08-23 16:13:50 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2002-08-23 16:13:50 +0000 |
commit | c08ca6f5aaeefb7814458ec8c93b1a07972c2d5a (patch) | |
tree | 6a82230ac64f7cd8817ed49120fe3132f1de8c42 /share/man/man9/file.9 | |
parent | ec2dfba45ce4fb7444501c1f6f84eeb1194d48cc (diff) |
o) fix .Sh usage;
o) minor fix;
art@ ok
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 |