From c594c6551f1cbd67903ae8f62bc30e58732b56ee Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 28 Apr 2012 22:42:08 +0200 Subject: [PATCH] vquotactl.2: Add back a reference to loader.conf(5). Add some words about the tunable, too. Also adjust vquota(8)'s manpage in a similar manner. --- lib/libc/sys/vquotactl.2 | 8 ++++++++ sbin/vquota/vquota.8 | 12 +++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/vquotactl.2 b/lib/libc/sys/vquotactl.2 index fef39293ce..0482632116 100644 --- a/lib/libc/sys/vquotactl.2 +++ b/lib/libc/sys/vquotactl.2 @@ -47,6 +47,13 @@ messages specific to the mount point are sent or returned via the .Fa pref parameter. +.Pp +To use the +.Fn vquotactl +call, the +.Va vfs.quota_enabled +tunable needs to be set in +.Xr loader.conf 5 . .Sh RETURN VALUES .Rv -std vquotactl .Sh ERRORS @@ -62,6 +69,7 @@ The message embedded in the argument was not understood. .El .Sh SEE ALSO +.Xr loader.conf 5 , .Xr vquota 8 .Sh HISTORY The diff --git a/sbin/vquota/vquota.8 b/sbin/vquota/vquota.8 index 28027b7c7c..dfb1de18b8 100644 --- a/sbin/vquota/vquota.8 +++ b/sbin/vquota/vquota.8 @@ -25,7 +25,7 @@ . .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. -.Dd March 23, 2012 +.Dd March 28, 2012 .Dt VQUOTA 8 .Os .Sh NAME @@ -45,6 +45,13 @@ This manual page documents the utility which provides functions for managing virtual file system accounting and quotas. .Pp +To use the +.Nm +utility, the +.Va vfs.quota_enabled +tunable needs to be set in +.Xr loader.conf 5 . +.Pp The following options are available: .Bl -tag -width Ds .It Fl D @@ -119,6 +126,9 @@ command: .Pp .Dl "vquota show /mnt/data" . +.Sh SEE ALSO +.Xr vquotactl 2 , +.Xr loader.conf 5 .Sh HISTORY The .Nm -- 2.41.0