diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-25 13:37:19 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-25 13:37:19 +0000 |
commit | ae074e82c4873560f239b9315441d8417b0e244d (patch) | |
tree | 672d63185d3fb763b3d288b89097af3e59f29c66 | |
parent | 4f79371a29dc9529868a766dc46ce28803e1ad59 (diff) |
Remove unnecessary .Nm args; mpech@prosoft.org.lv
-rw-r--r-- | bin/chmod/chgrp.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/chmod/chgrp.1 b/bin/chmod/chgrp.1 index 25bdd0b0718..d1ddf69c8a6 100644 --- a/bin/chmod/chgrp.1 +++ b/bin/chmod/chgrp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chgrp.1,v 1.2 2000/11/09 23:47:15 aaron Exp $ +.\" $OpenBSD: chgrp.1,v 1.3 2001/05/25 13:37:18 aaron Exp $ .\" .\" Copyright (c) 1983, 1990, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -105,12 +105,12 @@ If a group name is also a numeric group ID, the operand is used as a group name. .Pp The user invoking -.Nm chgrp +.Nm must belong to the specified group and be the owner of the file, or be the superuser. .Pp The -.Nm chgrp +.Nm utility exits 0 on success or >0 if an error occurred. .Sh FILES .Bl -tag -width /etc/group -compact @@ -126,5 +126,5 @@ group ID file .Xr chown 8 .Sh STANDARDS The -.Nm chgrp +.Nm utility is expected to be POSIX 1003.2 compatible. |