summaryrefslogtreecommitdiff
path: root/bin/chmod
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-05-29 15:05:00 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-05-29 15:05:00 +0000
commit45d93d3fb4f26de6e3c95bb9fd0fd2e4955356d9 (patch)
treece7e86cedb7cce377477634a06422782dddb83fd /bin/chmod
parent8c807d6c9d94f750e87fa7bdce3aaa3266c17347 (diff)
- consistent STANDARDS blurb
- note which options are extensions to POSIX discussed w/ deraadt otto millert
Diffstat (limited to 'bin/chmod')
-rw-r--r--bin/chmod/chgrp.110
-rw-r--r--bin/chmod/chmod.110
-rw-r--r--bin/chmod/chown.818
3 files changed, 26 insertions, 12 deletions
diff --git a/bin/chmod/chgrp.1 b/bin/chmod/chgrp.1
index a071507bb2a..d7d585eaa87 100644
--- a/bin/chmod/chgrp.1
+++ b/bin/chmod/chgrp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chgrp.1,v 1.8 2005/10/15 08:42:14 jmc Exp $
+.\" $OpenBSD: chgrp.1,v 1.9 2007/05/29 15:04:59 jmc Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -121,4 +121,10 @@ group ID file
.Sh STANDARDS
The
.Nm
-utility is expected to be POSIX 1003.2 compatible.
+utility is compliant with the
+.St -p1003.1-2004
+specification.
+.Pp
+The flag
+.Op Fl f
+is an extension to that specification.
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1
index eb2b17233c8..ecd8d02ffca 100644
--- a/bin/chmod/chmod.1
+++ b/bin/chmod/chmod.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chmod.1,v 1.30 2006/01/26 22:20:32 jmc Exp $
+.\" $OpenBSD: chmod.1,v 1.31 2007/05/29 15:04:59 jmc Exp $
.\" $NetBSD: chmod.1,v 1.8 1995/03/21 09:02:07 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
@@ -372,9 +372,13 @@ Set the group bits equal to the user bits, but clear the group write bit:
.Sh STANDARDS
The
.Nm
-utility is expected to be
+utility is compliant with the
.St -p1003.1-2004
-compatible.
+specification.
+.Pp
+The flags
+.Op Fl HLP
+are extensions to that specification.
.Sh HISTORY
A
.Nm
diff --git a/bin/chmod/chown.8 b/bin/chmod/chown.8
index 7e922101544..2a402119877 100644
--- a/bin/chmod/chown.8
+++ b/bin/chmod/chown.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chown.8,v 1.9 2005/10/15 08:52:39 jmc Exp $
+.\" $OpenBSD: chown.8,v 1.10 2007/05/29 15:04:59 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -142,6 +142,16 @@ utility exits 0 on success or >0 if an error occurred.
.Xr fts 3 ,
.Xr symlink 7
.Sh STANDARDS
+The
+.Nm
+utility is compliant with the
+.St -p1003.1-2004
+specification.
+.Pp
+The flag
+.Op Fl f
+is an extension to that specification.
+.Pp
Previous versions of the
.Nm
utility used the dot
@@ -151,9 +161,3 @@ This has been changed to be a colon
.Pq Sq \&:
character so that user and
group names may contain the dot character.
-.Pp
-The
-.Nm
-command is expected to be
-.St -p1003.2
-compliant.