summaryrefslogtreecommitdiffstatshomepage
path: root/term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-23 11:02:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-23 11:02:21 +0000
commit4c3d90105c77097d38322207787afff44c55ef21 (patch)
tree65eb547f2a01ebd6e7a56dbecc175880b2c76103 /term.c
parentd39725c527266611cea7450058274529a282d4ee (diff)
downloadmandoc-4c3d90105c77097d38322207787afff44c55ef21.tar.gz
mandoc-4c3d90105c77097d38322207787afff44c55ef21.tar.zst
mandoc-4c3d90105c77097d38322207787afff44c55ef21.zip
All special characters sync'd with groff, both -Thtml and -Tascii.
Re-added text links to index.sgml (just for show).
Diffstat (limited to 'term.c')
-rw-r--r--term.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/term.c b/term.c
index f5f18c45..0a7739da 100644
--- a/term.c
+++ b/term.c
@@ -1,4 +1,4 @@
-/* $Id: term.c,v 1.102 2009/09/20 13:43:31 kristaps Exp $ */
+/* $Id: term.c,v 1.103 2009/09/23 11:02:21 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -25,6 +25,9 @@
#include "man.h"
#include "mdoc.h"
+/* FIXME: accomodate non-breaking, non-collapsing white-space. */
+/* FIXME: accomodate non-breaking, collapsing white-space. */
+
extern void man_run(struct termp *,
const struct man *);
extern void mdoc_run(struct termp *,