#
19fb3ed5 |
| 23-Jan-2020 |
uwe <uwe@NetBSD.org> |
Provide ability to override <title>
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
Provide ability to override <title>
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.
show more ...
|
#
51f8282d |
| 23-Dec-2019 |
uwe <uwe@NetBSD.org> |
Fix if/else syntax in previous.
|
#
e7dd57c6 |
| 03-Dec-2019 |
uwe <uwe@NetBSD.org> |
Use groff -Tencoding argument to emit <meta charset="..."/>
|
#
2dbb2da3 |
| 26-Nov-2019 |
kre <kre@NetBSD.org> |
PR toolchain/54715
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
PR toolchain/54715
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@
show more ...
|
#
c37dd9bc |
| 22-Nov-2016 |
kamil <kamil@NetBSD.org> |
Add entry for pthread_dbg in share/tmac/doc2html
pthread_dbg is POSIX Debug Threads Library
Sponsored by <The NetBSD Foundation>
|
#
b86d7f33 |
| 22-Nov-2015 |
kamil <kamil@NetBSD.org> |
+libpanel: Z-order for curses windows
|
#
dd9e15ec |
| 03-Aug-2013 |
wiz <wiz@NetBSD.org> |
The *roff macro argument is "-isoC-2011"; adapt.
|
#
7641e121 |
| 03-Aug-2013 |
matt <matt@NetBSD.org> |
Add ISO C11
|
#
13b2862b |
| 11-Feb-2011 |
christos <christos@NetBSD.org> |
Tell the groff and friends about libsaslc(3). Sort and fix whitespace on mdoc.local. Add libisns to doc2html.
|
#
c1d5e5d5 |
| 16-May-2009 |
plunky <plunky@NetBSD.org> |
change description for libbluetooth to "Bluetooth Library" as it is more than just host lookup these days
|
#
39aa7ec9 |
| 12-May-2009 |
plunky <plunky@NetBSD.org> |
remove libsdp as improved functionality has been enabled in libbluetooth.
|
#
c38da20b |
| 01-May-2009 |
perry <perry@NetBSD.org> |
add support for St -p1003.1-2008
|
#
bd847b4b |
| 14-Sep-2008 |
apb <apb@NetBSD.org> |
* 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 us
* 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>.
show more ...
|
#
72527b7b |
| 10-Sep-2008 |
apb <apb@NetBSD.org> |
Define Am, so HTML man pages can use \*[Am] to get an ampersand. Non-HTML man pages were already able to use \*[Am].
|
#
18117d10 |
| 27-Aug-2008 |
lukem <lukem@NetBSD.org> |
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)
|
#
8b4132b8 |
| 26-Aug-2008 |
lukem <lukem@NetBSD.org> |
Add some .St iso9945 variants used in groff_mdoc.7
|
#
4d8cad2d |
| 26-Aug-2008 |
lukem <lukem@NetBSD.org> |
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.)
|
#
0ca24eff |
| 26-Aug-2008 |
lukem <lukem@NetBSD.org> |
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.
|
#
11a6dbe7 |
| 30-Apr-2008 |
martin <martin@NetBSD.org> |
Convert TNF licenses to new 2 clause variant
|
#
241ba90c |
| 15-Dec-2007 |
apb <apb@NetBSD.org> |
Add doc2html support for Bro/Brc/Brq.
|
#
d38a6661 |
| 15-Dec-2007 |
apb <apb@NetBSD.org> |
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.
|
#
a5c89047 |
| 19-Jun-2006 |
gdamore <gdamore@NetBSD.org> |
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 inc
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.
show more ...
|
#
23332a26 |
| 11-Jun-2005 |
wiz <wiz@NetBSD.org> |
Improve .An support: recognize -nosplit.
|
#
309e4e82 |
| 07-Feb-2005 |
wiz <wiz@NetBSD.org> |
End <font> tag with </font>. From Greg A. Woods in private mail.
Remove </font> before </body> since there is no corresponding <font>.
|
#
21e8d996 |
| 07-Feb-2005 |
wiz <wiz@NetBSD.org> |
Fix Fx handling; closes my PR 29235. Will probably also need an additional fix like Nx and Ox do (see PR 29236).
|