Module Name: src
Committed By: pgoyette
Date: Sat May 20 09:41:34 UTC 2023
Modified Files:
src/sbin/chown: chgrp.1
Log Message:
ALso fix chgrp Synopsis to include -d option
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sbin/chown/chgrp.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/chown/chgrp.1
diff -u src/sbin/chown/chgrp.1:1.9 src/sbin/chown/chgrp.1:1.10
--- src/sbin/chown/chgrp.1:1.9 Thu May 4 17:07:56 2023
+++ src/sbin/chown/chgrp.1 Sat May 20 09:41:34 2023
@@ -29,9 +29,9 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)chgrp.1 8.3 (Berkeley) 3/31/94
-.\" $NetBSD: chgrp.1,v 1.9 2023/05/04 17:07:56 pgoyette Exp $
+.\" $NetBSD: chgrp.1,v 1.10 2023/05/20 09:41:34 pgoyette Exp $
.\"
-.Dd May 1, 2023
+.Dd May 19, 2023
.Dt CHGRP 1
.Os
.Sh NAME
@@ -43,7 +43,7 @@
.Fl R
.Op Fl H | Fl L | Fl P
.Oc
-.Op Fl fhv
+.Op Fl dfhv
.Ar group
.Ar
.Nm
@@ -51,7 +51,7 @@
.Fl R
.Op Fl H | Fl L | Fl P
.Oc
-.Op Fl fhv
+.Op Fl dfhv
.Fl Fl reference=rfile
.Ar
.Sh DESCRIPTION