summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwl <wl>2008-01-16 16:08:47 +0000
committerwl <wl>2008-01-16 16:08:47 +0000
commitd4810e5dd58431beef467e9899caf2b17e786d15 (patch)
treed0b3ab62afc3469e1985d17e3b5d4b40c863305a /doc
parent107782b8de0b800b2a110ea861e6b624ba57c68c (diff)
downloadgroff-d4810e5dd58431beef467e9899caf2b17e786d15.tar.gz
* src/libs/libgroff/font.cpp (font::contains, font::get_code):
Handle single-letter names correctly. * doc/groff.texinfo, man/groff_diff.man: Extend documentation of \^ and \|. * NEWS: Updated.
Diffstat (limited to 'doc')
-rw-r--r--doc/groff.texinfo8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/groff.texinfo b/doc/groff.texinfo
index 9dd49d0b..f7cd5de9 100644
--- a/doc/groff.texinfo
+++ b/doc/groff.texinfo
@@ -11485,11 +11485,19 @@ when a line is adjusted.
@Defesc {\\|, , , }
A 1/6@dmn{th} em space. Ignored for TTY output devices (rounded to
zero).
+
+However, if there is a glyph defined in the current font file with name
+@code{\|} (note the leading backslash), the width of this glyph is used
+instead (even for TTYs).
@endDefesc
@Defesc {\\^, , , }
A 1/12@dmn{th} em space. Ignored for TTY output devices (rounded to
zero).
+
+However, if there is a glyph defined in the current font file with name
+@code{\^} (note the leading backslash), the width of this glyph is used
+instead (even for TTYs).
@endDefesc
@Defesc {\\0, , , }