Fix typos found by Bjoern Jacke <bj@sernet.de>
[import/samba-docs-svnimport.git] / manpages-3 / vfs_notify_fam.8.xml
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_notify_fam.8">
4
5 <refmeta>
6         <refentrytitle>vfs_notify_fam</refentrytitle>
7         <manvolnum>8</manvolnum>
8 </refmeta>
9
10
11 <refnamediv>
12         <refname>vfs_notify_fam</refname>
13         <refpurpose>FAM support for file change notifications</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17         <cmdsynopsis>
18                 <command>vfs objects = notify_fam</command>
19         </cmdsynopsis>
20 </refsynopsisdiv>
21
22 <refsect1>
23         <title>DESCRIPTION</title>
24
25         <para>This VFS module is part of the
26         <citerefentry><refentrytitle>samba</refentrytitle>
27         <manvolnum>7</manvolnum></citerefentry> suite.</para>
28
29         <para>The <command>vfs_notify_fam</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>
33
34         <para>This module is not stackable.</para>
35
36 </refsect1>
37
38 <refsect1>
39         <title>EXAMPLES</title>
40
41         <para>Support FAM notifications globally:</para>
42
43 <programlisting>
44         <smbconfsection name="[global]"/>
45         <smbconfoption name="vfs objects">notify_fam</smbconfoption>
46 </programlisting>
47
48 </refsect1>
49
50 <refsect1>
51         <title>VERSION</title>
52
53         <para>This man page is correct for version 3.0.25 of the Samba suite.
54         </para>
55 </refsect1>
56
57 <refsect1>
58         <title>AUTHOR</title>
59
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>
64
65 </refsect1>
66
67 </refentry>