]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc_macro.c
`Cd' in -Thtml -mdoc correctly breaks lines.
[mandoc.git] / mdoc_macro.c
index 63d5ef8375557dbcb69a411cddd7fc709d670bbc..66e5faf0728275ee199bbcb5ba1f218849db6904 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mdoc_macro.c,v 1.35 2009/09/16 20:49:06 kristaps Exp $ */
+/*     $Id: mdoc_macro.c,v 1.36 2009/09/20 17:24:57 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -260,6 +260,7 @@ mdoc_macroend(struct mdoc *m)
 static int
 lookup(int from, const char *p)
 {
+       /* FIXME: make -diag lists be un-PARSED. */
 
        if ( ! (MDOC_PARSED & mdoc_macros[from].flags))
                return(MDOC_MAX);