Make sure all the modules are referred to as vfs_module_name to avoid
[Samba/bjacke.git] / docs / manpages-3 / vfs_fam_notify.8.xml
blob6c3bb6858ed5617f17119ef371a9cd3ad111d4b6
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="vfs_fam_notify.8">
5 <refmeta>
6         <refentrytitle>vfs_fam_notify</refentrytitle>
7         <manvolnum>8</manvolnum>
8 </refmeta>
11 <refnamediv>
12         <refname>vfs_fam_notify</refname>
13         <refpurpose>FAM support for file change notifications</refpurpose>
14 </refnamediv>
16 <refsynopsisdiv>
17         <cmdsynopsis>
18                 <command>vfs objects = fam_notify</command>
19         </cmdsynopsis>
20 </refsynopsisdiv>
22 <refsect1>
23         <title>DESCRIPTION</title>
25         <para>This VFS module is part of the
26         <citerefentry><refentrytitle>samba</refentrytitle>
27         <manvolnum>7</manvolnum></citerefentry> suite.</para>
29         <para>The <command>vfs_fam_notify</command> module makes use of
30         the system FAM (File Alteration Monitor) daemon to implement
31         file change notifications for Windows clients. FAM is generally
32         present only on IRIX and some BSD systems.</para>
34         <para>This module is not stackable.</para>
36 </refsect1>
38 <refsect1>
39         <title>EXAMPLES</title>
41         <para>Support FAM notifications globally:</para>
43 <programlisting>
44         <smbconfsection name="[global]"/>
45         <smbconfoption name="vfs objects">fam_notify</smbconfoption>
46 </programlisting>
48 </refsect1>
50 <refsect1>
51         <title>VERSION</title>
53         <para>This man page is correct for version 3.0.25 of the Samba suite.
54         </para>
55 </refsect1>
57 <refsect1>
58         <title>AUTHOR</title>
60         <para>The original Samba software and related utilities
61         were created by Andrew Tridgell. Samba is now developed
62         by the Samba Team as an Open Source project similar
63         to the way the Linux kernel is developed.</para>
65 </refsect1>
67 </refentry>