diff options
author | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2014-11-15 14:41:04 +0000 |
---|---|---|
committer | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2014-11-15 14:41:04 +0000 |
commit | d6a0f0865df6bfd123b8ce711276173f1d8cbaa9 (patch) | |
tree | e12333cdaea900019b1f35b2a5adc13985cd7802 /games/quiz/quiz.6 | |
parent | 4a23754df430199a403e1215d9387e5b9e25b36f (diff) |
Reduce instances of `` '' in manuals.
troff displays these as typographic quotes, but nroff implementations
almost always print them literally, which rarely has the intended effect
with modern fonts, even in stock xterm.
These uses of `` '' can be replaced either with more semantic alternatives
or with Dq, which prints typographic quotes in a UTF-8 locale (but will
automatically fall back to `` '' in an ASCII locale).
improvements and ok schwarze@
Diffstat (limited to 'games/quiz/quiz.6')
-rw-r--r-- | games/quiz/quiz.6 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/quiz/quiz.6 b/games/quiz/quiz.6 index 98ebc0b9a0a..e4c580c96f5 100644 --- a/games/quiz/quiz.6 +++ b/games/quiz/quiz.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: quiz.6,v 1.8 2007/05/31 19:19:18 jmc Exp $ +.\" $OpenBSD: quiz.6,v 1.9 2014/11/15 14:41:02 bentley Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" @(#)quiz.6 8.1 (Berkeley) 5/31/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: November 15 2014 $ .Dt QUIZ 6 .Os .Sh NAME @@ -103,7 +103,9 @@ category in the subject. In data files, each line represents a question/answer set. Each category is the information for the question/answer for that category. .Pp -The backslash character (``\e'') is used to quote syntactically significant +The backslash character +.Pq Sq \e +is used to quote syntactically significant characters, or at the end of a line to signify that a continuation line follows. .Pp |