Module Name:    src
Committed By:   dholland
Date:           Sun Mar 29 06:04:51 UTC 2009

Modified Files:
        src/usr.sbin/chown: chgrp.1

Log Message:
Minor fix, from Alan R. S. Bueno in PR 41046, adjusted by me to not use
the default operand of .Ar on grounds of source clarity.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.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/usr.sbin/chown/chgrp.1
diff -u src/usr.sbin/chown/chgrp.1:1.18 src/usr.sbin/chown/chgrp.1:1.19
--- src/usr.sbin/chown/chgrp.1:1.18	Sat Jun 17 02:22:02 2006
+++ src/usr.sbin/chown/chgrp.1	Sun Mar 29 06:04:50 2009
@@ -29,7 +29,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)chgrp.1	8.3 (Berkeley) 3/31/94
-.\"	$NetBSD: chgrp.1,v 1.18 2006/06/17 02:22:02 reed Exp $
+.\"	$NetBSD: chgrp.1,v 1.19 2009/03/29 06:04:50 dholland Exp $
 .\"
 .Dd September 25, 2003
 .Dt CHGRP 1
@@ -45,7 +45,7 @@
 .Oc
 .Op Fl fhv
 .Ar group
-.Ar files ...
+.Ar file ...
 .Sh DESCRIPTION
 The
 .Nm

Reply via email to