diff options
Diffstat (limited to 'docs/manpages-3/vfs_prealloc.8.xml')
-rw-r--r-- | docs/manpages-3/vfs_prealloc.8.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/manpages-3/vfs_prealloc.8.xml b/docs/manpages-3/vfs_prealloc.8.xml index 1d8f6db75c..a05f8d1ee1 100644 --- a/docs/manpages-3/vfs_prealloc.8.xml +++ b/docs/manpages-3/vfs_prealloc.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-prealloc.8"> +<refentry id="vfs_prealloc.8"> <refmeta> - <refentrytitle>smb-vfs-prealloc</refentrytitle> + <refentrytitle>vfs_prealloc</refentrytitle> <manvolnum>8</manvolnum> </refmeta> <refnamediv> - <refname>prealloc</refname> + <refname>vfs_prealloc</refname> <refpurpose>preallocate matching files to a predetermined size</refpurpose> </refnamediv> @@ -22,10 +22,11 @@ <refsect1> <title>DESCRIPTION</title> - <para>This module is part of the <citerefentry><refentrytitle>samba</refentrytitle> + <para>This VFS module is part of the + <citerefentry><refentrytitle>samba</refentrytitle> <manvolnum>7</manvolnum></citerefentry> suite.</para> - <para>The <command>prealloc</command> VFS module preallocates + <para>The <command>vfs_prealloc</command> VFS module preallocates files to a specified size each time a new file is created. This is useful in environments where files are of a predetermined size will be written to a disk subsystem where extending file @@ -78,7 +79,7 @@ <refsect1> <title>CAVEATS</title> - <para><command>preallocate</command> is not supported on all + <para><command>vfs_prealloc</command> is not supported on all platforms and filesystems. Currently only XFS filesystems on Linux and IRIX are supported. </para> |