summaryrefslogtreecommitdiff
path: root/share/tmac/doc2html
AgeCommit message (Collapse)Author
2020-01-23Provide ability to override <title>uwe
If \*[title-section] is non-empty, use it to override the title instead of appending it. Nothing in the tree uses title-section currently, so it shouldn't affect any existing document. This override will be used by the installation notes where the default title is less than helpful.
2019-12-23Fix if/else syntax in previous.uwe
2019-12-03Use groff -Tencoding argument to emit <meta charset="..."/>uwe
2019-11-26PR toolchain/54715kre
Remove duplicate (incorrect) version of the .Lk macro, so the earlier (fancier and functional) definition survives. For now simply comment it out. Sometime later this one should be removed - but the two have been present since these macros were first imported (1999) so leaving this visible (but removed) a little longer shouldn't hurt. I (believe) this one is the only duplicate of this form. With this change the Lk macro in doc2html should work as it is designed (but does not call other macros, and can only have punctuation following the URL and (optional) anchor args (2nd arg is the anchor if it isn't punctuation). Tested by martin@
2016-11-22Add entry for pthread_dbg in share/tmac/doc2htmlkamil
pthread_dbg is POSIX Debug Threads Library Sponsored by <The NetBSD Foundation>
2015-11-22+libpanel: Z-order for curses windowskamil
2013-08-03The *roff macro argument is "-isoC-2011"; adapt.wiz
2013-08-03Add ISO C11matt
2011-02-11Tell the groff and friends about libsaslc(3).christos
Sort and fix whitespace on mdoc.local. Add libisns to doc2html.
2009-05-16change description for libbluetooth to "Bluetooth Library" as it isplunky
more than just host lookup these days
2009-05-12remove libsdp as improved functionality has been enabled in libbluetooth.plunky
2009-05-01add support for St -p1003.1-2008perry
2008-09-14* For .Sh, generate <h3 id="...">...</h3>.apb
* For .Ss, generate <h4 id="...">...</h4>. This makes internal cross references from .Sx work. While here, change .SH and .SS to do likewise, instead of using <h3><a name="...">...</a></h3> and <h4><a name="...">...</a></h4>.
2008-09-10Define Am, so HTML man pages can use \*[Am] to get an ampersand.apb
Non-HTML man pages were already able to use \*[Am].
2008-08-27More .St changes, to bring in line with the groff versions and in-tree usage:lukem
* remove unused -isoC-amd2 * enable -ieee1275-94 (renamed from -ieee1275)
2008-08-26Add some .St iso9945 variants used in groff_mdoc.7lukem
2008-08-26Support -Bl -nested by ignoring it.lukem
(according to mdoc(7) it's only for -enum, but libevent/evdns.3 uses it for -tag, and it does cause different formatting behaviour with the latter.)
2008-08-26Add a few missing standards.lukem
Force an actual .Error on an unknown .St, rather than just printing ERROR (i.e., be consistent with other errors in this file.) Be consistent with tabs.
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2007-12-15Add doc2html support for Bro/Brc/Brq.apb
2007-12-15Fix the definition of .Fl. Now this construct works:apb
.Ic boot Fl c . Previously, the space between "boot" and "-c" was missing from the HTML output.
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore
NetBSD Foundation Membership still pending.) This stack was written by Iain under sponsorship from Itronix Inc. The stack includes support for rfcomm networking (networking via your bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets. Drivers for both PCMCIA and USB bluetooth controllers are included.
2005-06-11Improve .An support: recognize -nosplit.wiz
2005-02-07End <font> tag with </font>. From Greg A. Woods in private mail.wiz
Remove </font> before </body> since there is no corresponding <font>.
2005-02-07Fix Fx handling; closes my PR 29235.wiz
Will probably also need an additional fix like Nx and Ox do (see PR 29236).
2005-02-07Add simple An handling. Modified version of a patch by Greg A. Woodswiz
in private mail. Closes my PR 29241.
2003-09-08Use St -isoC-9X instead of St -isoC9X, to be in sync with groff.wiz
2003-07-04Add libevent.wiz
2003-07-01Add IEEE 1275-1994 (already in mdoc.local).wiz
2003-05-08Make libmagic known as a system library, and install manual page linksuebayasi
of the libmagic functions. Submitted by Hiroshi Ura <ura at hiru dot aoba dot yokohama dot jp> in PR21496. Reviewed By: wiz
2003-02-25Add libpcap.wiz
2003-01-22Add libpthread and librt.thorpej
2002-08-09Add libpmc.thorpej
2002-05-27Change the end of caps mode from <font size="+0"> to </font>. This gets thebjh21
tag nesting more correct, and is necessary to get the INSTALL notes to render correctly in Konqueror. The results still look sensible in w3m, Lynx and Mozilla.
2002-05-15Add a symbol for IEEE Std 1003.1-2001.bjh21
2002-02-07Invert the default of DOC_XR and generate an href anchor by default.ross
Also, assume that any man page called "index.html" will actually be installed (sigh) as "xindex.html", which is what bsd.man.mk actually does now.
2002-02-07Fix a number of bugs and and start over again on the style sheet.ross
2002-02-05Don't make broken links out of incomplete .Xr requests.ross
2001-12-28Add libusbhid.wiz
2001-11-29ISO 8802-3:1989 -> ISO/IEC 8802-3:1989wiz
Ok'd by kleink.
2001-11-21Use even more standard names for standards.wiz
2001-10-22Add a 1003.1g-2000 macro.kleink
2001-10-04Actually, we don't have libhesiod -- the functions are in libc.wiz
Noted by Gregory McGarry.
2001-09-16Add libhesiod.wiz
2001-09-13Add libpci.thorpej
2001-07-04Add a libm68k library macro.kleink
2001-07-03add St -xns5.2d2.0lukem
2001-07-02add AT&T v1 and v5lukem
2001-04-14Rename isoC to isoC90.kleink
2001-01-05Add libcdk to these two filesgarbled