]> git.cameronkatri.com Git - mandoc.git/blobdiff - out.c
Remove the pod2man table entries. They can now be properly read and
[mandoc.git] / out.c
diff --git a/out.c b/out.c
index 8be9514e5d6394771a315f53572d036d79b50004..2a683fae8ed4e7640ee4a5e898800677aebf1f7e 100644 (file)
--- a/out.c
+++ b/out.c
@@ -1,4 +1,4 @@
-/*     $Id: out.c,v 1.28 2010/08/24 13:56:51 kristaps Exp $ */
+/*     $Id: out.c,v 1.29 2010/08/29 11:28:09 kristaps Exp $ */
 /*
  * Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -315,6 +315,8 @@ a2roffdeco(enum roffdeco *d, const char **word, size_t *sz)
                } else
                        lim = 1;
                break;
+       case ('o'):
+               /* FALLTHROUGH */
        case ('w'):
                if ('\'' == wp[i++]) {
                        term = '\'';