]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc_term.c
Added `%U' to -mdoc (doesn't render in a nice way yet).
[mandoc.git] / mdoc_term.c
index d427c1d0200f8d5e0d81fe33ab8da8a189baa00b..bda0a669c1edcc4652bd8f8fa365208d3ecb1dc5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mdoc_term.c,v 1.94 2009/10/22 18:55:32 kristaps Exp $ */
+/*     $Id: mdoc_term.c,v 1.95 2009/10/24 05:52:14 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -236,6 +236,7 @@ static      const struct termact termacts[MDOC_MAX] = {
        { NULL, termp____post }, /* %Q */ 
        { termp_sp_pre, NULL }, /* br */
        { termp_sp_pre, NULL }, /* sp */ 
+       { NULL, termp____post }, /* %U */ 
 };
 
 #ifdef __linux__
@@ -2006,6 +2007,8 @@ static void
 termp____post(DECL_ARGS)
 {
 
+       /* TODO: %U. */
+
        p->flags |= TERMP_NOSPACE;
        switch (n->tok) {
        case (MDOC__T):