sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 6e99f9e1c75c5179eb486c8a6832f8ebdfb64017
parent c05bbe2eee014fecf0d56a22dc22a6a9b78f36fb
Author: Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>
Date:   Mon,  9 Feb 2015 21:29:11 +0000

chgrp.1: note exception of -h flag unsupported

Diffstat:
Mchgrp.1 | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/chgrp.1 b/chgrp.1 @@ -1,4 +1,4 @@ -.Dd January 30, 2015 +.Dd February 9, 2015 .Dt CHGRP 1 .Os sbase .Sh NAME @@ -37,3 +37,10 @@ Don't dereference symbolic links (default). .Xr chmod 2 , .Xr chown 2 , .Xr getgrnam 3 +.El +.Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2008 +specification except from the -h flag.