Commit Graph

40 Commits

Author SHA1 Message Date
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
veego
6759f2632c Remove the last traces of libahdi. 2000-05-14 14:13:52 +00:00
kleink
015db55a92 Add an -isoC99 macro; while I'm here, correct white space usage in other
ISO/IEC document numbers.
2000-03-05 18:40:06 +00:00
kleink
1bfbcff7b3 Whitespace nit in -p1003.1-96. 2000-02-10 22:02:09 +00:00
jdc
2133a0f528 Add libahdi entries. 2000-02-05 20:54:12 +00:00
kleink
088bc0f82a Add .Lb libmenu. 1999-11-24 12:46:40 +00:00
itojun
834a62973d add LIBRARY section into libipsec manpages.
add ".Lb libipsec" for this.
1999-07-04 01:27:19 +00:00
ross
c81cf70565 * Sync .St with the main mdoc
* Fix (some of) the bugs with .Fn
1999-06-01 18:25:15 +00:00
ross
40e932dbb4 Fix bugs reported by mycroft, except one. 1999-04-30 23:47:25 +00:00
ross
cb405ed6fc Kill Nm-save warning. 1999-03-18 18:57:42 +00:00
ross
a5cb41e7a0 Improve appearance, tone down the .Sh size, define a <style> for color
headings, etc. Please feel free to fiddle with this stuff, people...
1999-03-09 06:25:58 +00:00
mycroft
471c3c1228 Make Pq, Po, Pc, Oo, Oc callable. 1999-03-07 08:48:48 +00:00
mycroft
a982881d5d Escape some punctuation, and make Oo and Oc aliases for Bo and Bc. 1999-03-07 08:37:03 +00:00
mycroft
e3ad734bcc Sort of add .Oo and .Oc. Needs more work. 1999-03-07 02:17:36 +00:00
kleink
ca03c2d3ef Add a macro for our friend, the System V Interface Definition. 1999-02-06 15:01:13 +00:00
ross
1ece689dfe Define mode-null-{on,off} for turning off special modes.
Turn off any special modes when Ns is called.
1999-01-28 00:11:07 +00:00
ross
fa592fc423 Fix bug with html < and > chars found by Alan Barrett. 1999-01-17 12:17:11 +00:00
ross
a2793c002b New macro package for automatically converting -mdoc input to HTML.
Use: nroff -mdoc2html input_file...
Or, for the completely general case,
   Use: groff -P-b -P-u -P-o -Tascii -ww -mdoc2html input_file ...
This was originally intended for just the new distrib/notes and other
non-man-page project documentation, but in fact it can get almost all of
the man pages right at this point.

In many cases, I would suggest that original documentation not be written
in HTML or ASCII any more. A good example would be "supported devices".
It's presently duplicated, in the install notes, the web pages, and the
man pages. If written in -mdoc, it can automatically be a man page, a www
page feature, and a printable, downloadable file.  We can generate PostScript
and the "unix enhanced text" format used by more(1), as well as plain old
ascii, and all using in-tree tools.

TNF Copyright.
1999-01-13 05:00:28 +00:00