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. --- quota.1 | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'quota.1') diff --git a/quota.1 b/quota.1 index fec0b29..8cf75b8 100644 --- a/quota.1 +++ b/quota.1 @@ -3,19 +3,22 @@ quota \- display disk usage and limits .SH SYNOPSIS quota [ -.B -n +.B -F +.I format-name ] [ .B -guv | q ] .br quota [ -.B -n +.B -F +.I format-name ] [ .B -uv | q ] user .br quota [ -.B -n +.B -F +.I format-name ] [ .B -gv | q ] group @@ -31,8 +34,17 @@ For filesystems that are NFS-mounted a call to the rpc.rquotad on the server machine is performed to get the information. .SH OPTIONS .TP -.B \-n -Print info on numeric arguments e.g. uids and gids instead of users and groups +.B \-F \f2format-name\f1 +Show quota 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 \-g Print group quotas for the group -- cgit v1.2.3