From b520fa316334aa22534bc3fa7abfa01efa02acfb Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 10 May 2007 17:07:44 +0000 Subject: Rename fam_notify to notify_fam. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Björn for notifying us ;-) (This used to be commit 22c2541d4fef6d2e2ff9ecb5835d858a6abffcd8) --- docs/manpages-3/vfs_fam_notify.8.xml | 67 ------------------------------------ docs/manpages-3/vfs_notify_fam.8.xml | 67 ++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+), 67 deletions(-) delete mode 100644 docs/manpages-3/vfs_fam_notify.8.xml create mode 100644 docs/manpages-3/vfs_notify_fam.8.xml diff --git a/docs/manpages-3/vfs_fam_notify.8.xml b/docs/manpages-3/vfs_fam_notify.8.xml deleted file mode 100644 index dc644a33c6..0000000000 --- a/docs/manpages-3/vfs_fam_notify.8.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - vfs_notify_fam - 8 - - - - - vfs_notify_fam - FAM support for file change notifications - - - - - vfs objects = notify_fam - - - - - DESCRIPTION - - This VFS module is part of the - samba - 7 suite. - - The vfs_notify_fam module makes use of - the system FAM (File Alteration Monitor) daemon to implement - file change notifications for Windows clients. FAM is generally - present only on IRIX and some BSD systems. - - This module is not stackable. - - - - - EXAMPLES - - Support FAM notifications globally: - - - - notify_fam - - - - - - VERSION - - This man page is correct for version 3.0.25 of the Samba suite. - - - - - AUTHOR - - The original Samba software and related utilities - were created by Andrew Tridgell. Samba is now developed - by the Samba Team as an Open Source project similar - to the way the Linux kernel is developed. - - - - diff --git a/docs/manpages-3/vfs_notify_fam.8.xml b/docs/manpages-3/vfs_notify_fam.8.xml new file mode 100644 index 0000000000..dc644a33c6 --- /dev/null +++ b/docs/manpages-3/vfs_notify_fam.8.xml @@ -0,0 +1,67 @@ + + + + + + vfs_notify_fam + 8 + + + + + vfs_notify_fam + FAM support for file change notifications + + + + + vfs objects = notify_fam + + + + + DESCRIPTION + + This VFS module is part of the + samba + 7 suite. + + The vfs_notify_fam module makes use of + the system FAM (File Alteration Monitor) daemon to implement + file change notifications for Windows clients. FAM is generally + present only on IRIX and some BSD systems. + + This module is not stackable. + + + + + EXAMPLES + + Support FAM notifications globally: + + + + notify_fam + + + + + + VERSION + + This man page is correct for version 3.0.25 of the Samba suite. + + + + + AUTHOR + + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + + + + -- cgit