source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: kristaps@mdocml.bsd.lv
To: source@mdocml.bsd.lv
Subject: mdocml: Remove overstrike `\o'.
Date: Sun, 29 Aug 2010 07:28:09 -0400 (EDT)	[thread overview]
Message-ID: <201008291128.o7TBS9vq017773@krisdoz.my.domain> (raw)

Log Message:
-----------
Remove overstrike `\o'.  This isn't the best solution because we really
should be printing the contents, but for the time being, this is good
enough.

Modified Files:
--------------
    mdocml:
        out.c
        mandoc.c
        mdoc.7
        man.7

Revision Data
-------------
Index: man.7
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/man.7,v
retrieving revision 1.86
retrieving revision 1.87
diff -Lman.7 -Lman.7 -u -p -r1.86 -r1.87
--- man.7
+++ man.7
@@ -944,6 +944,8 @@ The
 .Pq string length ,
 .Sq \ek
 .Pq horizontal position marker ,
+.Sq \eo
+.Pq text overstrike ,
 and
 .Sq \es
 .Pq text size
Index: mandoc.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mandoc.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -Lmandoc.c -Lmandoc.c -u -p -r1.33 -r1.34
--- mandoc.c
+++ mandoc.c
@@ -59,8 +59,6 @@ mandoc_special(char *p)
 		/* FALLTHROUGH */
 	case ('R'):
 		/* FALLTHROUGH */
-	case ('o'):
-		/* FALLTHROUGH */
 	case ('N'):
 		/* FALLTHROUGH */
 	case ('l'):
@@ -199,6 +197,8 @@ mandoc_special(char *p)
 			return(*p ? (int)(p - sv) : 0);
 		}
 		break;
+	case ('o'):
+		/* FALLTHROUGH */
 	case ('w'):
 		if ('\'' == *p++) {
 			term = '\'';
Index: out.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/out.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -Lout.c -Lout.c -u -p -r1.28 -r1.29
--- out.c
+++ out.c
@@ -315,6 +315,8 @@ a2roffdeco(enum roffdeco *d, const char 
 		} else
 			lim = 1;
 		break;
+	case ('o'):
+		/* FALLTHROUGH */
 	case ('w'):
 		if ('\'' == wp[i++]) {
 			term = '\'';
Index: mdoc.7
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.7,v
retrieving revision 1.156
retrieving revision 1.157
diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.156 -r1.157
--- mdoc.7
+++ mdoc.7
@@ -2852,6 +2852,8 @@ The
 .Pq string length ,
 .Sq \ek
 .Pq horizontal position marker ,
+.Sq \eo
+.Pq text overstrike ,
 and
 .Sq \es
 .Pq text size
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

                 reply	other threads:[~2010-08-29 11: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=201008291128.o7TBS9vq017773@krisdoz.my.domain \
    --to=kristaps@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).