Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys quotas are supported on lfs too, apparently



details:   https://anonhg.NetBSD.org/src/rev/7deed278454b
branches:  trunk
changeset: 486861:7deed278454b
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon May 29 21:57:05 2000 +0000

description:
quotas are supported on lfs too, apparently

diffstat:

 lib/libc/sys/quotactl.2 |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r ce0e57933549 -r 7deed278454b lib/libc/sys/quotactl.2
--- a/lib/libc/sys/quotactl.2   Mon May 29 21:42:12 2000 +0000
+++ b/lib/libc/sys/quotactl.2   Mon May 29 21:57:05 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: quotactl.2,v 1.13 1999/12/02 21:42:38 kleink Exp $
+.\"    $NetBSD: quotactl.2,v 1.14 2000/05/29 21:57:05 jdolecek Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -65,14 +65,15 @@
 may be given; its interpretation
 is discussed below with each command.
 .Pp
-Currently quotas are supported only for the ``ffs'' filesystem.
-For ``ffs'',
+Currently quotas are supported only for the ``ffs''
+and ``lfs'' filesystem.
+For both of them,
 a command is composed of a primary command (see below)
 and a command type used to interpret the
 .Fa id .
 Types are supported for interpretation of user identifiers
 and group identifiers.
-The ``ffs'' specific commands are:
+The ``ffs'' and ``lfs'' specific commands are:
 .Bl -tag -width Q_QUOTAON
 .It Dv Q_QUOTAON
 Enable disk quotas for the filesystem specified by



Home | Main Index | Thread Index | Old Index