Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 3c5e24b127c80e47535551d9f74c4847 > files > 15

quota-3.13-5.el5.src.rpm

From 23f9c6611742d589a7bf86d3d3cda011ee903775 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Wed, 24 Nov 2010 09:48:48 +0100
Subject: [PATCH] Structure if_dqblk and if_dqinfo changed name

See <sys/quota.h> for normative reference.
---
 quotactl.2 |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/quotactl.2 b/quotactl.2
index 9489e0f..eba17c4 100644
--- a/quotactl.2
+++ b/quotactl.2
@@ -68,7 +68,7 @@ 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 <sys/quota.h> ).
 The field
@@ -83,7 +83,7 @@ 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 <sys/quota.h> ).
 The field
@@ -102,7 +102,7 @@ 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 <sys/quota.h> ).
 The
@@ -119,7 +119,7 @@ is ignored.
 Set information about quotafile.
 .I addr
 should be a pointer to
-.B if_dqinfo
+.B dqinfo
 structure (defined in
 .IR <sys/quota.h> ).
 The field
-- 
1.7.3.2