| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-23 | Provide 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-23 | Fix if/else syntax in previous. | uwe | |
| 2019-12-03 | Use groff -Tencoding argument to emit <meta charset="..."/> | uwe | |
| 2019-11-26 | PR toolchain/54715 | kre | |
| 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-22 | Add entry for pthread_dbg in share/tmac/doc2html | kamil | |
| pthread_dbg is POSIX Debug Threads Library Sponsored by <The NetBSD Foundation> | |||
| 2015-11-22 | +libpanel: Z-order for curses windows | kamil | |
| 2013-08-03 | The *roff macro argument is "-isoC-2011"; adapt. | wiz | |
| 2013-08-03 | Add ISO C11 | matt | |
| 2011-02-11 | Tell the groff and friends about libsaslc(3). | christos | |
| Sort and fix whitespace on mdoc.local. Add libisns to doc2html. | |||
| 2009-05-16 | change description for libbluetooth to "Bluetooth Library" as it is | plunky | |
| more than just host lookup these days | |||
| 2009-05-12 | remove libsdp as improved functionality has been enabled in libbluetooth. | plunky | |
| 2009-05-01 | add support for St -p1003.1-2008 | perry | |
| 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-10 | Define 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-27 | More .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-26 | Add some .St iso9945 variants used in groff_mdoc.7 | lukem | |
| 2008-08-26 | Support -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-26 | Add 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-30 | Convert TNF licenses to new 2 clause variant | martin | |
| 2007-12-15 | Add doc2html support for Bro/Brc/Brq. | apb | |
| 2007-12-15 | Fix 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-19 | Initial 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-11 | Improve .An support: recognize -nosplit. | wiz | |
| 2005-02-07 | End <font> tag with </font>. From Greg A. Woods in private mail. | wiz | |
| Remove </font> before </body> since there is no corresponding <font>. | |||
| 2005-02-07 | Fix Fx handling; closes my PR 29235. | wiz | |
| Will probably also need an additional fix like Nx and Ox do (see PR 29236). | |||
| 2005-02-07 | Add simple An handling. Modified version of a patch by Greg A. Woods | wiz | |
| in private mail. Closes my PR 29241. | |||
| 2003-09-08 | Use St -isoC-9X instead of St -isoC9X, to be in sync with groff. | wiz | |
| 2003-07-04 | Add libevent. | wiz | |
| 2003-07-01 | Add IEEE 1275-1994 (already in mdoc.local). | wiz | |
| 2003-05-08 | Make libmagic known as a system library, and install manual page links | uebayasi | |
| of the libmagic functions. Submitted by Hiroshi Ura <ura at hiru dot aoba dot yokohama dot jp> in PR21496. Reviewed By: wiz | |||
| 2003-02-25 | Add libpcap. | wiz | |
| 2003-01-22 | Add libpthread and librt. | thorpej | |
| 2002-08-09 | Add libpmc. | thorpej | |
| 2002-05-27 | Change the end of caps mode from <font size="+0"> to </font>. This gets the | bjh21 | |
| 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-15 | Add a symbol for IEEE Std 1003.1-2001. | bjh21 | |
| 2002-02-07 | Invert 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-07 | Fix a number of bugs and and start over again on the style sheet. | ross | |
| 2002-02-05 | Don't make broken links out of incomplete .Xr requests. | ross | |
| 2001-12-28 | Add libusbhid. | wiz | |
| 2001-11-29 | ISO 8802-3:1989 -> ISO/IEC 8802-3:1989 | wiz | |
| Ok'd by kleink. | |||
| 2001-11-21 | Use even more standard names for standards. | wiz | |
| 2001-10-22 | Add a 1003.1g-2000 macro. | kleink | |
| 2001-10-04 | Actually, we don't have libhesiod -- the functions are in libc. | wiz | |
| Noted by Gregory McGarry. | |||
| 2001-09-16 | Add libhesiod. | wiz | |
| 2001-09-13 | Add libpci. | thorpej | |
| 2001-07-04 | Add a libm68k library macro. | kleink | |
| 2001-07-03 | add St -xns5.2d2.0 | lukem | |
| 2001-07-02 | add AT&T v1 and v5 | lukem | |
| 2001-04-14 | Rename isoC to isoC90. | kleink | |
| 2001-01-05 | Add libcdk to these two files | garbled | |
