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 | 668e1b55268374f72e3100b5cc6ae35aa179c062 (patch) | |
tree | 6f1825526b83f9089ad7ec8fc7fbba3fa173d176 /docs | |
parent | 63602d15afe96206e1fdcea4d2b9014582aa41aa (diff) | |
download | samba-668e1b55268374f72e3100b5cc6ae35aa179c062.tar.gz samba-668e1b55268374f72e3100b5cc6ae35aa179c062.tar.xz samba-668e1b55268374f72e3100b5cc6ae35aa179c062.zip |
fixed %u/%U example
(This used to be commit 40e7834bb9c7440feba250832c3b85757ae4c9f9)
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, |