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 /usr.bin/yacc/yyfix.1 | |
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 'usr.bin/yacc/yyfix.1')
-rw-r--r-- | usr.bin/yacc/yyfix.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/yacc/yyfix.1 b/usr.bin/yacc/yyfix.1 index ce74903e849..eff435ae441 100644 --- a/usr.bin/yacc/yyfix.1 +++ b/usr.bin/yacc/yyfix.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: yyfix.1,v 1.5 2014/01/20 05:07:48 schwarze Exp $ +.\" $OpenBSD: yyfix.1,v 1.6 2014/11/15 14:41:02 bentley Exp $ .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)yyfix.1 5.4 (Berkeley) 3/23/93 .\" -.Dd $Mdocdate: January 20 2014 $ +.Dd $Mdocdate: November 15 2014 $ .Dt YYFIX 1 .Os .Sh NAME @@ -39,8 +39,9 @@ .Ar file .Op Ar tables .Sh DESCRIPTION -Programs have historically used a script (often named ``:yyfix'') to -extract tables from the +Programs have historically used a script (often named +.Pa :yyfix ) +to extract tables from the .Xr yacc 1 generated file .Pa y.tab.c . |