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

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