From 586de38b133b617aa09de599c64ba138dd6763b5 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 6 Jun 2007 15:36:50 +0000 Subject: Fix another bunch of samba-docs bugs. Use to escape slashes with text (This used to be commit 00effd0a1ef529fa9c313be840431bf3e25949bf) --- docs/manpages-3/smb.conf.5.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/manpages-3') 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 @@ - Any line ending in a \\ is continued on the next line in the customary UNIX fashion. + Any line ending in a \ is continued on the next line in the customary UNIX fashion. @@ -677,7 +677,7 @@ chmod 1770 /usr/local/samba/lib/usershares 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 - \\server\service%username method of passing a username. + \\server\service%username method of passing a username. -- cgit