From 4f3f874a6dc168351adb266a7a9f636ad8c3c240 Mon Sep 17 00:00:00 2001 From: James Peach Date: Wed, 28 Feb 2007 23:14:41 +0000 Subject: 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) --- docs/manpages-3/vfs_commit.8.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'docs/manpages-3/vfs_commit.8.xml') 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 @@ - + - smb-vfs-commit + vfs_commit 8 - commit + vfs_commit flush dirty data at specified intervals @@ -22,15 +22,16 @@ DESCRIPTION - This module is part of the samba + This VFS module is part of the + samba 7 suite. - The commit VFS module keeps track of + The vfs_commit VFS module keeps track of the amount of data written to a file and synchronizes it to disk when a specified amount accumulates. - commit is useful in two + vfs_commit 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 -- cgit