clarify owner/group operand parsing, minor wordsmithing
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 18 Jun 1991 05:22:07 +0000 (21:22 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 18 Jun 1991 05:22:07 +0000 (21:22 -0800)
SCCS-vsn: usr.sbin/chown/chown.8 6.6

usr/src/usr.sbin/chown/chown.8

index bfab35c..f036117 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)chown.8    6.5 (Berkeley) %G%
+.\"     @(#)chown.8    6.6 (Berkeley) %G%
 .\"
 .Dd 
 .Dt CHOWN 8
 .\"
 .Dd 
 .Dt CHOWN 8
 .Sh SYNOPSIS
 .Nm chown
 .Op Fl Rf
 .Sh SYNOPSIS
 .Nm chown
 .Op Fl Rf
-.Op Ar owner
-.Op Ar group
+.Ar owner Op Ar :group
+.Ar file ...
+.Nm chown
+.Op Fl Rf
+.Ar :group
 .Ar file ...
 .Sh DESCRIPTION
 .Nm Chown
 .Ar file ...
 .Sh DESCRIPTION
 .Nm Chown
@@ -35,9 +38,10 @@ The
 .Ar owner
 and
 .Ar group
 .Ar owner
 and
 .Ar group
-operands are both optional, but at least one must be specified; if
-the group operand is specified, it must be preceded by a colon (``:'')
-character.
+operands are both optional, however, one must be specified.
+If the
+.Ar group
+operand is specified, it must be preceded by a colon (``:'') character.
 .Pp
 The
 .Ar owner
 .Pp
 The
 .Ar owner