From 586de38b133b617aa09de599c64ba138dd6763b5 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 6 Jun 2007 15:36:50 +0000 Subject: [PATCH] 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 +-- docs/xslt/man.xsl | 46 ++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml index 52780a04bef..83fff41f809 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. diff --git a/docs/xslt/man.xsl b/docs/xslt/man.xsl index 38d99f98403..c810e2295bd 100644 --- a/docs/xslt/man.xsl +++ b/docs/xslt/man.xsl @@ -9,6 +9,27 @@ + + + + + + + + + + + + + + + + + + + + @@ -138,6 +159,31 @@ \fR + + + + + + + + + + + + + \(bu + + + .TP + + + + + + + + + -- 2.34.1