diff options
author | Alexander Bokovoy <ab@samba.org> | 2007-06-06 15:36:50 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:33 -0500 |
commit | 586de38b133b617aa09de599c64ba138dd6763b5 (patch) | |
tree | be1fb35bd66fe8ad4161401d3fb5ef392dbdac66 /docs/manpages-3 | |
parent | ea6023b254946fbeebfb707b6b79811c7e394385 (diff) | |
download | samba-586de38b133b617aa09de599c64ba138dd6763b5.tar.gz samba-586de38b133b617aa09de599c64ba138dd6763b5.tar.bz2 samba-586de38b133b617aa09de599c64ba138dd6763b5.zip |
Fix another bunch of samba-docs bugs. Use <literal> to escape slashes with text
(This used to be commit 00effd0a1ef529fa9c313be840431bf3e25949bf)
Diffstat (limited to 'docs/manpages-3')
-rw-r--r-- | docs/manpages-3/smb.conf.5.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml index 52780a04be..83fff41f80 100644 --- a/docs/manpages-3/smb.conf.5.xml +++ b/docs/manpages-3/smb.conf.5.xml @@ -55,7 +55,7 @@ </para> <para> - Any line ending in a <quote>\\</quote> is continued on the next line in the customary UNIX fashion. + Any line ending in a <quote><literal>\</literal></quote> is continued on the next line in the customary UNIX fashion. </para> <para> @@ -677,7 +677,7 @@ chmod 1770 /usr/local/samba/lib/usershares <listitem><para> If the client has passed a username/password pair and that username/password pair is validated by the UNIX system's password programs, the connection is made as that username. This includes the - <literal>\\server\service%<replaceable>username</replaceable></literal> method of passing a username. + <literal>\\server\service</literal>%<replaceable>username</replaceable> method of passing a username. </para></listitem> <listitem><para> |