From 1387d68432cf17981f0a3dc5a02e17f972b691c9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 1 Jul 2004 18:27:46 +0000 Subject: [PATCH] Manpage fixes from Bjoern JACKE --- docs/Makefile.in | 16 ++++++++-------- docs/manpages/smbcacls.1.xml | 4 ++-- docs/manpages/smbmount.8.xml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/Makefile.in b/docs/Makefile.in index c7adae5fb76..014e6a07c8e 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -164,19 +164,15 @@ gpl.tex: latexfigures: $(LATEX_FIGURES) -%.aux: %.tex - -$(LATEX) $< - -%.idx: %.aux - $(MAKEINDEX) $* - $(PDFDIR)/%.pdf: %.pdf mkdir -p $(@D) cp $< $@ # Adobe PDF files -%.pdf %.aux: %.tex %.aux %.idx latexfigures gpl.tex $(%_IMAGES_PNG) +%.pdf: %.tex latexfigures gpl.tex $(%_IMAGES_PNG) + -$(PDFLATEX) $< -$(PDFLATEX) $< + $(MAKEINDEX) $* $(THUMBPDF) $*.pdf -$(PDFLATEX) $< @@ -185,8 +181,10 @@ $(DVIDIR)/%.dvi: %.dvi mkdir -p $(@D) cp $< $@ -%.dvi %.aux: %.tex %.aux %.idx gpl.tex $(%_IMAGES_EPS) +%.dvi: %.tex %.idx gpl.tex $(%_IMAGES_EPS) + -$(LATEX) $< -$(LATEX) $< + $(MAKEINDEX) $* -$(LATEX) $< %.eps: %.png @@ -283,3 +281,5 @@ xslt/expand-sambadoc.xsl: settings.xsl xslt/generate-attributions.xsl: xslt/man.xsl: xslt/pearson.xsl: + +.SECONDARY: diff --git a/docs/manpages/smbcacls.1.xml b/docs/manpages/smbcacls.1.xml index 7b76aa2ce54..26bd80d282a 100644 --- a/docs/manpages/smbcacls.1.xml +++ b/docs/manpages/smbcacls.1.xml @@ -27,7 +27,7 @@ -S acls -C name -G name - -n + --numeric -t -U username -h @@ -131,7 +131,7 @@ - -n + --numeric This option displays all ACL information in numeric format. The default is to convert SIDs to names and ACE types and masks to a readable string format. diff --git a/docs/manpages/smbmount.8.xml b/docs/manpages/smbmount.8.xml index ffcac0fbfa9..6727a170951 100644 --- a/docs/manpages/smbmount.8.xml +++ b/docs/manpages/smbmount.8.xml @@ -135,7 +135,7 @@ password = <value> port=<arg> sets the remote SMB port number. The default - is 139. + is 445, fallback is 139. -- 2.11.4.GIT