source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Strip out `\k' escape.
@ 2010-08-24 13:39 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-08-24 13:39 UTC (permalink / raw)
  To: source

Log Message:
-----------
Strip out `\k' escape.

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

Revision Data
-------------
Index: mandoc.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mandoc.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -Lmandoc.c -Lmandoc.c -u -p -r1.31 -r1.32
--- mandoc.c
+++ mandoc.c
@@ -138,9 +138,9 @@ mandoc_special(char *p)
 		/* FALLTHROUGH */
 	case ('n'):
 		/* FALLTHROUGH */
+#endif
 	case ('k'):
 		/* FALLTHROUGH */
-#endif
 	case ('M'):
 		/* FALLTHROUGH */
 	case ('m'):
Index: man.7
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/man.7,v
retrieving revision 1.84
retrieving revision 1.85
diff -Lman.7 -Lman.7 -u -p -r1.84 -r1.85
--- man.7
+++ man.7
@@ -940,6 +940,8 @@ The
 .Pq zero-length character ,
 .Sq \ew
 .Pq string length ,
+.Sq \ek
+.Pq horizontal position marker ,
 and
 .Sq \es
 .Pq text size
Index: out.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/out.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -Lout.c -Lout.c -u -p -r1.26 -r1.27
--- out.c
+++ out.c
@@ -220,6 +220,8 @@ a2roffdeco(enum roffdeco *d, const char 
 			break;
 		}
 		break;
+	case ('k'):
+		/* FALLTHROUGH */
 	case ('M'):
 		/* FALLTHROUGH */
 	case ('m'):
Index: mdoc.7
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.7,v
retrieving revision 1.153
retrieving revision 1.154
diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.153 -r1.154
--- mdoc.7
+++ mdoc.7
@@ -2848,6 +2848,8 @@ The
 .Pq zero-length character ,
 .Sq \ew
 .Pq string length ,
+.Sq \ek
+.Pq horizontal position marker ,
 and
 .Sq \es
 .Pq text size
--
 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-08-24 13:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-24 13:39 mdocml: Strip out `\k' escape 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).