From c680c70f04166213e6b2bd673f6d18daeb497b42 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 20 Dec 2004 12:30:14 +0000 Subject: 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) --- docs/manpages/smb.conf.5.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'docs') 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... %d - The process id of the current server + the process id of the current server process. @@ -389,7 +389,13 @@ alias|alias|alias|alias... %I - The IP address of the client machine. + the IP address of the client machine. + + + + + %i + the local IP address to which a client connected. @@ -400,12 +406,12 @@ alias|alias|alias|alias... %D - Name of the domain or workgroup of the current user. + name of the domain or workgroup of the current user. %$(envvar) - The value of the environment variable + the value of the environment variable envar. -- cgit