diff options
-rw-r--r-- | docs/manpages-3/smb.conf.5.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml index a21c813f20..f67c1f2c09 100644 --- a/docs/manpages-3/smb.conf.5.xml +++ b/docs/manpages-3/smb.conf.5.xml @@ -353,13 +353,7 @@ alias|alias|alias|alias... <varlistentry> <term>%m</term> - <listitem><para>the NetBIOS name of the client machine (very useful).</para></listitem> - </varlistentry> - - <varlistentry> - <term>%L</term> - <listitem><para>the NetBIOS name of the server. This allows you to change your config based on what - the client calls you. Your server can have a <quote>dual personality</quote>.</para> + <listitem><para>the NetBIOS name of the client machine (very useful).</para> <para>This parameter is not available when Samba listens on port 445, as clients no longer send this information. If you use this macro in an include statement on a domain that has @@ -371,6 +365,13 @@ alias|alias|alias|alias... </varlistentry> <varlistentry> + <term>%L</term> + <listitem><para>the NetBIOS name of the server. This allows you to change your config based on what + the client calls you. Your server can have a <quote>dual personality</quote>. + </para></listitem> + </varlistentry> + + <varlistentry> <term>%M</term> <listitem><para>the Internet name of the client machine. </para></listitem> |