Blame SOURCES/quota-4.01-Add-quotatab-5-manual-page.patch

370c56
From e0d078f1fdf1c91602d72b402e3accc3b7c8cb58 Mon Sep 17 00:00:00 2001
370c56
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
370c56
Date: Thu, 17 Oct 2013 14:40:35 +0200
370c56
Subject: [PATCH 2/4] Add quotatab(5) 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
---
370c56
 quotatab.5  | 31 +++++++++++++++++++++++++++++++
370c56
 warnquota.8 |  5 ++++-
370c56
 2 files changed, 35 insertions(+), 1 deletion(-)
370c56
 create mode 100644 quotatab.5
370c56
370c56
diff --git a/quotatab.5 b/quotatab.5
370c56
new file mode 100644
370c56
index 0000000..96d3608
370c56
--- /dev/null
370c56
+++ b/quotatab.5
370c56
@@ -0,0 +1,31 @@
370c56
+.TH QUOTATAB 5
370c56
+.SH NAME
370c56
+quotatab \- Descriptions of devices with disk quotas
370c56
+.SH SYNOPSIS
370c56
+.B /etc/quotatab
370c56
+.SH DESCRIPTION
370c56
+The
370c56
+.B quotatab
370c56
+file lists human descriptions of devices for the purpose of
370c56
+.BR warnquota (8)
370c56
+notifications.
370c56
+.P
370c56
+Each line consists of a device path name followed by a colon and
370c56
+a description. White space, apostrophe, and double quote characters
370c56
+surrounding the names and descriptions will be stripped. The description field
370c56
+can encode a new-line as a pipe character.
370c56
+.P
370c56
+Empty lines or lines starting with a hash sign or a semicolon are ignored.
370c56
+.SH EXAMPLE
370c56
+.PP
370c56
+# comment
370c56
+.RS 0
370c56
+/dev/sda2: Home directories.|This becomes second line.
370c56
+.SH FILES
370c56
+.PD 0 
370c56
+.TP 20 
370c56
+.B /etc/quotatab
370c56
+list of device descriptions
370c56
+.PD 
370c56
+.SH SEE ALSO
370c56
+.BR warnquota (8).
370c56
diff --git a/warnquota.8 b/warnquota.8
370c56
index 836290d..b998f19 100644
370c56
--- a/warnquota.8
370c56
+++ b/warnquota.8
370c56
@@ -44,7 +44,9 @@ Use
370c56
 .I quotatab
370c56
 instead of
370c56
 .I /etc/quotatab
370c56
-as file with device description strings (see example file for syntax).
370c56
+as file with device description strings (see
370c56
+.BR quotatab (5)
370c56
+for syntax).
370c56
 .TP
370c56
 .B -c, --config=\f2configfile\f1
370c56
 Use
370c56
@@ -104,6 +106,7 @@ default set of users
370c56
 .PD
370c56
 .SH "SEE ALSO"
370c56
 .BR quota (1),
370c56
+.BR quotatab (5),
370c56
 .BR quotagrpadmins (5),
370c56
 .BR cron (8),
370c56
 .BR edquota (8).
370c56
-- 
370c56
1.8.3.1
370c56