On Thu, 9 Aug 2007 00:24, [EMAIL PROTECTED] said:
> Inspection of the man page source suggests that it should say "use - to
> specify stdin", but the "-" has gotten swallowed up somewhere along the
I am nut sure why exactly this happends. However the translation of
@samp{foo} wad anyway wrong. It used to translate
use @samp{-} to indicated stdout
to
use
'-'
to indicate stdout
With the patch below it will create
use '-' to indicate stdout
Which does not exhibit the problem.
Salam-Shalom,
Werner
===================================================================
--- doc/yat2m.c (revision 4543)
+++ doc/yat2m.c (working copy)
@@ -449,7 +449,7 @@
{ "code", 0, "\\fB", "\\fR" },
{ "sc", 0, "\\fB", "\\fR" },
{ "var", 0, "\\fI", "\\fR" },
- { "samp", 0, "\n'", "'\n" },
+ { "samp", 0, "'", "'" },
{ "file", 0, "`\\fI","\\fR'" },
{ "env", 0, "`\\fI","\\fR'" },
{ "acronym", 0 },
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]