svn commit: samba-docs r307 - in trunk/manpages: .

gd at samba.org gd at samba.org
Mon Dec 20 12:30:16 GMT 2004


Author: gd
Date: 2004-12-20 12:30:14 +0000 (Mon, 20 Dec 2004)
New Revision: 307

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=307

Log:
Fix from Bjoern Jacke.

add description of %i variable and unify lower case usage of starting
letter in variable section. 

Guenther

Modified:
   trunk/manpages/smb.conf.5.xml


Changeset:
Modified: trunk/manpages/smb.conf.5.xml
===================================================================
--- trunk/manpages/smb.conf.5.xml	2004-12-19 16:26:02 UTC (rev 306)
+++ trunk/manpages/smb.conf.5.xml	2004-12-20 12:30:14 UTC (rev 307)
@@ -372,7 +372,7 @@
 
 		<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,23 +389,29 @@
 		
 		<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>
+
+		<varlistentry>
 		<term>%T</term>
 		<listitem><para>the current date and time.</para></listitem>
 		</varlistentry>
 
 		<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>



More information about the samba-cvs mailing list