diff options
Diffstat (limited to 'docs')
-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> |