Module Name:    src
Committed By:   dholland
Date:           Mon Jan 30 19:17:30 UTC 2012

Modified Files:
        src/usr.sbin/edquota: edquota.8

Log Message:
Remove references to -D option.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/edquota/edquota.8

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/edquota/edquota.8
diff -u src/usr.sbin/edquota/edquota.8:1.14 src/usr.sbin/edquota/edquota.8:1.15
--- src/usr.sbin/edquota/edquota.8:1.14	Sun Mar  6 17:32:38 2011
+++ src/usr.sbin/edquota/edquota.8	Mon Jan 30 19:17:29 2012
@@ -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
@@ -180,11 +180,6 @@ flag cause edquota to clear quota entrie
 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
 Edit quotas for group games on all quota-enabled file systems:

Reply via email to