diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-20 11:04:23 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-20 11:04:23 +0000 |
commit | 9ca2c862d8cd73c34a7a1b8ceee8eb45c3115d5a (patch) | |
tree | f662e0af14e89eea55ff25935c553b76991418b3 /action.c | |
parent | 0d0191e1509b75f09a185c0ecd6600b832ff9bcc (diff) | |
download | mandoc-9ca2c862d8cd73c34a7a1b8ceee8eb45c3115d5a.tar.gz |
Re-added tree.c (for now).
Added initial terminal-output filter (term.c).
Diffstat (limited to 'action.c')
-rw-r--r-- | action.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -243,7 +243,7 @@ post_dt(struct mdoc *mdoc) } if (NULL == mdoc->meta.title) - mdoc->meta.title = xstrdup("untitled"); + mdoc->meta.title = xstrdup("UNTITLED"); mdoc_msg(mdoc, "title: %s", mdoc->meta.title); |