diff options
author | 2002-08-23 16:13:49 +0000 | |
---|---|---|
committer | 2002-08-23 16:13:49 +0000 | |
commit | 146ab397dcb35b5b245e0ee6456087ebdf155ae9 (patch) | |
tree | d058f6eaf80014b769bd3ac92b40391736db29f7 | |
parent | o) fix .Xr usage; (diff) | |
download | wireguard-openbsd-146ab397dcb35b5b245e0ee6456087ebdf155ae9.tar.xz wireguard-openbsd-146ab397dcb35b5b245e0ee6456087ebdf155ae9.zip |
o) fix .Sh usage;
o) minor fix;
art@ ok
-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 |