From dcc4d6d5646bc6591e90e0c12c85bb9f3ba78deb Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Fri, 3 Feb 2006 13:54:24 +0100 Subject: [PATCH] manpage fixes --- Makefile | 2 +- grml-crypt.8.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 832ab8d..26d9e89 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ man8 = $(usr)/share/man/man8/ %.gz : %.txt ; asciidoc -d manpage -b docbook $^ - sed -i 's///' `echo $^ |sed -e 's/.txt/.xml/'` + sed -i 's///g' `echo $^ |sed -e 's/.txt/.xml/'` xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl `echo $^ |sed -e 's/.txt/.xml/'` gzip -f --best `echo $^ |sed -e 's/.txt//'` diff --git a/grml-crypt.8.txt b/grml-crypt.8.txt index b4c61b3..301237f 100644 --- a/grml-crypt.8.txt +++ b/grml-crypt.8.txt @@ -83,7 +83,7 @@ Show what is going on (more v => more out). itself (eg. xfs needs a minimum of 4096 blocks). *-m*:: - Additional arguments passed through to mount. Could be like '-o noatime'. + Additional arguments passed through to mount. Could be like "'-o noatime'". CRYPTSETUP FORMAT OPTIONS -- 2.1.4