diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-01-26 22:20:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-01-26 22:20:33 +0000 |
commit | 5267b916c094adb131bca9536165bdf019b5bc7a (patch) | |
tree | 7ccf3e32ff56b1db0e27428e5b9cc1b8528cf20f | |
parent | 2ae7f10106652c83326282cc4ebdd367931919bb (diff) |
`t' and `X' are now included in posix spec;
bump the revision for the latest posix spec;
problem reported by jonathan glaschke;
ok millert
-rw-r--r-- | bin/chmod/chmod.1 | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 4b8d7062bf1..eb2b17233c8 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chmod.1,v 1.29 2005/10/15 08:50:44 jmc Exp $ +.\" $OpenBSD: chmod.1,v 1.30 2006/01/26 22:20:32 jmc Exp $ .\" $NetBSD: chmod.1,v 1.8 1995/03/21 09:02:07 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -373,14 +373,8 @@ Set the group bits equal to the user bits, but clear the group write bit: The .Nm utility is expected to be -.St -p1003.2 -compatible with the exception of the -.Ar perm -symbols -.Sq t -and -.Sq X -which are not included in that standard. +.St -p1003.1-2004 +compatible. .Sh HISTORY A .Nm |