diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-04-28 14:11:09 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-04-28 14:11:09 +0000 |
commit | 40e7834bb9c7440feba250832c3b85757ae4c9f9 (patch) | |
tree | e3b6ea5a0d062655ecf2ea25495a8715ba6c253d /docs | |
parent | c986a3c51e8cdbc1230edbe0f4a91138c4ada29d (diff) | |
download | samba-40e7834bb9c7440feba250832c3b85757ae4c9f9.tar.gz samba-40e7834bb9c7440feba250832c3b85757ae4c9f9.tar.xz samba-40e7834bb9c7440feba250832c3b85757ae4c9f9.zip |
fixed %u/%U example
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/manpages/smb.conf.5.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <para>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.</para> <para>These substitutions are mostly noted in the descriptions below, |