diff options
author | ben <ben@FreeBSD.org> | 2001-03-01 19:03:01 +0000 |
---|---|---|
committer | ben <ben@FreeBSD.org> | 2001-03-01 19:03:01 +0000 |
commit | 1603ceb27af39f6209ac392f615a19e46eb400a3 (patch) | |
tree | 98cefef27df2c3edeeb6d1575206f341be524f65 /bin | |
parent | 36b9aabb472f862e3e5719891d140e7c7ce6c69f (diff) | |
download | FreeBSD-src-1603ceb27af39f6209ac392f615a19e46eb400a3.zip FreeBSD-src-1603ceb27af39f6209ac392f615a19e46eb400a3.tar.gz |
The 'X' permission symbol is specified by POSIX.2, so don't say that it
isn't.
Obtained from: NetBSD
Confirmed by: ru, wollman
Diffstat (limited to 'bin')
-rw-r--r-- | bin/chmod/chmod.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 791c8ab..e93e224 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -336,11 +336,9 @@ utility is expected to be .St -p1003.2 compatible with the exception of the .Ar perm -symbols +symbol .Dq t -and -.Dq X -which are not included in that standard. +which is not included in that standard. .Sh HISTORY A .Nm |