diff options
author | phantom <phantom@FreeBSD.org> | 1999-09-05 06:39:22 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 1999-09-05 06:39:22 +0000 |
commit | 68a54f2ec3ca36d5b152c87df32935ce4e8aeab2 (patch) | |
tree | b53ac7eb1e5559b4495ff899a663bebb4109a3b4 /lib | |
parent | 89a80b07ca47a03eac7b8f3fe0fe351c11c319b0 (diff) | |
download | FreeBSD-src-68a54f2ec3ca36d5b152c87df32935ce4e8aeab2.zip FreeBSD-src-68a54f2ec3ca36d5b152c87df32935ce4e8aeab2.tar.gz |
mdoc style fix.
Reviewed by: mpp
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/chflags.2 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index 6a3633f..9325686 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -81,16 +81,14 @@ The file may not be renamed or deleted. .El .Pp The -.Dq UF_IMMUTABLE -, +.Dq UF_IMMUTABLE , .Dq UF_APPEND and .Dq UF_NOUNLINK flags may be set or unset by either the owner of a file or the super-user. .Pp The -.Dq SF_IMMUTABLE -, +.Dq SF_IMMUTABLE , .Dq SF_APPEND and .Dq SF_NOUNLINK |