summaryrefslogtreecommitdiff
path: root/man/groff_diff.man
diff options
context:
space:
mode:
authorwl <wl>2006-08-11 10:27:54 +0000
committerwl <wl>2006-08-11 10:27:54 +0000
commitf8d2493b49855a13eaaf8c753ec0ab096024de9f (patch)
tree6e30df1b07ac7bc85d23b96b3fa11f8e2d295305 /man/groff_diff.man
parentcb99f46031984301844540ab3453da4e864756c4 (diff)
downloadgroff-f8d2493b49855a13eaaf8c753ec0ab096024de9f.tar.gz
Add new flag to .cflags to enable hyphenation without looking at
hcode values. * src/roff/troff/charinfo.h (charinfo): New enumeration value `IGNORE_HCODES'. New member function `ignore_hcodes'. * src/roff/troff/node.cpp (break_char_node::add_self, node::add_char): Updated. * doc/groff.texinfo, man/groff_diff.man, NEWS: Document it.
Diffstat (limited to 'man/groff_diff.man')
-rw-r--r--man/groff_diff.man9
1 files changed, 8 insertions, 1 deletions
diff --git a/man/groff_diff.man b/man/groff_diff.man
index 4cfed149..d33f7b31 100644
--- a/man/groff_diff.man
+++ b/man/groff_diff.man
@@ -3,7 +3,7 @@
.ig
groff_diff.man
-Last update : 11 Jul 2006
+Last update : 11 Aug 2006
This file is part of groff, the GNU roff type-setting system.
It is the source of the man-page groff_diff(7).
@@ -1046,6 +1046,7 @@ Lines can be broken before the character (initially no characters have
this property); a line is not broken at a character with this
property unless the characters on each side both have non-zero
hyphenation codes.
+This can be overridden with value 64.
.
.IP 4
Lines can be broken after the character (initially characters
@@ -1053,6 +1054,7 @@ Lines can be broken after the character (initially characters
have this property); a line is not broken at a character with
this property unless the characters on each side both have non-zero
hyphenation codes.
+This can be overridden with value 64.
.
.IP 8
The character overlaps horizontally (initially characters
@@ -1072,6 +1074,11 @@ for the purposes of end-of-sentence recognition; this is the same as
having a zero space factor in \*[tx] (initially characters
.B \[dq]')]*\[rs](dg\[rs](rq
have this property).
+.
+.IP 64
+Ignore hyphenation code values of the surrounding characters.
+Use this in combination with values 2 and\~4 (initially no characters have
+this property).
.RE
.
.TP