summaryrefslogtreecommitdiff
path: root/docs/manpages-3/vfs_default_quota.8.xml
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2007-02-28 23:14:41 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:27 -0500
commit4f3f874a6dc168351adb266a7a9f636ad8c3c240 (patch)
tree3dc696ddd5c8ca88ca1f5a1d680bc50d56598fd3 /docs/manpages-3/vfs_default_quota.8.xml
parentea8725b305f796b4343d5a3e3c2b77d73c9333c9 (diff)
downloadsamba-4f3f874a6dc168351adb266a7a9f636ad8c3c240.tar.gz
samba-4f3f874a6dc168351adb266a7a9f636ad8c3c240.tar.bz2
samba-4f3f874a6dc168351adb266a7a9f636ad8c3c240.zip
Make sure all the modules are referred to as vfs_module_name to avoid
collisions with existing man pages. (This used to be commit 2c7722ac9ed62bfb4670aa61e382a4cf1653a3ba)
Diffstat (limited to 'docs/manpages-3/vfs_default_quota.8.xml')
-rw-r--r--docs/manpages-3/vfs_default_quota.8.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/manpages-3/vfs_default_quota.8.xml b/docs/manpages-3/vfs_default_quota.8.xml
index 7ea11f1177..03f11379f0 100644
--- a/docs/manpages-3/vfs_default_quota.8.xml
+++ b/docs/manpages-3/vfs_default_quota.8.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<refentry id="smb-vfs-default_quota.8">
+<refentry id="vfs_default_quota.8">
<refmeta>
- <refentrytitle>smb-vfs-default_quota</refentrytitle>
+ <refentrytitle>vfs_default_quota</refentrytitle>
<manvolnum>8</manvolnum>
</refmeta>
<refnamediv>
- <refname>default_quota</refname>
+ <refname>vfs_default_quota</refname>
<refpurpose>store default quota records for Windows clients</refpurpose>
</refnamediv>
@@ -22,19 +22,20 @@
<refsect1>
<title>DESCRIPTION</title>
- <para>This module is part of the
- <citerefentry><refentrytitle>samba</refentrytitle><manvolnum>7</manvolnum></citerefentry>
+ <para>This VFS module is part of the
+ <citerefentry><refentrytitle>samba</refentrytitle>
+ <manvolnum>7</manvolnum></citerefentry>
suite.</para>
<para>Many common quota implementations only store
quotas for users and groups, but do not store a default quota. The
- <command>default_quota</command> module allows Samba to store
+ <command>vfs_default_quota</command> module allows Samba to store
default quota values which can be examined using the Windows
Explorer interface.
</para>
<para>By default, Samba returns NO_LIMIT the default quota and
- refuses to update them. <command>default_quota</command> maps
+ refuses to update them. <command>vfs_default_quota</command> maps
the default quota to the quota record of a user. By default the
root user is taken because quota limits for root are typically
not enforced.</para>