Commit Graph

67 Commits

Author SHA1 Message Date
kamil c37dd9bcb4 Add entry for pthread_dbg in share/tmac/doc2html
pthread_dbg is POSIX Debug Threads Library

Sponsored by <The NetBSD Foundation>
2016-11-22 00:36:49 +00:00
kamil b86d7f33dd +libpanel: Z-order for curses windows 2015-11-22 05:12:22 +00:00
wiz dd9e15ecc1 The *roff macro argument is "-isoC-2011"; adapt. 2013-08-03 22:12:23 +00:00
matt 7641e12152 Add ISO C11 2013-08-03 21:56:56 +00:00
christos 13b2862bfd Tell the groff and friends about libsaslc(3).
Sort and fix whitespace on mdoc.local.
Add libisns to doc2html.
2011-02-11 23:47:49 +00:00
plunky c1d5e5d586 change description for libbluetooth to "Bluetooth Library" as it is
more than just host lookup these days
2009-05-16 18:12:04 +00:00
plunky 39aa7ec964 remove libsdp as improved functionality has been enabled in libbluetooth. 2009-05-12 18:07:54 +00:00
perry c38da20b98 add support for St -p1003.1-2008 2009-05-01 17:52:27 +00:00
apb bd847b4bc9 * For .Sh, generate <h3 id="...">...</h3>.
* 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-14 20:29:10 +00:00
apb 72527b7be6 Define Am, so HTML man pages can use \*[Am] to get an ampersand.
Non-HTML man pages were already able to use \*[Am].
2008-09-10 10:07:36 +00:00
lukem 18117d10a5 More .St changes, to bring in line with the groff versions and in-tree usage:
* remove unused -isoC-amd2
* enable -ieee1275-94 (renamed from -ieee1275)
2008-08-27 02:31:00 +00:00
lukem 8b4132b8a7 Add some .St iso9945 variants used in groff_mdoc.7 2008-08-26 09:14:03 +00:00
lukem 4d8cad2d53 Support -Bl -nested by ignoring it.
(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 07:26:08 +00:00
lukem 0ca24effd1 Add a few missing standards.
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-08-26 07:07:23 +00:00
martin 11a6dbe728 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
apb 241ba90c52 Add doc2html support for Bro/Brc/Brq. 2007-12-15 14:57:39 +00:00
apb d38a66619d Fix the definition of .Fl. Now this construct works:
.Ic boot Fl c .

Previously, the space between "boot" and "-c" was missing from the
HTML output.
2007-12-15 14:48:40 +00:00
gdamore a5c89047c0 Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
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.
2006-06-19 15:44:33 +00:00
wiz 23332a2615 Improve .An support: recognize -nosplit. 2005-06-11 23:46:57 +00:00
wiz 309e4e8291 End <font> tag with </font>. From Greg A. Woods in private mail.
Remove </font> before </body> since there is no corresponding <font>.
2005-02-07 01:23:02 +00:00
wiz 21e8d99658 Fix Fx handling; closes my PR 29235.
Will probably also need an additional fix like Nx and Ox do (see PR 29236).
2005-02-07 01:13:18 +00:00
wiz e2d4a3ff6c Add simple An handling. Modified version of a patch by Greg A. Woods
in private mail.  Closes my PR 29241.
2005-02-07 01:11:14 +00:00
wiz dca9ccd375 Use St -isoC-9X instead of St -isoC9X, to be in sync with groff. 2003-09-08 17:54:31 +00:00
wiz 04fb23b84a Add libevent. 2003-07-04 12:20:11 +00:00
wiz fb3b238554 Add IEEE 1275-1994 (already in mdoc.local). 2003-07-01 08:42:19 +00:00
uebayasi 80e148b7e3 Make libmagic known as a system library, and install manual page links
of the libmagic functions.

Submitted by Hiroshi Ura <ura at hiru dot aoba dot yokohama dot jp> in
PR21496.


Reviewed By:	wiz
2003-05-08 07:14:11 +00:00
wiz 105ad9fd29 Add libpcap. 2003-02-25 12:53:03 +00:00
thorpej d1567e06c2 Add libpthread and librt. 2003-01-22 23:40:19 +00:00
thorpej d5d52b821f Add libpmc. 2002-08-09 00:18:30 +00:00
bjh21 4f4c426502 Change the end of caps mode from <font size="+0"> to </font>. This gets the
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-27 17:46:55 +00:00
bjh21 190d94f4ca Add a symbol for IEEE Std 1003.1-2001. 2002-05-15 10:11:15 +00:00
ross 5de308572f Invert the default of DOC_XR and generate an href anchor by default.
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 01:59:14 +00:00
ross 8b41df0d84 Fix a number of bugs and and start over again on the style sheet. 2002-02-07 00:59:18 +00:00
ross 1a31609385 Don't make broken links out of incomplete .Xr requests. 2002-02-05 21:00:09 +00:00
wiz 051442934d Add libusbhid. 2001-12-28 23:06:30 +00:00
wiz 8581b9512e ISO 8802-3:1989 -> ISO/IEC 8802-3:1989
Ok'd by kleink.
2001-11-29 14:58:24 +00:00
wiz 957665b652 Use even more standard names for standards. 2001-11-21 11:25:22 +00:00
kleink 992bc87e22 Add a 1003.1g-2000 macro. 2001-10-22 16:46:05 +00:00
wiz cb19ecf339 Actually, we don't have libhesiod -- the functions are in libc.
Noted by Gregory McGarry.
2001-10-04 11:27:19 +00:00
wiz 15b74fd8b8 Add libhesiod. 2001-09-16 15:51:03 +00:00
thorpej 0f4b374296 Add libpci. 2001-09-13 23:21:49 +00:00
kleink c2206506df Add a libm68k library macro. 2001-07-04 17:12:33 +00:00
lukem 89ea4732df add St -xns5.2d2.0 2001-07-03 22:05:11 +00:00
lukem 4ec74dbf66 add AT&T v1 and v5 2001-07-02 00:03:31 +00:00
kleink a727a49494 Rename isoC to isoC90. 2001-04-14 16:58:48 +00:00
garbled e6b7556dfb Add libcdk to these two files 2001-01-05 15:59:30 +00:00
blymn 2ba6155111 Added libform. 2001-01-05 12:59:25 +00:00
itojun 953ed8c2ba declare .Lb symbol for libintl. 2000-10-31 15:08:29 +00:00
ad 176fa63b5b Add Ox macro (OpenBSD). 2000-07-05 10:54:12 +00:00
kleink 37c5b0bebb Changes references from ``ISO C'' to ``ISO C90''. 2000-07-04 07:03:15 +00:00