source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Make "\ " produce non-breaking space.
@ 2010-07-18 18:04 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-07-18 18:04 UTC (permalink / raw)
  To: source

Log Message:
-----------
Make "\ " produce non-breaking space.

Noted by Theo de Raadt.  Ok schwarze@.

Modified Files:
--------------
    mdocml:
        chars.in
        TODO

Revision Data
-------------
Index: TODO
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/TODO,v
retrieving revision 1.28
retrieving revision 1.29
diff -LTODO -LTODO -u -p -r1.28 -r1.29
--- TODO
+++ TODO
@@ -80,8 +80,7 @@
 ************************************************************************
 
 - perl(1) SYNOPSIS looks bad; reported by deraadt@
-  1) "\ " is non-breaking
-  2) man(7) seems to need SYNOPSIS .Nm blocks, too
+  1) man(7) seems to need SYNOPSIS .Nm blocks, too
 
 - empty phrases in .Bl column produce too few blanks
   try e.g. .Bl -column It Ta Ta
Index: chars.in
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/chars.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -Lchars.in -Lchars.in -u -p -r1.27 -r1.28
--- chars.in
+++ 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)
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-18 18:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-18 18:04 mdocml: Make "\ " produce non-breaking space kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).