diff options
author | keramida <keramida@FreeBSD.org> | 2002-07-15 20:59:12 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2002-07-15 20:59:12 +0000 |
commit | 5bd8884c66002f4da091ba3fdf9309e79aae1d86 (patch) | |
tree | 0740bbdd50b4e24e3b8d60b613944f1de59b7db7 /lib/libc/sys/close.2 | |
parent | 5777e081fa3c49e12058a541a71c4950aa3e5d21 (diff) | |
download | FreeBSD-src-5bd8884c66002f4da091ba3fdf9309e79aae1d86.zip FreeBSD-src-5bd8884c66002f4da091ba3fdf9309e79aae1d86.tar.gz |
The .Fn function.
Diffstat (limited to 'lib/libc/sys/close.2')
-rw-r--r-- | lib/libc/sys/close.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2 index 409d9e2..9e9471b 100644 --- a/lib/libc/sys/close.2 +++ b/lib/libc/sys/close.2 @@ -104,8 +104,9 @@ which is to not close the descriptor. .Sh RETURN VALUES .Rv -std close .Sh ERRORS -.Fn Close -will fail if: +The +.Fn close +function will fail if: .Bl -tag -width Er .It Bq Er EBADF .Fa D |