Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/quota ...and it seems that -d is no longer restricte...



details:   https://anonhg.NetBSD.org/src/rev/bd0bd96ca767
branches:  trunk
changeset: 848203:bd0bd96ca767
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Jan 20 21:38:29 2020 +0000

description:
...and it seems that -d is no longer restricted to root.

(No particular reason it should be; I suspect this changed when we got
real quota plumbing as historically -d would have been a special case
of asking about another user.)

diffstat:

 usr.bin/quota/quota.1 |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r ca8f279b5191 -r bd0bd96ca767 usr.bin/quota/quota.1
--- a/usr.bin/quota/quota.1     Mon Jan 20 21:35:41 2020 +0000
+++ b/usr.bin/quota/quota.1     Mon Jan 20 21:38:29 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: quota.1,v 1.21 2020/01/20 21:35:41 dholland Exp $
+.\"    $NetBSD: quota.1,v 1.22 2020/01/20 21:38:29 dholland Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -99,10 +99,6 @@
 .Fl g
 flag to view only the limits of groups they belong to.
 .Pp
-Only the super-user may use the
-.Fl d
-flag.
-.Pp
 The
 .Fl q
 flag takes precedence over the



Home | Main Index | Thread Index | Old Index