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/chflags.2 | |
parent | 5777e081fa3c49e12058a541a71c4950aa3e5d21 (diff) | |
download | FreeBSD-src-5bd8884c66002f4da091ba3fdf9309e79aae1d86.zip FreeBSD-src-5bd8884c66002f4da091ba3fdf9309e79aae1d86.tar.gz |
The .Fn function.
Diffstat (limited to 'lib/libc/sys/chflags.2')
-rw-r--r-- | lib/libc/sys/chflags.2 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index 1ec73c1..00dd0f8 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -121,8 +121,9 @@ for details.) .Sh RETURN VALUES .Rv -std .Sh ERRORS -.Fn Chflags -will fail if: +The +.Fn chflags +function will fail if: .Bl -tag -width Er .It Bq Er ENOTDIR A component of the path prefix is not a directory. @@ -151,8 +152,9 @@ error occurred while reading from or writing to the file system. The underlying file system does not support file flags. .El .Pp -.Fn Fchflags -will fail if: +The +.Fn fchflags +function will fail if: .Bl -tag -width Er .It Bq Er EBADF The descriptor is not valid. |