From 4000c35ae3546aca05ece49ffa01ba2a763000b0 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Wed, 17 Dec 2008 10:41:34 +0000 Subject: doc: Remove curly quotes from shell examples in man pages Use \(aq rather than a literal ' as groff will convert apostrophe to a right quote (\u2029) in utf8 locales for example. Stepan Kasal details the issue and fix here: http://lists.gnu.org/archive/html/bug-coreutils/2008-12/msg00124.html --- man/help2man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/help2man') diff --git a/man/help2man b/man/help2man index cbdaf065c..66d715f0e 100755 --- a/man/help2man +++ b/man/help2man @@ -567,7 +567,7 @@ and .B %s programs are properly installed at your site, the command .IP -.B info coreutils '%s invocation' +.B info coreutils \(aq%s invocation\(aq .PP should give you access to the complete manual. EOT -- cgit v1.2.3-54-g00ecf