source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mdocml.bsd.lv
To: source@mdocml.bsd.lv
Subject: mdocml: Let -Tascii \(bu (bullet) output agree with groff; this is now
Date: Thu, 6 Nov 2014 17:28:36 -0500 (EST)	[thread overview]
Message-ID: <201411062228.sA6MSaOj012672@krisdoz.my.domain> (raw)

Log Message:
-----------
Let -Tascii \(bu (bullet) output agree with groff;
this is now possible because -Tps now handles backspace overstriking.

Modified Files:
--------------
    mdocml:
        chars.in
        mdoc_man.c

Revision Data
-------------
Index: mdoc_man.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_man.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -Lmdoc_man.c -Lmdoc_man.c -u -p -r1.71 -r1.72
--- mdoc_man.c
+++ mdoc_man.c
@@ -1340,7 +1340,7 @@ pre_it(DECL_ARGS)
 			outflags |= MMAN_nl;
 			font_push('B');
 			if (LIST_bullet == bln->norm->Bl.type)
-				print_word("o");
+				print_word("\\(bu");
 			else
 				print_word("-");
 			font_pop();
Index: chars.in
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/chars.in,v
retrieving revision 1.48
retrieving revision 1.49
diff -Lchars.in -Lchars.in -u -p -r1.48 -r1.49
--- chars.in
+++ chars.in
@@ -364,7 +364,7 @@ CHAR("rs",			"\\",		92)
 
 /* Text markers. */
 CHAR("ci",			"O",		9675)
-CHAR("bu",			"o",		8226)
+CHAR("bu",			"+\bo",		8226)
 CHAR("dd",			"|\b=",		8225)
 CHAR("dg",			"|\b-",		8224)
 CHAR("lz",			"<>",		9674)
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

                 reply	other threads:[~2014-11-06 22:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201411062228.sA6MSaOj012672@krisdoz.my.domain \
    --to=schwarze@mdocml.bsd.lv \
    --cc=source@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).