diff options
author | ru <ru@FreeBSD.org> | 2004-07-03 22:30:10 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-03 22:30:10 +0000 |
commit | 57ce50860e81c55913c3e3d59255c73bef88ba12 (patch) | |
tree | b50e352d61c120366733f7da2952877b6d6efb05 /lib/libc/sys/chflags.2 | |
parent | b49ce1f981b6243c3dd3b4a416ec8c2dcda2cee4 (diff) | |
download | FreeBSD-src-57ce50860e81c55913c3e3d59255c73bef88ba12.zip FreeBSD-src-57ce50860e81c55913c3e3d59255c73bef88ba12.tar.gz |
Eliminate double whitespace.
Diffstat (limited to 'lib/libc/sys/chflags.2')
-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 f80e671..0160878 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -46,7 +46,7 @@ .In sys/stat.h .In unistd.h .Ft int -.Fn chflags "const char *path" "u_long flags" +.Fn chflags "const char *path" "u_long flags" .Ft int .Fn lchflags "const char *path" "int flags" .Ft int |