Blob Blame History Raw
diff -urNp quota-tools-orig/quota_nld.8 quota-tools/quota_nld.8
--- quota-tools-orig/quota_nld.8	2007-06-18 15:47:03.000000000 +0200
+++ quota-tools/quota_nld.8	2008-02-21 15:42:36.000000000 +0100
@@ -8,9 +8,11 @@ quota_nld \- quota netlink message daemo
 ]
 .SH DESCRIPTION
 .BR quota_nld
-is a daemon that listens on netlink socket and processes received quota
-warnings. The daemon supports forwarding warning messages to the system's
-DBUS and writing them to the terminal user has last accessed.
+is a daemon that listens on netlink socket and processes received quota 
+warnings. Note, that you have to enable the kernel support for sending quota 
+messages over netlink (in Filesystems->Quota menu). The daemon supports
+forwarding warning messages to the system's DBUS (so that desktop manager
+can display a dialog) and writing them to the terminal user has last accessed.
 
 .SH OPTIONS
 .TP
diff -urNp quota-tools-orig/quotaon.8 quota-tools/quotaon.8
--- quota-tools-orig/quotaon.8	2008-02-21 15:31:46.000000000 +0100
+++ quota-tools/quotaon.8	2008-02-21 15:38:16.000000000 +0100
@@ -200,4 +200,6 @@ default filesystems
 .SH "SEE ALSO"
 .BR quotactl (2),
 .BR fstab (5),
-.BR repquota (8).
+.BR quota_nld (8),
+.BR repquota (8),
+.BR warnquota (8)
diff -urNp quota-tools-orig/quota.1 quota-tools/quota.1
--- quota-tools-orig/quota.1	2007-06-20 15:57:10.000000000 +0200
+++ quota-tools/quota.1	2008-02-21 15:39:08.000000000 +0100
@@ -170,4 +170,6 @@ default filesystems
 .BR edquota (8),
 .BR quotacheck (8),
 .BR quotaon (8),
-.BR repquota (8)
+.BR quota_nld (8),
+.BR repquota (8),
+.BR warnquota (8)
diff -urNp quota-tools-orig/repquota.8 quota-tools/repquota.8
--- quota-tools-orig/repquota.8	2006-10-30 16:26:20.000000000 +0100
+++ quota-tools/repquota.8	2008-02-21 15:36:14.000000000 +0100
@@ -144,4 +144,6 @@ default set of groups
 .BR edquota (8),
 .BR quotacheck (8),
 .BR quotaon (8),
-.BR setquota (8)
+.BR quota_nld (8),
+.BR setquota (8),
+.BR warnquota (8)
diff -urNp quota-tools-orig/warnquota.8 quota-tools/warnquota.8
--- quota-tools-orig/warnquota.8	2006-05-13 03:05:24.000000000 +0200
+++ quota-tools/warnquota.8	2008-02-21 15:34:47.000000000 +0100
@@ -20,7 +20,7 @@ warnquota \- send mail to users over quo
 ]
 .SH DESCRIPTION
 .B warnquota
-checks the disk quota for each filesystem and mails a warning
+checks the disk quota for each local filesystem and mails a warning
 message to those users who have reached their softlimit.
 It is typically run via
 .BR cron (8).