[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [groff] hyphenation issues
From: |
Dave Kemper |
Subject: |
Re: [groff] hyphenation issues |
Date: |
Sun, 6 May 2018 22:54:22 -0500 |
I hate to distract from the robust discussion on C coding style with a
comment about groff, but I noticed what appears to be a missing line
from the changes commit d592d320cd43cf4ecee67a7aa80b52691671465d made
to doc/groff.texi. Part of the added text reads:
@Example
.ll 1
.hy 48
@endExample
returns
@Example
s-
plit-
t-
in-
g
@endExample
but in fact the example code produces no output at all, because there
is no input text, only the two requests to set parameters. It seems
the word "splitting" should be on a third input line (after the .hy
request).
- Re: [groff] hyphenation issues, (continued)
- Re: [groff] hyphenation issues, Steffen Nurpmeso, 2018/05/05
- Re: [groff] hyphenation issues, Werner LEMBERG, 2018/05/05
- Re: [groff] hyphenation issues, G. Branden Robinson, 2018/05/05
- Re: [groff] hyphenation issues, G. Branden Robinson, 2018/05/06
- Re: [groff] hyphenation issues, Ralph Corderoy, 2018/05/06
- Re: [groff] hyphenation issues, G. Branden Robinson, 2018/05/07
- Re: [groff] hyphenation issues (PATCH), G. Branden Robinson, 2018/05/07
- Re: [groff] hyphenation issues (PATCH), Werner LEMBERG, 2018/05/07
Re: [groff] hyphenation issues,
Dave Kemper <=