diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-05-10 17:07:03 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:32 -0500 |
commit | c2585e5a6c091bfef812ad0e72aed81f4803187b (patch) | |
tree | 378c0483042e079b937eedec2200a677e63dda57 | |
parent | 6c2656bc4f7cd0cd78ab983ec74bad966cbf6799 (diff) | |
download | samba-c2585e5a6c091bfef812ad0e72aed81f4803187b.tar.gz samba-c2585e5a6c091bfef812ad0e72aed81f4803187b.tar.bz2 samba-c2585e5a6c091bfef812ad0e72aed81f4803187b.zip |
Change contents from fam_notify to notify_fam
(This used to be commit b7c44e6bb35dd11039f12b5e31f105617d3af02f)
-rw-r--r-- | docs/manpages-3/vfs_fam_notify.8.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/manpages-3/vfs_fam_notify.8.xml b/docs/manpages-3/vfs_fam_notify.8.xml index 6c3bb6858e..dc644a33c6 100644 --- a/docs/manpages-3/vfs_fam_notify.8.xml +++ b/docs/manpages-3/vfs_fam_notify.8.xml @@ -1,21 +1,21 @@ <?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="vfs_fam_notify.8"> +<refentry id="vfs_notify_fam.8"> <refmeta> - <refentrytitle>vfs_fam_notify</refentrytitle> + <refentrytitle>vfs_notify_fam</refentrytitle> <manvolnum>8</manvolnum> </refmeta> <refnamediv> - <refname>vfs_fam_notify</refname> + <refname>vfs_notify_fam</refname> <refpurpose>FAM support for file change notifications</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> - <command>vfs objects = fam_notify</command> + <command>vfs objects = notify_fam</command> </cmdsynopsis> </refsynopsisdiv> @@ -26,7 +26,7 @@ <citerefentry><refentrytitle>samba</refentrytitle> <manvolnum>7</manvolnum></citerefentry> suite.</para> - <para>The <command>vfs_fam_notify</command> module makes use of + <para>The <command>vfs_notify_fam</command> 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.</para> @@ -42,7 +42,7 @@ <programlisting> <smbconfsection name="[global]"/> - <smbconfoption name="vfs objects">fam_notify</smbconfoption> + <smbconfoption name="vfs objects">notify_fam</smbconfoption> </programlisting> </refsect1> |