Commit Graph

4945 Commits

Author SHA1 Message Date
wiz 04b24f8e2a Misc fixes. 2001-12-04 23:42:02 +00:00
augustss 56c82209ee Update with irframe API descriptions. 2001-12-04 23:29:14 +00:00
wiz 8a84fcd9f0 Sort SEE ALSO. 2001-12-04 23:16:15 +00:00
jdolecek a3894c8cef note the NCR 53C90 (esp) driver
xref ne(4)
mark AHA-1640 as "not tested recently"
2001-12-04 20:55:47 +00:00
jdolecek d908c8f196 note MCA attachment 2001-12-04 20:52:48 +00:00
jdolecek 7851c7aacd document M_CANFAIL 2001-12-04 20:39:02 +00:00
jdolecek 20353052f0 the dump device isn't hardcoded into compiled kernel commonly nowadays
xref swapctl(8)
2001-12-04 19:56:55 +00:00
wiz b4371d47f5 Replace some misuses of "then" with "than". 2001-12-04 17:56:30 +00:00
jmc 92a08ecf01 If USE_NEW_TOOLCHAIN is defined and set to yes treat that as a match (and then
reset it to nowarn so it lines up with ported platforms).
2001-12-04 04:25:21 +00:00
simonb b250cceb73 Add SWMBO. 2001-12-04 03:04:16 +00:00
augustss 3050e58cec Add a man page for the IrDA line discipline driver. 2001-12-03 23:23:47 +00:00
lukem 0b85b873c2 add MMU, TLB. sort 2001-12-03 05:38:10 +00:00
wiz 4ab3d5a0bc Fix typo. 2001-12-02 19:59:26 +00:00
augustss 617506af94 Make a link from irda to irframe. 2001-12-02 19:52:37 +00:00
augustss d0b41e02c5 Note that the man page is incomplete. 2001-12-02 19:50:49 +00:00
augustss 047ca61989 Add cir(4) and oboe(4) man pages. 2001-12-02 19:46:04 +00:00
wiz b68a5bd59b Drop unnecessary .Pp. Sort commented Xrefs in SEE ALSO. 2001-12-02 18:59:27 +00:00
wiz 70fe6c1246 Add MAKEDEV(8) for acorn32 and necessary directories. 2001-12-02 18:56:47 +00:00
wiz a3aa0450e9 Regen (wscons) 2001-12-02 18:50:04 +00:00
wiz a6a0cf88c5 Regen for cir/irframe addition. 2001-12-02 18:49:44 +00:00
augustss 02b1fff116 Add irframe(4) man page. 2001-12-02 16:42:37 +00:00
wiz a4f2821180 Drop a space, and mark-up EINVAL. 2001-12-02 08:40:27 +00:00
yamt ad37337699 add a line for cardbus attachment. 2001-12-02 03:20:52 +00:00
yamt 7a6838c92e add "function ?" forgotton in the previous commit. 2001-12-02 03:12:44 +00:00
yamt a187b01a11 note pcmcia and isapnp attachments. 2001-12-02 03:07:53 +00:00
gmcgarry 796fcac29a Documentation for itimerfix(9), from Christos Zoulas. 2001-12-02 02:26:26 +00:00
wiz 223b4be581 Fix Xref. 2001-12-01 16:19:42 +00:00
wiz 470a2e6a72 Fix typo, and use .Nx for NetBSD. 2001-12-01 16:17:45 +00:00
kleink 383736ea93 SSIA 2001-12-01 10:43:21 +00:00
bouyer 34d6f4f3c4 Note ATAPI tape support 2001-12-01 00:29:50 +00:00
manu 7054731317 Updated COMPAT_LINUX (for the mips, it's not extremely experimental anymore,
it's just experimental), and added COMPAT_IRIXi (highly experimental).
2001-11-30 21:26:26 +00:00
kleink 1d6c2795c4 Import tzdata2001d. 2001-11-30 13:28:39 +00:00
lukem d864702dc2 ptv 2001-11-30 04:57:26 +00:00
thorpej 89c7818994 Ah, don't actually need MAKEWHATIS here. 2001-11-29 23:55:33 +00:00
thorpej 79b30cbdeb Provide ${MAKEWHATIS}. 2001-11-29 23:53:23 +00:00
ross 0133468c02 English; -mdoc 2001-11-29 23:19:52 +00:00
ross f97914a629 English 2001-11-29 23:14:39 +00:00
ross c711939949 English 2001-11-29 23:06:14 +00:00
augustss f1df2b078f Xref usbhidaction(1). 2001-11-29 19:21:40 +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 d245a498c0 Remove spurious '.' in line 42, as reported by Naoto Shimazaki on
current-users on Thu, 29 Nov 2001 09:17:16.
2001-11-29 11:57:21 +00:00
hubertf 8bf93eced0 Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:35 +00:00
kleink a0c2c75608 Mention hme(4) being 802.1q MTU capable. 2001-11-29 00:03:15 +00:00
jmc 9083f42414 There's no need for TMACDIR here after all. Anything using it is using it for
FILES installs so it can't have DESTDIR in front of it (and those Makefiles
all explicitly set it).
2001-11-28 23:32:16 +00:00
tv 8f2c8e583f Fix the :U's used with ${UPDATE} so that stray values don't get put into
the .PHONY: target.
2001-11-28 20:19:08 +00:00
tv 43453698f5 Use :U successfully this time. In an expression such as ${FOO:D:Ubar}, you
end up with empty string if FOO is defined, and `bar' if it is undefined.
2001-11-28 20:12:47 +00:00
kleink 134596bbcd Add missing `size' argument to MEXTADD declaration; from Yannick Montulet
in PR misc/14758.
2001-11-28 19:14:56 +00:00
ad 304ffcc64d First appeared in 1.5.3. 2001-11-28 18:27:34 +00:00
ad 4be14bd859 First appeared in NetBSD 1.5.3. 2001-11-28 17:41:46 +00:00
wiz 267e4b3d45 No point in using __P in prototype declarations in man pages. 2001-11-28 16:49:02 +00:00