diff options
author | Günther Deschner <gd@samba.org> | 2004-12-20 12:30:14 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:09 -0500 |
commit | c680c70f04166213e6b2bd673f6d18daeb497b42 (patch) | |
tree | d8c28d42c068089b9073dfb47804849bf52b0505 /docs/manpages | |
parent | 6355ab9bdd2d479481cae0dfb3eb668ea024439d (diff) | |
download | samba-c680c70f04166213e6b2bd673f6d18daeb497b42.tar.gz samba-c680c70f04166213e6b2bd673f6d18daeb497b42.tar.bz2 samba-c680c70f04166213e6b2bd673f6d18daeb497b42.zip |
Fix from Bjoern Jacke.
add description of %i variable and unify lower case usage of starting
letter in variable section.
Guenther
(This used to be commit b34b5b9ecbe9bbd485ff6fabdff2f324eea51c21)
Diffstat (limited to 'docs/manpages')
-rw-r--r-- | docs/manpages/smb.conf.5.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/manpages/smb.conf.5.xml b/docs/manpages/smb.conf.5.xml index aa5d1c4d5d..149ea3d382 100644 --- a/docs/manpages/smb.conf.5.xml +++ b/docs/manpages/smb.conf.5.xml @@ -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> |