From 39aa8a4f5e69b714aba8e6301911ab7b09076a3f Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Tue, 22 Sep 2009 12:16:14 +0000 Subject: Updated manpage of quotactl(2) (Jan Kara) --- Changelog | 1 + quotactl.2 | 26 ++++++++++++-------------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/Changelog b/Changelog index 669982f..4cadcdc 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,6 @@ Changes in quota-tools from 3.16 to 3.18 * Fixed mountpoint scanning when NFS mountpoint is specified on command line (Jan Kara) +* Updated manpage of quotactl(2) (Jan Kara) Changes in quota-tools from 3.16 to 3.17 * Updated quotactl(2) manpage to mention possible ERANGE error (Jan Kara) diff --git a/quotactl.2 b/quotactl.2 index 1943cf1..77bf95d 100644 --- a/quotactl.2 +++ b/quotactl.2 @@ -3,10 +3,8 @@ quotactl \- manipulate disk quotas .SH SYNOPSIS .nf -.B #include +.B #include .B #include -.B #include -.B #include .LP .B long quotactl(int cmd, char \(**special, qid_t id, caddr_t addr) .fi @@ -67,9 +65,9 @@ Get disk quota limits and current usage for user or group .IR id . .I addr is a pointer to an -.B if_dqblk +.B dqblk structure (defined in -.BR ). +.BR ). The field .I dqb_valid defines the entries in the structure which are set correctly. On @@ -82,15 +80,15 @@ Set current quota information for user or group .IR id . .I addr is a pointer to an -.B if_dqblk +.B dqblk structure (defined in -.BR ). +.BR ). The field .I dqb_valid defines which entries in the quota structure are valid and should be set. The constants for .I dqb_valid field are defined in the -.B +.B header file. This call obsoletes calls .B Q_SETQLIM and @@ -101,9 +99,9 @@ in the previous quota interfaces. This call is restricted to the super-user. Get information (like grace times) about quotafile. .I addr should be a pointer to an -.B if_dqinfo +.B dqinfo structure (defined in -.IR ). +.IR ). The .I dqi_valid field in the structure defines entries in it @@ -118,15 +116,15 @@ is ignored. Set information about quotafile. .I addr should be a pointer to -.B if_dqinfo +.B dqinfo structure (defined in -.IR ). +.IR ). The field .I dqi_valid defines which entries in the quota info structure are valid and should be set. The constants for .I dqi_valid field are defined in the -.B +.B header file. This call obsoletes calls .B Q_SETGRACE and @@ -156,7 +154,7 @@ Get statistics and other generic information about quota subsystem. should be a pointer to .B dqstats structure (defined in -.BR ) +.BR ) in which data should be stored. .I special and -- cgit v1.2.3