sbase/chgrp.1
Lorenzo Cogotti 75c97de593 Various fixes, add renice command.
This commit adds the renice command and its man page,
it also introduces some fixes:
* Makes nice command more solid, it also makes it respect POSIX return values.
* Fixes estrtol, which produced a misleading error on out of range errors.
* Fixes chgrp.1 NAME section.

Signed-off-by: Christoph Lohmann <20h@r-36.net>
2013-06-14 19:01:04 +02:00

23 lines
423 B
Groff

.TH CHGRP 1 sbase\-VERSION
.SH NAME
chgrp \- change the file group ownership
.SH SYNOPSIS
.B chgrp
.RB [ \-R ]
.I groupname
.I file...
.SH DESCRIPTION
.B chgrp
sets the group id of the files specified by
.IR file
to the gid of the group named
.IR group.
If the
.IR R
flag is specified, this process is recursively applied to
everything in
.IR file.
.SH SEE ALSO
.IR chown (1) chown (2) chmod (1) chmod (2) getgrnam (3)