summaryrefslogtreecommitdiffstats
path: root/chars.in
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-18 18:04:25 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-18 18:04:25 +0000
commitb3729dc0b7e8a9d8bc2b72799e6a7d50e94aaa7b (patch)
tree1269d87719aea8cac9b97c3a192f400bbddb8d4e /chars.in
parent0b38528b1ed620cf8afcbd2dc24687537a6d863f (diff)
downloadmandoc-b3729dc0b7e8a9d8bc2b72799e6a7d50e94aaa7b.tar.gz
Make "\ " produce non-breaking space.
Noted by Theo de Raadt. Ok schwarze@.
Diffstat (limited to 'chars.in')
-rw-r--r--chars.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/chars.in b/chars.in
index 55746414..7e93ca3f 100644
--- a/chars.in
+++ b/chars.in
@@ -38,7 +38,7 @@ CHAR_TBL_START
/* Spacing. */
CHAR("c", "", 0, -1)
CHAR("0", " ", 1, 8194)
-CHAR(" ", " ", 1, 8194)
+CHAR(" ", ascii_nbrsp, 1, 160)
CHAR("~", ascii_nbrsp, 1, 160)
CHAR("%", "", 0, -1)
CHAR("&", "", 0, -1)