From e4b4d564ef3d243fe48ce29935ac157ca942ea2f Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 19 Feb 2012 12:35:30 -0500 Subject: [PATCH] manual page corrections. --- src/Makefile.am | 2 +- src/cd-info.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index a29e0aa3..a66fc38f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -92,6 +92,6 @@ EXTRA_DIST = cd-drive.help2man cd-info.help2man cd-read.help2man \ if MAINTAINER_MODE $(man_MANS): %.1: %$(EXEEXT) %.help2man - -$(HELP2MAN) --opt-include=$(srcdir)/$(<:.exe=).help2man --no-info --output=$@ ./$< + -$(HELP2MAN) --opt-include=$(srcdir)/$(<:.exe=).help2man --no-info ./$< | sed -re 's/[lL][tT]-//' >$@ endif MAINTAINERCLEANFILES = $(man_MANS) *.rej *.orig diff --git a/src/cd-info.c b/src/cd-info.c index b81bc5d0..d705204c 100644 --- a/src/cd-info.c +++ b/src/cd-info.c @@ -179,7 +179,7 @@ parse_options (int argc, char *argv[]) " -a, --access-mode=STRING Set CD access method\n" " -d, --debug=INT Set debugging to LEVEL\n" " -T, --no-tracks Don't show track information\n" - " -A, --no-analyze Don't filesystem analysis\n" + " -A, --no-analyze Don't show filesystem analysis\n" #ifdef HAVE_CDDB " --no-cddb Don't look up audio CDDB information\n" " or print it\n"