Fix from Bjoern Jacke.
authorGünther Deschner <gd@samba.org>
Mon, 20 Dec 2004 12:30:14 +0000 (12:30 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:46:09 +0000 (08:46 -0500)
add description of %i variable and unify lower case usage of starting
letter in variable section.

Guenther
(This used to be commit b34b5b9ecbe9bbd485ff6fabdff2f324eea51c21)

docs/manpages/smb.conf.5.xml

index aa5d1c4d5dd6c2bda594899833158fdcdd095780..149ea3d3820258afc77d4d0ad1f5b995d1f94a68 100644 (file)
@@ -372,7 +372,7 @@ alias|alias|alias|alias...
 
                <varlistentry>
                <term>%d</term>
-               <listitem><para>The process id of the current server
+               <listitem><para>the process id of the current server
                process.</para></listitem>
                </varlistentry>
                
@@ -389,7 +389,13 @@ alias|alias|alias|alias...
                
                <varlistentry>
                <term>%I</term>
-               <listitem><para>The IP address of the client machine.</para>
+               <listitem><para>the IP address of the client machine.</para>
+               </listitem>
+               </varlistentry>
+
+               <varlistentry>
+               <term>%i</term>
+               <listitem><para>the local IP address to which a client connected.</para>
                </listitem>
                </varlistentry>
 
@@ -400,12 +406,12 @@ alias|alias|alias|alias...
 
                <varlistentry>
                <term>%D</term>
-               <listitem><para>Name of the domain or workgroup of the current user.</para></listitem>
+               <listitem><para>name of the domain or workgroup of the current user.</para></listitem>
                </varlistentry>
                
                <varlistentry>
                <term>%$(<replaceable>envvar</replaceable>)</term>
-               <listitem><para>The value of the environment variable
+               <listitem><para>the value of the environment variable
                <replaceable>envar</replaceable>.</para></listitem>
                </varlistentry>
        </variablelist>