.Xr botch fix
[unix-history] / usr / src / usr.sbin / chown / chgrp.1
index a2af09d..19f50fe 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)chgrp.1    6.4 (Berkeley) %G%
+.\"     @(#)chgrp.1    6.5 (Berkeley) %G%
 .\"
 .Dd 
 .Dt CHGRP 1
 .\"
 .Dd 
 .Dt CHGRP 1
@@ -24,9 +24,11 @@ operand to the
 ID specified by the group operand.
 .Pp
 Options:
 ID specified by the group operand.
 .Pp
 Options:
+.Tw Ds
 .Tp Fl R
 Recursively change file group IDs.
 .Tp Fl R
 Recursively change file group IDs.
-For each file
+For each
+.Ar file
 operand that names a directory, chgrp changes the
 group of the directory and all files in the file
 hierarchy below it.
 operand that names a directory, chgrp changes the
 group of the directory and all files in the file
 hierarchy below it.
@@ -38,6 +40,7 @@ query about strange modes (unless user does not have proper permissions).
 .Tp
 .Pp
 Operands:
 .Tp
 .Pp
 Operands:
+.Tw Ds
 .Tp Ar group
 The
 .Ar group
 .Tp Ar group
 The
 .Ar group
@@ -55,10 +58,11 @@ The
 .Nm chgrp
 utility exits 0 on success, and >0 if an error occurs.
 .Sh FILES
 .Nm chgrp
 utility exits 0 on success, and >0 if an error occurs.
 .Sh FILES
-.Dw group
-.Ds L
-.Dp Pa group
+.Dw /etc/group
+.Di L
+.Dp Pa /etc/group
 Group ID file
 Group ID file
+.Dp
 .Sh SEE ALSO
 .Xr chown 2 ,
 .Xr chown 8 ,
 .Sh SEE ALSO
 .Xr chown 2 ,
 .Xr chown 8 ,
@@ -68,3 +72,4 @@ Group ID file
 The
 .Nm chgrp
 function is expected to be POSIX 1003.2 compatible.
 The
 .Nm chgrp
 function is expected to be POSIX 1003.2 compatible.
+This manual page is derived from the POSIX 1003.2 manual page.