diff options
author | Ben Smithurst <ben@FreeBSD.org> | 2001-03-01 19:03:01 +0000 |
---|---|---|
committer | Ben Smithurst <ben@FreeBSD.org> | 2001-03-01 19:03:01 +0000 |
commit | 02c724b4fbd47b34280e84c69cc92a6400d5b8d7 (patch) | |
tree | 39534a007bc6eea8de60fc40cfc442313282d880 /bin/chmod | |
parent | ed34d0ade2848f88c70b745d77380c5069ebdfd6 (diff) | |
download | src-02c724b4fbd47b34280e84c69cc92a6400d5b8d7.tar.gz src-02c724b4fbd47b34280e84c69cc92a6400d5b8d7.zip |
The 'X' permission symbol is specified by POSIX.2, so don't say that it
isn't.
Obtained from: NetBSD
Confirmed by: ru, wollman
Notes
Notes:
svn path=/head/; revision=73281
Diffstat (limited to 'bin/chmod')
-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 791c8abb783f..e93e224df1c8 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 |