diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2011-03-09 11:30:39 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2011-03-09 11:30:39 +0000 |
commit | a9056b286c8c47422e7408ff725ac156bbaba7c8 (patch) | |
tree | 980cdc116d43bef37df0e519d1539347de1db8f4 /bin/chmod | |
parent | 98b8c9146b2e1eb314a64e9bb31c8c46e8aca9a4 (diff) |
remove non-standard flag
ok jasper@, otto@
Diffstat (limited to 'bin/chmod')
-rw-r--r-- | bin/chmod/chgrp.1 | 12 | ||||
-rw-r--r-- | bin/chmod/chown.8 | 15 |
2 files changed, 7 insertions, 20 deletions
diff --git a/bin/chmod/chgrp.1 b/bin/chmod/chgrp.1 index c43f39d1447..acc06a687d7 100644 --- a/bin/chmod/chgrp.1 +++ b/bin/chmod/chgrp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chgrp.1,v 1.13 2010/09/03 09:53:20 jmc Exp $ +.\" $OpenBSD: chgrp.1,v 1.14 2011/03/09 11:30:38 okan Exp $ .\" .\" Copyright (c) 1983, 1990, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" from: @(#)chgrp.1 8.3 (Berkeley) 3/31/94 .\" -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: March 9 2011 $ .Dt CHGRP 1 .Os .Sh NAME @@ -40,7 +40,7 @@ .Nd change group .Sh SYNOPSIS .Nm chgrp -.Op Fl fh +.Op Fl h .Oo .Fl R .Op Fl H | L | P @@ -53,8 +53,6 @@ sets the group ID of the specified files. .Pp The options are as follows: .Bl -tag -width Ds -.It Fl f -The force option ignores errors, except for usage errors. .It Fl H If the .Fl R @@ -122,7 +120,3 @@ The utility is compliant with the .St -p1003.1-2008 specification. -.Pp -The flag -.Op Fl f -is an extension to that specification. diff --git a/bin/chmod/chown.8 b/bin/chmod/chown.8 index 3461b6e0dfa..e39dffb6dee 100644 --- a/bin/chmod/chown.8 +++ b/bin/chmod/chown.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chown.8,v 1.14 2010/09/03 09:53:20 jmc Exp $ +.\" $OpenBSD: chown.8,v 1.15 2011/03/09 11:30:38 okan Exp $ .\" .\" Copyright (c) 1990, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)chown.8 8.3 (Berkeley) 3/31/94 .\" -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: March 9 2011 $ .Dt CHOWN 8 .Os .Sh NAME @@ -37,7 +37,7 @@ .Nd change file owner and group .Sh SYNOPSIS .Nm chown -.Op Fl fh +.Op Fl h .Oo .Fl R .Op Fl H | L | P @@ -45,7 +45,7 @@ .Ar owner Ns Op : Ns Ar group .Ar .Nm chown -.Op Fl fh +.Op Fl h .Oo .Fl R .Op Fl H | L | P @@ -58,9 +58,6 @@ sets the user ID and/or the group ID of the specified files. .Pp The options are as follows: .Bl -tag -width Ds -.It Fl f -Don't report any failure to change file owner or group, nor modify -the exit status to reflect such failures. .It Fl H If the .Fl R @@ -146,10 +143,6 @@ utility is compliant with the .St -p1003.1-2008 specification. .Pp -The flag -.Op Fl f -is an extension to that specification. -.Pp Previous versions of the .Nm utility used the dot |