From: Andrew Tridgell Date: Sat, 28 Apr 2001 14:11:09 +0000 (+0000) Subject: fixed %u/%U example X-Git-Tag: samba-2.2.5pre1~2087^2~140 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40e7834bb9c7440feba250832c3b85757ae4c9f9;p=thirdparty%2Fsamba.git fixed %u/%U example --- diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index 04b464e5ef9..e5357d24f3b 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -325,7 +325,7 @@ Many of the strings that are settable in the config file can take substitutions. For example the option "path = - /tmp/%u" would be interpreted as "path = + /tmp/%U" would be interpreted as "path = /tmp/john" if the user connected with the username john. These substitutions are mostly noted in the descriptions below,