diff options
author | 2001-05-25 13:37:18 +0000 | |
---|---|---|
committer | 2001-05-25 13:37:18 +0000 | |
commit | c849c109c9b1eef774c91cdc838a767c54a4f24f (patch) | |
tree | 91bbd56877175d9aa61b86d9b04fe4bcc518817d | |
parent | Remove bogus and incorrect version string. (diff) | |
download | wireguard-openbsd-c849c109c9b1eef774c91cdc838a767c54a4f24f.tar.xz wireguard-openbsd-c849c109c9b1eef774c91cdc838a767c54a4f24f.zip |
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. |