diff options
author | jmacd <jmacd@FreeBSD.org> | 1997-01-30 10:25:38 +0000 |
---|---|---|
committer | jmacd <jmacd@FreeBSD.org> | 1997-01-30 10:25:38 +0000 |
commit | bdeeed7f594f0d5c0904e48b0a7928d90bb72da6 (patch) | |
tree | 17571912e02ed007dad115eb7d629e8c99b7f46e /lib | |
parent | 45f2876f9b408d85c389dc68c2a58254eec25f45 (diff) | |
download | FreeBSD-src-bdeeed7f594f0d5c0904e48b0a7928d90bb72da6.zip FreeBSD-src-bdeeed7f594f0d5c0904e48b0a7928d90bb72da6.tar.gz |
Correct "Chflags() will fail it:" to read "Chflags() will fail if:".
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/chflags.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index 12c9679..da3b285 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -96,7 +96,7 @@ Otherwise, -1 is returned and the global variable is set to indicate the error. .Sh ERRORS .Fn Chflags -will fail it: +will fail if: .Bl -tag -width Er .It Bq Er ENOTDIR A component of the path prefix is not a directory. |