From 5b3bc06799176f696bb45e84930ed0efca950834 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Tue, 19 Jul 2005 15:09:07 +0000 Subject: quota(1) now shows grace time even if hardlimit is reached (Jan Kara) Added option to quota(1) to not wrap lines when device name is long (Jan Kara) --- quota.1 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'quota.1') diff --git a/quota.1 b/quota.1 index 040650a..789b909 100644 --- a/quota.1 +++ b/quota.1 @@ -7,7 +7,7 @@ quota \- display disk usage and limits .B -F .I format-name ] [ -.BR -guvsil \ | +.BR -guvsilw \ | .B q ] .br @@ -16,7 +16,7 @@ quota \- display disk usage and limits .B -F .I format-name ] [ -.BR -uvsil \ | +.BR -uvsilw \ | .B q ] .IR user ... @@ -26,7 +26,7 @@ quota \- display disk usage and limits .B -F .I format-name ] [ -.BR -gvsil \ | +.BR -gvsilw \ | .B q ] .IR group ... @@ -87,6 +87,12 @@ on filesystems where usage is over quota. .B \-Q Do not print error message if connection to rpc.rquotad is refused (usually this happens when rpc.rquotad is not running on the server). +.TP +.B \-w +Do not wrap the line if the device name is too long. This can be useful when parsing +the output of +.BR quota (1) +by a script. .LP Specifying both .B \-g -- cgit v1.2.1