diff options
author | Lars Müller <lmuelle@samba.org> | 2006-01-20 20:25:40 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:15 -0500 |
commit | 3da829ff4d610ad7701bcddf6b7d6ecd01e892bc (patch) | |
tree | c8834a79048ec9e6f8aef7ebe291eae09cc039cc | |
parent | cd668ed8edc6152dcc0c40cac81ad0b298801311 (diff) | |
download | samba-3da829ff4d610ad7701bcddf6b7d6ecd01e892bc.tar.gz samba-3da829ff4d610ad7701bcddf6b7d6ecd01e892bc.tar.bz2 samba-3da829ff4d610ad7701bcddf6b7d6ecd01e892bc.zip |
Document the new %w macro.
(This used to be commit e463282b938b9de102b6bd278264b6d158e56aef)
-rw-r--r-- | docs/manpages-3/smb.conf.5.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml index 41ff13e13a..b084f48afb 100644 --- a/docs/manpages-3/smb.conf.5.xml +++ b/docs/manpages-3/smb.conf.5.xml @@ -421,6 +421,11 @@ alias|alias|alias|alias... </varlistentry> <varlistentry> + <term>%w</term> + <listitem><para>the winbind seperator.</para></listitem> + </varlistentry> + + <varlistentry> <term>%$(<replaceable>envvar</replaceable>)</term> <listitem><para>the value of the environment variable <replaceable>envar</replaceable>.</para></listitem> |