From 84ec12aa207cb8d5323b63847bfd8115881f2886 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Wed, 2 May 2001 09:32:22 +0000 Subject: Added mntopt.h to dependencies in Makefile.in. Fixed MNTTYPE_REISER to proper string. sprintf->snprintf Merged Marco's patch with errstr(), configurable BSD behaviour Fixed bug in quota detection IO code now opens file only RO if possible. IO code now doesn't open file if not required. Fixed bug in quotaon. Updated all manpages. --- setquota.8 | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'setquota.8') diff --git a/setquota.8 b/setquota.8 index 6f65dbd..5177da1 100644 --- a/setquota.8 +++ b/setquota.8 @@ -22,7 +22,7 @@ setquota \- set disk quotas .I inode-hardlimit .B \-a | -.I filesystem +.I filesystem... .LP .B /usr/sbin/setquota [ @@ -44,7 +44,7 @@ setquota \- set disk quotas .I name .B \-a | -.I filesystem +.I filesystem... .LP .B /usr/sbin/setquota .B \-t @@ -61,7 +61,7 @@ setquota \- set disk quotas .I inode-grace .B \-a | -.I filesystem +.I filesystem... .SH DESCRIPTION .IX "setquota command" "" "\fLsetquota\fP \(em set disk quotas" .IX set "disk quotas \(em \fLsetquota\fP" @@ -78,8 +78,16 @@ filesystem can be specified on the command line. Edit also remote quota use rpc.rquotad on remote server to set quota. .TP .B -F \f2quotaformat\f1 -Perform setting for specified quota format. If this option isn't specified -newest option found is used. +Perform setting for specified format (ie. don't perform format autodetection). +Possible format names are: +.B vfsold +(version 1 quota), +.B vfsv0 +(version 2 quota), +.B rpc +(quota over NFS), +.B xfs +(quota on XFS filesystem) .TP .B -u Set user quotas for named user. This is the default. -- cgit v1.2.3