summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/man_html.c
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2010-07-13 01:09:12 +0000
committerschwarze <schwarze@openbsd.org>2010-07-13 01:09:12 +0000
commit769ee8042fd24a146a05ebedba6e84ffdf5be00d (patch)
tree44a4ea410c66bec354756de65b2f50a6a28fae21 /usr.bin/mandoc/man_html.c
parentCorrect comment. scsi_sense_data is now 18 bytes, not 32. (diff)
downloadwireguard-openbsd-769ee8042fd24a146a05ebedba6e84ffdf5be00d.tar.xz
wireguard-openbsd-769ee8042fd24a146a05ebedba6e84ffdf5be00d.zip
Merge release 1.10.4 (all code by kristaps@), providing four new features:
1) Proper .Bk support: allow output line breaks at input line breaks, but keep input lines together in the output, finally fixing synopses like aucat(1), mail(1) and tmux(1). 2) Mostly finished -Tps (PostScript) output. 3) Implement -Thtml output for .Nm blocks and .Bk -words. 4) Allow iterative interpolation of user-defined roff(7) strings. Also contains some minor bugfixes and some performance improvements.
Diffstat (limited to 'usr.bin/mandoc/man_html.c')
-rw-r--r--usr.bin/mandoc/man_html.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/mandoc/man_html.c b/usr.bin/mandoc/man_html.c
index bbe7a7aedef..8b77f129bb6 100644
--- a/usr.bin/mandoc/man_html.c
+++ b/usr.bin/mandoc/man_html.c
@@ -1,6 +1,6 @@
-/* $Id: man_html.c,v 1.16 2010/06/27 21:54:42 schwarze Exp $ */
+/* $Id: man_html.c,v 1.17 2010/07/13 01:09:13 schwarze Exp $ */
/*
- * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
+ * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -25,7 +25,6 @@
#include "mandoc.h"
#include "out.h"
#include "html.h"
-#include "regs.h"
#include "man.h"
#include "main.h"