diff options
Diffstat (limited to 'docs/manpages-3/vfs_commit.8.xml')
-rw-r--r-- | docs/manpages-3/vfs_commit.8.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/manpages-3/vfs_commit.8.xml b/docs/manpages-3/vfs_commit.8.xml index 7650e75a97..2bac3b758d 100644 --- a/docs/manpages-3/vfs_commit.8.xml +++ b/docs/manpages-3/vfs_commit.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-commit.8"> +<refentry id="vfs_commit.8"> <refmeta> - <refentrytitle>smb-vfs-commit</refentrytitle> + <refentrytitle>vfs_commit</refentrytitle> <manvolnum>8</manvolnum> </refmeta> <refnamediv> - <refname>commit</refname> + <refname>vfs_commit</refname> <refpurpose>flush dirty data at specified intervals</refpurpose> </refnamediv> @@ -22,15 +22,16 @@ <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>commit</command> VFS module keeps track of + <para>The <command>vfs_commit</command> VFS module keeps track of the amount of data written to a file and synchronizes it to disk when a specified amount accumulates. </para> - <para><command>commit</command> is useful in two + <para><command>vfs_commit</command> is useful in two circumstances. First, if you have very precious data, the impact of unexpected power loss can be minimized by a small commit:dthresh value. Secondly, write performance can be |