diff options
Diffstat (limited to 'usr.sbin/chown/chgrp.1')
-rw-r--r-- | usr.sbin/chown/chgrp.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/chown/chgrp.1 b/usr.sbin/chown/chgrp.1 index 55da5a5899a..0fc3ae2cdc1 100644 --- a/usr.sbin/chown/chgrp.1 +++ b/usr.sbin/chown/chgrp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chgrp.1,v 1.2 1997/01/26 05:54:27 downsj Exp $ +.\" $OpenBSD: chgrp.1,v 1.3 1998/11/08 00:21:27 aaron Exp $ .\" .\" Copyright (c) 1983, 1990, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -51,7 +51,7 @@ .Op Fl f .Op Fl h .Ar group -.Ar files ... +.Ar file Op Ar ... .Sh DESCRIPTION The chgrp utility sets the group ID of the file named by each .Ar file @@ -113,17 +113,17 @@ or be the super-user. .Pp The .Nm chgrp -utility exits 0 on success, and >0 if an error occurs. +utility exits 0 on success or >0 if an error occurred. .Sh FILES .Bl -tag -width /etc/group -compact .It Pa /etc/group -Group ID file +group ID file .El .Sh SEE ALSO .Xr chown 2 , +.Xr fts 3 , .Xr group 5 , .Xr passwd 5 , -.Xr fts 3 , .Xr symlink 7 , .Xr chown 8 .Sh STANDARDS |