Blame SOURCES/quota-4.01-Add-quotasync-1-manual-page.patch

370c56
From 801386a31d0ae47779cf74cbb4f343be346a07db Mon Sep 17 00:00:00 2001
370c56
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
370c56
Date: Wed, 6 Mar 2013 11:21:50 +0100
370c56
Subject: [PATCH 1/4] Add quotasync(1) manual page
370c56
MIME-Version: 1.0
370c56
Content-Type: text/plain; charset=UTF-8
370c56
Content-Transfer-Encoding: 8bit
370c56
370c56
Signed-off-by: Petr Písař <ppisar@redhat.com>
370c56
Signed-off-by: Jan Kara <jack@suse.cz>
370c56
---
370c56
 quotasync.1 | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
370c56
 1 file changed, 72 insertions(+)
370c56
 create mode 100644 quotasync.1
370c56
370c56
diff --git a/quotasync.1 b/quotasync.1
370c56
new file mode 100644
370c56
index 0000000..e968403
370c56
--- /dev/null
370c56
+++ b/quotasync.1
370c56
@@ -0,0 +1,72 @@
370c56
+.TH QUOTASYNC 1
370c56
+.SH NAME
370c56
+quotasync \- synchronize in-kernel file system usage and limits to disk format
370c56
+.SH SYNOPSIS
370c56
+.B quotasync
370c56
+[
370c56
+.B -ug
370c56
+] 
370c56
+.IR mount-point ...
370c56
+.br
370c56
+.B quotasync
370c56
+[
370c56
+.B -ug
370c56
+] 
370c56
+.B -a
370c56
+.br
370c56
+.B quotasync
370c56
+.B -h
370c56
+|
370c56
+.B -V
370c56
+.SH DESCRIPTION
370c56
+.B quotasync
370c56
+flushes file system usage and limits from kernel memory to quota files stored
370c56
+in the file system. By default only the user quotas are synchronized.
370c56
+.P
370c56
+This tool can be useful if you want to display accurate quotas by tools that
370c56
+parse quota files, like
370c56
+.BR repquota (8).
370c56
+.SH OPTIONS
370c56
+.TP
370c56
+.B -u, --user
370c56
+Synchronize user usage and limits.
370c56
+.TP
370c56
+.B -g, --group
370c56
+Synchronize group usage and limits.
370c56
+.TP
370c56
+.B -a, --all
370c56
+Synchronize usage and limits on all file systems. You have to specify this
370c56
+option or to specify desired file systems.
370c56
+.TP
370c56
+.B -V, --version
370c56
+Show program version information and exit.
370c56
+.TP
370c56
+.B -h, --help
370c56
+Show program usage and exit.
370c56
+.SH DIAGNOSTICS
370c56
+If requested synchronization fails, or invalid option is given,
370c56
+.B quotasync
370c56
+will terminate with non-zero exit code. Otherwise it will return zero.
370c56
+.SH FILES
370c56
+.PD 0
370c56
+.TP 16
370c56
+.B aquota.user " or " aquota.group
370c56
+Quota file at the file system root (version 2 quota, non-XFS/GFS2 file systems).
370c56
+.TP 16
370c56
+.B quota.user " or " quota.group
370c56
+Quota file at the file system root (version 1 quota, non-XFS/GFS2 file systems).
370c56
+.TP 16
370c56
+.B /etc/mtab
370c56
+List of mounted file systems maintained by user space.
370c56
+.TP 16
370c56
+.B /proc/mounts
370c56
+List of mounted file systems maintained by kernel.
370c56
+.PD
370c56
+.SH SEE ALSO
370c56
+.BR quota (1),
370c56
+.BR quotactl (2),
370c56
+.BR mount (8),
370c56
+.BR quotacheck (8),
370c56
+.BR quotaon (8),
370c56
+.BR repquota (8),
370c56
+.BR warnquota (8).
370c56
-- 
370c56
1.8.1.4
370c56