Commit Graph

232 Commits

Author SHA1 Message Date
apb
f46c1de7cb Use ${TOOL_SED} instead if plain sed in Makefiles. 2008-10-25 22:27:34 +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
6600056385 Add README detailing where current versions of the files
previously in this dir can be found; requested by perry.
2004-03-29 21:36:45 +00:00
wiz
a1752f5297 Remove files that do not get installed any longer, to avoid
further confusion.
The corresponding files now live in gnu/dist/groff/tmac (still
BSD licensed!), but the only files that should be changed are in
gnu/usr.bin/groff/tmac, see also
http://www.netbsd.org/developers/releng/release-process.html
2004-03-29 17:08:25 +00:00
jmc
2625c3d467 Welcome to 2.0 2004-03-29 03:14:10 +00:00
lukem
130ab7336b Rework how MAKEVERBOSE operates:
*	Don't bother prefixing commands with a line of  ${_MKCMD}\
	and instead rely upon "make -s".  This is less intrusive on
	all the Makefiles than the former.  Idea from David Laight.

    *	Rename the variables use to print messages.  The scheme now is:
	    _MKMSG_FOO		Run  _MKMSG 'foo'
	    _MKTARGET_FOO	Run  _MKMSG_FOO ${.TARGET}
	From discussion with Alistair Crooks.
2003-10-21 10:01:19 +00:00
lukem
e7cffe140c implement MAKEVERBOSE 2003-10-19 14:10:13 +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
agc
075022b349 Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22309, verified by myself.
2003-08-07 10:30:41 +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
wiz
ba056015d8 Don't install macros any longer (except doc2html) we're now using
the GNU groff ones.
2003-06-30 18:51:28 +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
wiz
db1bc7420c Make .Nm without arguments, but with punctuation, work.
Patch from Christian Limpach (chris at pin lu) on tech-userlevel.
2003-02-25 10:08:44 +00:00
thorpej
d1567e06c2 Add libpthread and librt. 2003-01-22 23:40:19 +00:00
thorpej
02d1b7838b Add a case for librt (POSIX Real-time Library) 2003-01-22 23:37:08 +00:00
wiz
c7aab7fab8 Warn if Rv has no function name argument. 2003-01-21 15:40:02 +00:00
thorpej
2136f557b3 Add a symbol for libpthread. 2003-01-12 01:30:34 +00:00
scw
226f0cfd96 s/walnut/evbppc/ 2002-12-09 14:31:47 +00:00
thorpej
d5d52b821f Add libpmc. 2002-08-09 00:18:30 +00:00
scw
1d7843f5f7 Add sh5/evbsh5. 2002-07-19 08:24:04 +00:00
wiz
2b8fd6b89a Add cats, cesfic, hp700, hpcarm, netwinder, shark, x86_64.
Fix acorn32, algor, playstation2.
Problem reported by Matthias Drochner.
2002-07-18 22:50:46 +00:00
wiz
7b9b4ac6f7 'environment', not 'enviroment' 2002-07-11 10:53:19 +00:00
augustss
b889804e98 Add pmppc. 2002-05-30 23:38:19 +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
tv
3479915ba0 And it would probably be nice if 1.6 were reflected in the list of version
numbers.
2002-05-22 03:27:52 +00:00
tv
9f4e74bc62 1.6 has branched. Welcome to "NetBSD 1.6A". 2002-05-22 03:18:19 +00:00
bjh21
190d94f4ca Add a symbol for IEEE Std 1003.1-2001. 2002-05-15 10:11:15 +00:00
bjh21
bfff10410a Add a symbol for IEEE Std 1003.1-2001. 2002-05-14 18:26:37 +00:00
bjh21
79df6e9339 Rename arm26 -> acorn26. 2002-03-24 22:32:36 +00:00
simonb
2a9c0391d3 Add evbarm and evbmips. 2002-03-07 14:44:49 +00:00
simonb
5f24b78e43 Add "sbmips". 2002-03-06 02:37:51 +00:00
scw
5183aa7b10 Add mvmeppc. 2002-02-27 21:26:09 +00:00
ross
4b8350b194 Define strings for < > & <= >= 2002-02-07 09:43:54 +00:00
ross
f80ddd2066 KNF, err, well, "indent" 2002-02-07 09:34:11 +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