Mon Jan 30 19:17:30 2012 UTC ()
Remove references to -D option.


(dholland)
diff -r1.14 -r1.15 src/usr.sbin/edquota/edquota.8

cvs diff -r1.14 -r1.15 src/usr.sbin/edquota/edquota.8 (expand / switch to context diff)
--- src/usr.sbin/edquota/edquota.8 2011/03/06 17:32:38 1.14
+++ src/usr.sbin/edquota/edquota.8 2012/01/30 19:17:29 1.15
@@ -29,9 +29,9 @@
 .\" SUCH DAMAGE.
 .\"
 .\"	from: @(#)edquota.8	8.2 (Berkeley) 4/27/95
-.\"	$NetBSD: edquota.8,v 1.14 2011/03/06 17:32:38 wiz Exp $
+.\"	$NetBSD: edquota.8,v 1.15 2012/01/30 19:17:29 dholland Exp $
 .\"
-.Dd February 6, 2011
+.Dd January 29, 2012
 .Dt EDQUOTA 8
 .Os
 .Sh NAME
@@ -39,20 +39,20 @@
 .Nd edit user quotas
 .Sh SYNOPSIS
 .Nm
-.Op Fl DHu
+.Op Fl Hu
 .Op Fl f Ar file-system
 .Op Fl p Ar proto-username
 .Ar -d |
 .Ar username ...
 .Nm
-.Op Fl DH
+.Op Fl H
 .Fl g
 .Op Fl f Ar file-system
 .Op Fl p Ar proto-groupname
 .Ar -d |
 .Ar groupname ...
 .Nm
-.Op Fl DHu
+.Op Fl Hu
 .Op Fl f Ar file-system
 .Op Fl h Ar block#/inode#
 .Op Fl s Ar block#/inode#
@@ -60,7 +60,7 @@
 .Ar -d |
 .Ar username ...
 .Nm
-.Op Fl DH
+.Op Fl H
 .Fl g
 .Op Fl f Ar file-system
 .Op Fl h Ar block#/inode#
@@ -69,12 +69,12 @@
 .Ar -d |
 .Ar groupname ...
 .Nm
-.Op Fl DHu
+.Op Fl Hu
 .Fl c
 .Op Fl f Ar file-system
 .Ar username ...
 .Nm
-.Op Fl DH
+.Op Fl H
 .Fl g
 .Fl c
 .Op Fl f Ar file-system
@@ -179,11 +179,6 @@
 flag cause edquota to clear quota entries for the specified users or groups.
 If disk or inode usages is not 0, limits are reverted to the default quota.
 If disk and inode usages are 0, the existing quota entries are freed.
-.Pp
-The
-.Fl D
-flag cause edquota to print to the standard error property lists sent to
-and received from the kernel.
 .Pp
 Only the super-user may edit quotas.
 .Sh EXAMPLES