Commit Graph

3543 Commits

Author SHA1 Message Date
minoura 3e9a826813 Add -p option to suppress creating the partition table. 2001-12-08 00:51:03 +00:00
wiz 7992385439 Fix Bl argument, drop an unnecessary .Pp and some unnecessary "the"s. 2001-12-07 19:02:30 +00:00
wiz b8872cd2f0 Use Fd in SYNOPSIS. 2001-12-07 18:58:33 +00:00
wiz d46bac173c Fix Bd arguments, sort sections, use Fd in SYNOPSIS. 2001-12-07 18:58:06 +00:00
wiz 1e9ce4fb48 Fix Bd arguments, unquote Sh argument, sort sections. 2001-12-07 18:56:03 +00:00
wiz f79e9ad9e5 Massively improve markup, fix a sentence and two xrefs. 2001-12-07 18:49:30 +00:00
ross 78eb8a9d0b Add most of the missing supported system types, order roughly by
performance, and remove editorial comments on models.
2001-12-06 15:51:47 +00:00
augustss dc53d00438 Xref comms/birda package. 2001-12-06 06:07:35 +00:00
gmcgarry 3bd93d8e74 This is tc.9, not ioasic.9 2001-12-05 23:49:40 +00:00
augustss a240e78b7f Link malloc_roundup.9 to the right thing; section 9 links were off by one. 2001-12-05 21:13:59 +00:00
wiz 9dde6cdf61 Drop a trailing space. 2001-12-05 15:05:15 +00:00
enami 20b9d83486 proc0 isn't the init. 2001-12-05 13:51:43 +00:00
mrg 15e86089fb add some sparc64 specific options. 2001-12-05 13:28:54 +00:00
ad 079e2a0548 Document malloc_roundup(). 2001-12-05 12:44:24 +00:00
lukem 0de64177a3 add hash(9) 2001-12-05 07:31:24 +00:00
augustss 44350c3eee Xref irdaattach(8). 2001-12-05 02:12:25 +00:00
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
augustss 3050e58cec Add a man page for the IrDA line discipline driver. 2001-12-03 23:23:47 +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
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
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
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
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
wiz 79f04cbeec No point in using __P in prototype declarations in man pages.
Complete a prototype while I'm here.
2001-11-28 16:48:11 +00:00
kleink e5cc0a04fb No point in using __P for prototype declarations in a manual page. 2001-11-28 16:39:35 +00:00
wiz c2c43720b7 Add a hyphen, and replace /usr/pkgsrc/mk/mk.conf.example with
/usr/pkgsrc/mk/bsd.pkg.defaults.mk.
2001-11-27 16:17:35 +00:00
wiz 234fe049a8 Sort sections, and add sentence with a . 2001-11-26 00:14:19 +00:00
wiz c13612f8dd Sort sections, fix xrefs, and misc. markup improvements. 2001-11-26 00:11:52 +00:00
wiz 8e3beef555 Markup improvements, grammar fix. 2001-11-26 00:06:40 +00:00
wiz 58f985e579 Simplify formatting, and drop an unnecessary .Pp. 2001-11-25 23:50:24 +00:00
wiz 5b9448b7b5 ddb(4), not ddb(8), and sort SEE ALSO. 2001-11-25 23:44:14 +00:00
wiz ce5ff77ee4 Sort sections, sort SEE ALSO. 2001-11-25 23:42:36 +00:00
wiz 6676165aa3 Drop an unnecessary .Pp. 2001-11-25 23:42:22 +00:00
perry 637fddfedf if UNPRIVED, generate (synthetically) a metadata log for whatis.db 2001-11-24 21:39:20 +00:00
perry 675aa2fd98 note that the path for installboot is /usr/mdec/installboot in SYNOPSIS 2001-11-24 16:38:07 +00:00
darrenr cbf13ec8c8 update man page to mention that you need to do "ifconfig greN create" before
using greN even if config'd into the kernel.
2001-11-24 14:27:03 +00:00
wiz 1ea75497ea filesystem -> file system; add `.' at end of HISTORY section; sort sections;
don't use Pc/Po/Pq; drop Nm arguments in most places (because they're not
needed); update Dd for mrg's changes today.
2001-11-24 07:40:22 +00:00
mrg 9ba47996ff add an example for forcing sparc blocks 2001-11-24 01:52:02 +00:00
mrg b4e48d1175 correct sparc64 bootblk/ofwboot pathnames (PR#14701), note ofwboot.net,
clarify sparc example is for sparc and add a sparc64 example, and
finally, add a FILES section describing all the sparc* bootblock files.
2001-11-24 01:44:55 +00:00
jdolecek 3abeb309bf Use <sys/systm.h> instead of <systm.h>. Noted in kern/14697 by John Franklin 2001-11-23 23:46:44 +00:00
jdolecek 8ea026bc30 add the 'drive' locator
g/c BUGS, add NOTES sections and note the driver should work okay
on machines with >16MB RAM
2001-11-23 23:00:52 +00:00
jhawk da2f8002bb hyphenate compound words
s/libc/C library/
grammar nits.
2001-11-23 21:06:02 +00:00
wiz ced65d9a35 Quote .Sq argument, and give correct argument to .Bd -offset (_not_ xxxx).
Second part fixes misc/14692.
2001-11-23 18:40:59 +00:00
bjh21 e43b9bb235 Add acorn32. 2001-11-23 16:32:20 +00:00
gmcgarry 3a3e29d852 General cleanup; xref kafs(3) 2001-11-23 07:45:54 +00:00
gmcgarry 30a683b2cc - Xr cdk(3), for what is worth
- describe libposix with xrefs
2001-11-23 07:18:52 +00:00
gmcgarry a81a662c06 Xref util.3 2001-11-23 06:22:24 +00:00
wiz 1fd7eeefcd "than" instead of "then". 2001-11-21 19:14:19 +00:00
augustss e26efb5202 A few more editorial changes. 2001-11-21 17:22:56 +00:00
wiz 74b5493cd3 Really improve grammar. 2001-11-21 17:17:42 +00:00
augustss a395f3700a Improve language. 2001-11-21 17:11:55 +00:00
augustss 3b945082ba Update a little for new reality. 2001-11-21 16:28:11 +00:00
gmcgarry 3b6720fee9 xref com_err(3) 2001-11-21 05:45:10 +00:00
lukem 0514531239 attempt to describe KGDB_DEV* options 2001-11-20 08:49:31 +00:00
kleink 22c0e4ba00 Expand NLS acronym; from Jeremy C. Reed in PR misc/14577. 2001-11-19 16:15:00 +00:00
kleink 3a2aafc63a Fix email address. 2001-11-19 10:53:52 +00:00
augustss bf71f0bf59 Fix typo. 2001-11-18 23:23:11 +00:00
augustss d9694b2e25 Xref each other. 2001-11-18 23:21:38 +00:00
augustss ba78f1455a Fix typo. 2001-11-18 23:13:37 +00:00
wiz c503012367 Sort sections. 2001-11-18 23:00:10 +00:00
wiz b8554660b9 Grammar fix and markup improvement. 2001-11-18 22:59:34 +00:00
wiz c2f2c277e3 Sort SEE ALSO. 2001-11-18 22:49:36 +00:00
augustss d774666fd6 Add autri(4) man page. 2001-11-18 16:46:49 +00:00
kleink 735f41a128 Create a bus_space_mmap(9) link, too. 2001-11-18 12:02:13 +00:00
mrg eeaa44ea8e note linksys prism2 support. 2001-11-18 06:38:23 +00:00
lukem 69e1926249 document M_PIPE, M_AGP, M_PROP 2001-11-17 03:54:36 +00:00
lukem 576eed5512 Add new malloc(9) flag M_ZERO - zeros memory before returning.
From Poul-Henning Kamp's equivalent enhancement in FreeBSD.
2001-11-17 03:50:27 +00:00
augustss c8a7be2fc5 Improve wording. 2001-11-16 17:22:54 +00:00
augustss 9d5ba0c4d4 Add a man page for ehci(4) despite the driver not being finished yet. 2001-11-16 17:08:12 +00:00
gmcgarry 63a43ab235 Clarify some chipset models. 2001-11-12 07:33:40 +00:00
itohy adb46cd666 fix ascii art 2001-11-11 14:02:18 +00:00
tsutsui 2cf8d764c2 Note DC-390UW as well as DC-390U/F (to use siop(4) for them). 2001-11-11 05:24:45 +00:00
perry 06ccd5c20e make a couple of comments reflect termios.h again following changes
to termios.h
2001-11-11 00:03:20 +00:00
wiz ab7d80e97b Misc regens with more xrefs. 2001-11-10 22:58:27 +00:00
wiz 84b670bf3e Add MAKEDEV(8) for evbarm 2001-11-10 22:57:57 +00:00
gmcgarry 22d5bd5eb8 - cross-reference skey(3)
- relegate FILES section to library pages
2001-11-10 06:32:37 +00:00
gmcgarry 965d17cd26 Reference krb5(3) and add description for libcom_err. 2001-11-08 19:52:51 +00:00
tsutsui 061889c028 - Add adv, adw, iha, mesh, osiop, pcscp and trm, and remove ncr in SYNOPSIS.
- s/TurboBus/TURBOchannel/
2001-11-07 16:45:50 +00:00
wiz dcfbb9ec97 Fix Dd. 2001-11-07 16:44:44 +00:00
tsutsui bf527533cc - Note trm(4) for DC-395U/UW/F.
- Note DC-390UW as well as DC-390U/F.
- Remove reference of ncr(4).
2001-11-07 16:43:12 +00:00
tsutsui 6170e0c5cd Add note and xref trm(4). 2001-11-07 16:38:58 +00:00
tsutsui c9f78bae39 Add trm(4) man page. 2001-11-07 16:37:13 +00:00
gmcgarry 4889f499f1 Rework to describe the plethora of libraries that arrived with the
introduction of crypto/Kerberos into the base system.

Doesn't have a hope of being complete since there is little (no?)
documentation available on what the libraries actually do, much
less how to use the functions included within them.  It's questionable
whether some of the libraries should exist in the first place.

Does NOT address lib/11191, lib/11171 + others I haven't found yet.
2001-11-06 00:06:21 +00:00
itohy 031207a029 Document mpu at cmpci and opl at cmpci attachment.
Document the mixer structure.
2001-11-04 07:00:39 +00:00
itohy 2869e4213e Document "opl at cmpci" and "flags 1". 2001-11-04 06:46:47 +00:00
hubertf a5378d2cae Make comment about scripts/* go the same place as the scripts/* code: /dev/null 2001-11-03 20:49:56 +00:00
wiz 496a336cb0 Slight markup change. 2001-11-01 01:15:42 +00:00
wiz 73680f8d68 Drop a spare .Pp. 2001-11-01 01:13:43 +00:00
atatat 6e885d365a Turn the tun device/network interface into a cloning device. 2001-10-31 20:08:17 +00:00
gmcgarry 8e84a660f0 Document new VEXECMAP vnode flag and rename vn_marktext() to vn_markexec(). 2001-10-31 19:53:07 +00:00
skrll 04b6a0a047 You can build libraries with more than just cc(1) now you know. 2001-10-31 18:44:11 +00:00
jdolecek 39ecb68bcf fix typo in example code 2001-10-29 23:04:29 +00:00
augustss 28fed02bd7 Document the wsmuxctl device. Xref moused(8) (soon to appear). 2001-10-29 22:51:33 +00:00
gmcgarry 103408cb36 Turbochannel -> TURBOchannel 2001-10-29 19:02:23 +00:00
gmcgarry 305a93a18f TurboChannel -> TURBOchannel. Pointed out by Tohru Nishimura. 2001-10-29 18:59:55 +00:00
pooka 0e8598ed82 make struct ifaliasreq match the one found in net/if.h 2001-10-29 15:08:31 +00:00
wiz b45940a186 Sort SEE ALSO, sort sections, other minor cleanups. 2001-10-28 18:47:03 +00:00
jdolecek 4a5ea306b8 s/Soundblaster/SoundBlaster/. Addresses kern/14321 by Gergely EGERVARY 2001-10-28 16:28:39 +00:00
gmcgarry a51e9664a9 - simple_lock_unlock() -> simple_unlock()
- include description of LK_INTERLOCK flag

Improvements suggested by Anthony Mallet in PR-14367.
2001-10-27 06:06:19 +00:00
jdolecek 9f786f908f Fix typo - it's <dev/mca/mcadevs.h>, not <dev/tc/mcadevs.h>.
Reported by Miod Vallat in misc/14365.
2001-10-26 17:10:22 +00:00
yamt 2b98bd0728 - VOP_READDIR will remain vnode locked.
- our VOP_FSYNC doesn't have argument "waitfor".
- IO_SYNC is synchronous.
- remove a repeated sentence in VOP_UNLOCK.
- fix some misspells.
2001-10-26 06:24:08 +00:00
yamt 43a577818e s/falg/flag/ 2001-10-26 03:48:41 +00:00
jdolecek e1d5d53574 remove the mention of /usr/mdec/biosboot_ps2.sym, it no longer exist
(the support is part of standard bootblocks)
2001-10-25 21:34:30 +00:00
bouyer 786a6026c6 Note that the ethernet function of Xircom RealPort 10/100 Ethernet + Modem
works.
2001-10-25 20:23:46 +00:00
augustss c642c12a27 Add a BUGS section mentioning the difficulties with using ddb during boot. 2001-10-24 22:37:07 +00:00
enami 4644bbe41d s/fnctl/fcntl/ 2001-10-24 09:01:47 +00:00
wiz 2893e5922b Don't xref ourselves.
Noted by YAMAMOTO Takashi on tech-userlevel.
2001-10-23 09:57:10 +00:00
augustss 94a6eb942b Xref. 2001-10-22 22:23:44 +00:00
gmcgarry 18a46c1d6c mount.9 doesn't exist (yet?) 2001-10-22 20:47:05 +00:00
gmcgarry 3cda02af37 wsemul.9 was merged with wsdisplay.9 2001-10-22 20:43:03 +00:00
gmcgarry ec7180252d fnctl -> fcntl 2001-10-22 19:22:42 +00:00
wiz 1978ea7c16 Whitespace, punctuation fixes; sort sections, fix xrefs. 2001-10-22 08:21:32 +00:00
lukem 179b47c97b install all the macro links to queue.3 using the correct UPPER_CASE name 2001-10-22 04:37:57 +00:00
gmcgarry d67daa9469 Update for new pages and sort. 2001-10-22 03:34:39 +00:00
gmcgarry f9acd7a62a Programmer's guide to the VFS interface. 2001-10-22 03:33:19 +00:00
gmcgarry 3609682ad9 Programmer's guide for wscons. 2001-10-22 03:29:58 +00:00
gmcgarry c6f6ff8c51 Programmer's guide for the rasops subsystem. 2001-10-22 03:28:44 +00:00
gmcgarry f878fc9982 Programmer's guide for TurboChannel. 2001-10-22 03:25:52 +00:00
gmcgarry 4d4c103867 Programmer's guide for MicroChannel. 2001-10-22 03:25:26 +00:00
thorpej 322df02b17 Document the 0x02 flag. 2001-10-21 18:57:39 +00:00
wiz 2be5ce2fe5 Sort SEE ALSO, sort sections, remove spurios .Pp, NetBSD -> .Nx. 2001-10-21 09:42:41 +00:00
isaki 74242463f6 add about vs driver. 2001-10-21 03:33:44 +00:00
manu 3245c82583 Added clockctl.4 2001-10-20 09:45:31 +00:00
wiz a2f94a8a64 Fix whitespace, ispell, sort SEE ALSO, add HISTORY section. 2001-10-20 09:32:22 +00:00
manu e9d17b72f9 Added clockctl(4) 2001-10-20 09:10:33 +00:00
uch fc6d46ce8d add playstation2 port. 2001-10-19 15:36:36 +00:00
wiz 70925a0ded Remove an empty line. 2001-10-18 19:41:48 +00:00
gmcgarry f599563f29 Improve the descriptions of the detach and activate/deactivate interfaces. 2001-10-18 19:35:25 +00:00
jdolecek 0e6348a6ce use 2001 not 1999 in (c) message 2001-10-18 18:41:22 +00:00
jdolecek 2176576808 Add emuxki manpage 2001-10-18 18:40:13 +00:00
wiz a18563818b NetBSD -> .Nx 2001-10-15 13:44:47 +00:00
wiz ed6c442306 Whitespace fix. 2001-10-15 13:44:19 +00:00
blymn eefd77845d Added TIMEFORMAT entry. 2001-10-15 13:22:22 +00:00
itojun 91498ffec5 implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt.
IPV6_BINDV6ONLY (netbsd only) is deprecated, but still work just like before.
2001-10-15 09:51:15 +00:00
lukem d76f074387 - expand check_homes description
- check_disklabels now backs up fdisk output if /sbin/fdisk exists
- expand check_mtree description
- s/pkg_dbdir/pkgdb_dir/
2001-10-15 08:53:28 +00:00
lukem af6420c46f /var/chroot 2001-10-15 04:56:11 +00:00
bouyer eceedc163a Note that ADAPTER_REQ_GROW_RESOURCES is called from the completion thread. 2001-10-14 21:12:52 +00:00
wiz b03425348a Sort SEE ALSO. 2001-10-14 19:53:06 +00:00
augustss abb7474405 Xref wsmuxctl(4). 2001-10-13 20:21:48 +00:00
augustss 1bcfb3cc57 Xref xi and pci. 2001-10-13 17:20:48 +00:00
augustss 004903c9e0 Update for the recent changes to wsmux. 2001-10-13 17:15:33 +00:00
ichiro 6f33add3d8 The description about PRISM for PCI-bus was added. 2001-10-13 16:56:17 +00:00
pooka a809d8b762 Make "[EXPERIMENTAL]" in NTFS consistent with other experimental filesystems 2001-10-13 00:15:53 +00:00
hubertf 99e2cfa498 fix typo (shaed) 2001-10-10 10:40:54 +00:00
jdolecek 8afa2826a7 add info on setting procfs 2001-10-07 10:12:05 +00:00
jdolecek 263dfb9f86 xref hz(9), remove dot after lock(9) 2001-10-07 09:47:45 +00:00
wiz 819c6ef3ac Whitespace fixes, formatting improvements, drop some unnecessary .Pp, sort
sections.
2001-10-04 19:39:41 +00:00
eeh 15a1a192f2 Build the properties.9 manpage. 2001-10-04 18:58:04 +00:00
eeh e1bd5ac110 Add generic properties. 2001-10-04 18:56:06 +00:00
augustss 3d2be4cf9b Fix pasto in type of dev_ioctl method. 2001-10-03 20:48:41 +00:00
augustss 8972205779 Document a new method, dev_ioctl, for passing ioctl() down to the hardware
driver.
2001-10-02 23:58:03 +00:00
augustss 3b88e4f7d2 Note that spkr and midi can attach to pcppi. 2001-10-02 20:37:00 +00:00
itojun ee336410b2 typo 2001-10-02 05:21:21 +00:00
atatat e018ea931c Man page updates to cover recent work and work that I did before I
realized there was a man page for this stuff.
2001-10-01 03:02:34 +00:00
gmcgarry 00cd9b0c12 Fix formatting glitch. 2001-09-30 22:58:57 +00:00
gmcgarry 7899a89c25 Remove references to the multifunction cards since it looks they're
not going to be fixed anytime soon.
2001-09-30 22:53:25 +00:00
wiz f98dcf7b4d Remove a 'the'. 2001-09-30 00:04:29 +00:00
wiz a793b3fba0 Sort sections, sort SEE ALSO, standardize section name, improve formatting
in one place, and remove some trailing whitespace.
2001-09-30 00:02:03 +00:00
augustss 26ecd802c0 Remove out-of-date section. 2001-09-29 23:51:33 +00:00
augustss 45a83b31a6 Xref esl(4). 2001-09-29 19:39:51 +00:00
augustss f75a223c4e Add the esl driver. 2001-09-29 18:46:16 +00:00
hubertf 9c540fd029 Fix some typos,
submitted in PR 14053 by Michael K. Sanders <msanders@confusion.net>
2001-09-24 12:15:11 +00:00
manu db17f39501 Added Mips to COMPAT_LINUX 2001-09-22 21:35:31 +00:00
wiz 6babc456e2 Fix some nits. 2001-09-22 16:46:41 +00:00
wiz f70c916c87 Remove some trailing space, and some punctuation nits. 2001-09-22 16:39:25 +00:00
wiz ac61c2aac2 Sort sections, sort SEE ALSO, paragraph fixes and misc. improvements. 2001-09-22 16:36:21 +00:00
ad 30951ed237 Add manual page for dpti. 2001-09-22 16:29:33 +00:00
wiz a52af0ae72 Sort sections, sort SEE ALSO, paragraph and misc. fixes. 2001-09-22 16:21:42 +00:00
wiz c0e0bf4913 Sort SEE ALSO, and paragraph fixes. 2001-09-22 16:03:58 +00:00
wiz f89a29f2fe Sort SEE ALSO, sort sections, drop some .Pp, misc. markup improvements. 2001-09-22 15:58:13 +00:00
chs 62378d7238 add some tunables from vmparam.h. from Greg Woods in PR 9068. 2001-09-22 08:43:28 +00:00
chs afb591ce4d describe UVMHIST* options. 2001-09-22 05:38:30 +00:00
wiz 7511ab2515 Sort SEE ALSO, sort sections, some markup improvements, some more common
section headers.
2001-09-22 01:44:54 +00:00
wiz 759f600d81 Sort SEE ALSO, sort sections, and slight markup improvements. 2001-09-22 01:39:12 +00:00
wiz 2bf6410a1b Sort SEE ALSO, sort sections, use slightly more standard section
names in some cases, drop some .Pps, improve markup in some places.
2001-09-22 01:34:47 +00:00
wiz dae373813a Sort SEE ALSO, sort sections, some minor markup changes. 2001-09-22 01:22:48 +00:00
wiz 0c1cb3c84a Sort SEE ALSO, add .An. 2001-09-22 01:16:15 +00:00
wiz a993669d57 Sort SEE ALSO, sort sections, drop some .Pp, and improve markup in some
places.
2001-09-22 00:57:40 +00:00
ad 50d6ecf7c0 Xref pxg. 2001-09-21 23:53:52 +00:00
ad fcf00dcc00 Add `dpti', which is an I2O vendor extension implementing the DPT/Adaptec
control interface. This makes it possible to run the Linux versions of
dptmgr, raidutil, dptelog and other tools under NetBSD.
2001-09-21 23:44:19 +00:00
ad d7dfccde8e Tweak tc fb manual pages. 2001-09-21 17:34:57 +00:00
gmcgarry f88c68749e Add missing pages for NetBSD/alpha and co-ordinate pages between
NetBSD/alpha and NetBSD/pmax.  Some other minor fixes.
2001-09-21 09:11:40 +00:00
yamt e3e2c79c64 fix section. 9 -> 4 2001-09-20 12:34:28 +00:00
gmcgarry 3f18bafb61 Don't cross-reference ourself. 2001-09-19 06:03:59 +00:00
wiz cc5a2e9490 s/^$/.Pp/ 2001-09-19 01:05:54 +00:00
wiz 0660415526 Sort sections. 2001-09-19 01:05:38 +00:00
wiz f71c56504c Sort SEE ALSO, sort sections, drop some .Pp, improve markup. 2001-09-19 01:03:43 +00:00
wiz 6e6eb0e860 Sort SEE ALSO, sort sections, drop unnecessary .Pps. 2001-09-19 00:52:12 +00:00
wiz f228785e54 Sort SEE ALSO, sort sections, drop unnecessary .Pp and replace some
empty lines by .Pp. Slightly improve markup in some places.
2001-09-19 00:49:55 +00:00
ad 1bdee7b3c6 Create stic devices. 2001-09-18 19:58:41 +00:00
jdolecek 2c07dd9842 Include arch in .Dt. From bin/8737 by Danny Thomas. 2001-09-18 18:46:39 +00:00
wiz 9fa0b17629 Give initiali[sz]e all the "i"s it deserves. 2001-09-18 18:15:49 +00:00
onoe 7dda9dc3c2 Add -compact for HARDWARE.
Add text to describe flag0 mediaopt for infrastructure mode which
supports old Melco AP.
Modify DIAGNOSTICS message to follow source.
Delete BUGS, the driver now supports IBSS creation.
2001-09-18 09:19:31 +00:00
jdolecek 57aa6ebe00 Add some necessary #include statements. Fix provided by Lloyd Parkes in misc/13779 2001-09-17 19:35:21 +00:00
jdolecek dfacfc6515 xref agp(4). Addresses misc/11749 by Hubert Feyrer 2001-09-17 19:23:40 +00:00
wiz 892e770b1b regen (clockctl) 2001-09-16 10:22:08 +00:00
uwe 571e595ff4 Fix duplicate "is is". 2001-09-15 23:57:33 +00:00
wiz e2a68e27e6 regen (ss, uk, ch, pci) 2001-09-15 18:34:42 +00:00
wiz d2a6e07fa5 regen (+pci,+agp) 2001-09-15 10:53:30 +00:00
wiz d462b26208 regen (typo fix) 2001-09-15 10:53:17 +00:00
wiz 943584f5dc regen (pci) 2001-09-14 21:42:54 +00:00
itojun 307dd4bc9d adjust -width for .Bl 2001-09-14 06:30:56 +00:00
jlam 6e2d1d87cf Document the new Motif-related variables. Deprecate USE_MOTIF in favor of
including motif.buildlink.mk, which contains more sophisticated and
complete logic for detecting the various Motif options that may be
installed.  Though deprecated, USE_MOTIF is still recognized, though it
does no more than include motif.buildlink.mk.
2001-09-14 01:52:39 +00:00
gmcgarry 3a9c46ef7c Minor description clarification. 2001-09-13 23:37:48 +00:00
wiz 544ad3afa0 regen for new hp300/apci(4) 2001-09-13 22:55:12 +00:00
wiz cd060c6c72 regen (pci) 2001-09-13 22:54:24 +00:00
briggs 94a1fb639f Correct the return value description for config_found_sm().
Talk about return values for config_attach(), too.
2001-09-13 21:41:01 +00:00
atatat 28b7bb87a2 Add mention of the _IO() ioctl type: ioctls that just frob something
in the kernel, but don't copy anything in or out.
2001-09-13 17:19:55 +00:00
itojun 18dd17006b document insecure[12]. 2001-09-13 11:07:48 +00:00
enami 530db27088 Append to MLINKS instead of overwriting it. 2001-09-13 05:11:08 +00:00
wiz c81d1dfd39 Sort sections, sort SEE ALSO, and some formatting improvements. 2001-09-12 18:35:28 +00:00
wiz 022de48858 Sort sections, sort SEE ALSO, remove some unnecessary .Pp, and some
other fixes.
2001-09-12 18:19:16 +00:00
gmcgarry 044635794c Update for r4000, 5100, and bba support. 2001-09-12 05:34:39 +00:00
wiz 9c2315c5c5 Fix paragraph problems, sort sections, sort Xrefs in SEE ALSO, and other
miscellaneous fixes.
2001-09-11 23:18:55 +00:00
wiz 350b00b938 Boring whitespace fixes. 2001-09-11 22:52:52 +00:00
wiz 160f98f624 Punctuation nit. 2001-09-11 22:46:50 +00:00
bjh21 36d01b048b Manual page for eca. Not much more than a list of error messages, but it's
better than nothing.
2001-09-11 18:16:12 +00:00
wiz 44462eb289 Whitespace, paragraph, punctuation, citation fixes. Sort sections. 2001-09-11 17:54:20 +00:00
wiz 2cf03896ac Whitespace&punctuation fixes, sort SEE ALSO, sort sections, drop .Pp's,
swap empty lines for .Pp's.
2001-09-11 17:39:00 +00:00
wiz 86fa100c43 Punctuation fix. 2001-09-11 16:53:14 +00:00
wiz c412168bcf Drop unneeded empty line. 2001-09-11 16:52:42 +00:00
gmcgarry 7533e86fcf Overhaul of HP300 documentation:
- improve cross-referencing
- pages for recent drivers
- use correct driver names
2001-09-11 06:30:02 +00:00
uwe be7ed09a36 Fix quotes for `time-of-day'. 2001-09-11 05:41:37 +00:00
wiz 0c2e5eb7eb Punctuation fixes. 2001-09-11 01:25:53 +00:00
wiz 3283c51072 Drop superfluous .Pp. 2001-09-11 01:25:39 +00:00
wiz 4577a82c45 Drop superfluous .Pp, punctuation fix. 2001-09-11 01:25:14 +00:00
wiz 63b5c68cd4 Drop superfluous .Pp's, punctuation fixes, improve citation. 2001-09-11 01:24:47 +00:00
wiz 89deca2505 Drop superfluous .Pp. 2001-09-11 01:22:51 +00:00
wiz 3d6ca24ddb Boring whitespace fixes. 2001-09-11 01:18:14 +00:00
wiz 5aa5c17625 Empty line -> .Pp. 2001-09-11 01:17:24 +00:00
wiz 2a3e3930e4 Boring whitespace fixes. 2001-09-11 01:02:18 +00:00
wiz 42704c41c9 Sort SEE ALSO correctly; trade empty lines for .Pp; drop superfluous .Pp's;
correct oder of sections; even comment in some .Xr's in one case.
2001-09-11 01:01:56 +00:00
wiz 915147e7d3 Correct section order. 2001-09-11 00:36:57 +00:00
wiz 6909a9ca7e Correct section order, and delimit cross references in SEE ALSO section by
commas.
2001-09-11 00:36:44 +00:00
wiz b060fade3a Use standard section headers. 2001-09-11 00:09:05 +00:00
wiz d4f5b1e0bf Use standard section headers; uppercase .Sh argument; remove quotes in
.Sh arguments.
2001-09-11 00:08:25 +00:00
wiz 1f8c01ef58 Use standard section headers. 2001-09-10 23:32:29 +00:00
gmcgarry d4ccc73941 - include example and list of supported chipsets (from fvdl)
- some wording fixes
2001-09-10 23:01:00 +00:00
wiz dff9d639a4 Fix a typo and remove some unnecessary whitespace. 2001-09-10 22:32:49 +00:00
augustss c6c6b61cb5 Regen. 2001-09-10 22:17:33 +00:00
chris 526acc0e8f Update man page with pmap_update change. 2001-09-10 21:25:23 +00:00
gmcgarry b8588d264d Add agp(4) man page. 2001-09-10 21:12:30 +00:00
gmcgarry f1ad946ad3 Document pci_find_device(). 2001-09-10 20:13:17 +00:00
jdolecek f9c328376b supply missing .El 2001-09-10 19:28:36 +00:00
wiz 0f9c00936c regen (AGP) 2001-09-10 13:30:15 +00:00
perry ca0fe667b5 Document the updated APM_IOC_GETPOWER interface which returns the
number of batteries in the system and allows individual batteries to
be queried.

XXX Note that other ioctls are still not fully documented.
2001-09-10 06:07:56 +00:00
wiz d319712dbc Remove some superfluous .Pps. 2001-09-09 22:18:14 +00:00
wiz 578d9d0f33 Update paragraph about console device files for emulation. 2001-09-09 22:15:54 +00:00
wiz 1c7d9ea639 Update comment about svgalib binaries, with help by Frank van der Linden. 2001-09-09 22:07:38 +00:00
agc db45c794ba Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:43:42 +00:00
gmcgarry a4d0e4c970 Fix formatting glitches, from Thomas Klausner. 2001-09-09 04:23:19 +00:00
wiz 4ba2e18ea5 Add hardclock(9). Written by myself, improved via some comments from
Christos (thanks!).
2001-09-09 03:07:09 +00:00
wiz 7baf597ac1 Punctuation fixes. 2001-09-08 01:34:37 +00:00
wiz ccd66c8ed7 Regen with MAKEDEV2manpage.pl v1.9 (formatting improvements). 2001-09-08 01:32:36 +00:00
wiz 0fab5c43fb Improve punctuation in some cases in autogenerated MAKEDEV(8)s. 2001-09-08 01:30:22 +00:00
wiz 3fcffde451 Fix date. 2001-09-08 01:29:41 +00:00
wiz e84dcc6980 Whitespace/punctuation fixes. 2001-09-08 01:29:04 +00:00
wiz f20ee1a91e Improve markup slightly, and whitespace fixes. 2001-09-08 01:28:23 +00:00
wiz cc65fbeecf Whitespace and formatting fixes. 2001-09-08 01:26:54 +00:00
wiz 1863ec0845 Sort SEE ALSO, and a punctuation fix. 2001-09-08 01:26:15 +00:00
wiz 1a4b8c912c Add section to .Xr. 2001-09-08 01:25:20 +00:00
wiz 619b4bd7a8 Boring whitespace fixes. 2001-09-05 23:53:22 +00:00
wiz ebe3824c84 Improve comment about /proc-fs, both stylistically as semantically. 2001-09-05 23:51:53 +00:00
wiz 7c792961fb Formatting improvements. 2001-09-05 23:47:15 +00:00
gmcgarry 8f0d50ef8b Spelling and punctuation fixes. 2001-09-05 05:37:41 +00:00
gmcgarry 7f677635d3 Spelling fixes. 2001-09-05 05:30:29 +00:00
wiz cf412a1220 Bump date for last change. 2001-09-04 04:21:35 +00:00
wiz 84dd7c2015 Mention HZ option. 2001-09-04 04:20:30 +00:00
wiz 4537f2cc42 Xref hz(9), now that it exists. 2001-09-04 04:03:50 +00:00
wiz b35bc23d45 Add hz(9) man page. 2001-09-04 04:01:49 +00:00
wiz 6d1c80037a Two punctuation fixes. 2001-09-04 03:05:54 +00:00
wiz ab1b3c443e Two punctuation nits, and sort SEE ALSO. 2001-09-04 03:05:07 +00:00
wiz c5d58619a3 One formatting and two punctuation fixes. 2001-09-04 03:03:46 +00:00
wiz 220403858e Remove trailing whitespace 2001-09-04 03:02:19 +00:00
wiz 0307782f8e Sort SEE ALSO, and a punctuation nit. 2001-09-04 03:01:50 +00:00
wiz 28972f3ae7 Fix isa xrefs, and SEE ALSO. 2001-09-04 03:01:27 +00:00
wiz 8a24620130 Punctuation fixes. 2001-09-04 03:00:46 +00:00
wiz 864c460726 Whitespace formatting improvements. 2001-09-04 02:52:44 +00:00
wiz 42a2a8e490 Boring whitespace fixes. 2001-09-04 02:51:15 +00:00
wiz e689590189 Usually, the SEE ALSO section doesn't end with a dot. 2001-09-04 02:48:40 +00:00
thorpej c6fda2584d Define the bus_space_mmap() method for mmap'ing bus space into
user programs.
2001-09-04 02:10:52 +00:00
wiz 80fe04281d Refer the HTML documentation for ntpd(8) installed in
/usr/share/doc/html/ntp, and fix two whitespace nits while I'm here.
2001-09-03 23:03:29 +00:00
wiz 2142730f12 regen (vmegen, wsfont) 2001-09-03 18:42:44 +00:00
uwe 8716f207bf bus_dmamem_mmap returns "paddr_t", not "int". 2001-09-03 00:37:54 +00:00
uwe 88ea10eed9 bus_dmamem_mmap: argument "off" is of type "off_t", not "int". 2001-09-03 00:29:35 +00:00
thorpej 0414d16837 Note the RAID_DIAGNOSTIC option to enable additional internal
consistency checking (code assertions).
2001-09-01 23:54:57 +00:00
mjacob ec5c66ab2b add 2300/2312 refs 2001-09-01 07:20:13 +00:00
manu 7741a86c00 On the PowerPC, ldd now works, hence the removal from the BUGS section 2001-08-30 20:47:14 +00:00
thorpej 23bd667cdf Xref pcn(4). 2001-08-27 20:04:24 +00:00
thorpej 4bb94a2389 Manual page for the new pcn driver. 2001-08-27 19:51:29 +00:00
wiz 856dc5622c Whitespace and punctuation fixes. 2001-08-26 14:23:47 +00:00
wiz 512822911b Remove references to oldscsibus. 2001-08-26 14:23:26 +00:00
wiz d54e4f76b5 Regen (for MI SCSI change) 2001-08-26 13:30:29 +00:00
thorpej 6b1f7b723b Note that the Am79c874 is compatible with the AC101. 2001-08-25 05:59:39 +00:00
thorpej 4d0a4a139e Typo in a revious reg. 2001-08-25 04:11:48 +00:00
thorpej 0dc99295fb Xref amhphy(4). 2001-08-25 04:11:17 +00:00
thorpej f5d8848984 Manual page for the amhphy driver. 2001-08-25 04:11:05 +00:00
thorpej 222d7da881 Note that the dmphy(4) driver also supports the AMD 79c873 10/100 PHY
(it appears as if AMD OEM'd the core from Davicom).
2001-08-25 03:43:57 +00:00
thorpej b489dbb876 Add a few missing PHYs to the synopsis. 2001-08-25 03:34:07 +00:00
thorpej 9c0d5524c0 Xref pnaphy(4). 2001-08-25 03:30:10 +00:00
thorpej 9ee795ae1d Manual page for the pnaphy HomePNA PHY driver. 2001-08-25 03:29:58 +00:00
thorpej f9317297db Xref acphy(4). 2001-08-24 17:55:53 +00:00
thorpej fcdbabcb21 Add manual page for the Altima AC101 PHY driver. 2001-08-24 17:55:06 +00:00
hubertf 837bdd67dd * When applying patches, also look in $LOCALPATCHES/$PKGPATH for
any local patches that the user wants to maintain outside of
   pkgsrc.
 * print-PLIST: ignore Linux procfs entries
2001-08-24 00:54:45 +00:00
manu f63829f8b0 COMPAT_LINUX on the PowerPC is no more experimental. 2001-08-23 19:59:44 +00:00
manu ff9962905c Added info about non i386 ports 2001-08-23 19:58:03 +00:00
tsutsui 2b566d5530 Remove note about 80P cable detection for Acard ATP860 from BUGS section. 2001-08-23 10:05:51 +00:00
wiz d75b059d14 Add man8.netwinder (for MAKEDEV.8), and descend into it. 2001-08-23 01:36:32 +00:00
wiz cec306e0cb regen 2001-08-23 01:32:34 +00:00
jdolecek 40cc9bc4e6 fix typo (.DV -> .Dv)
break line so that .Dv has only one arg
2001-08-21 17:56:41 +00:00
wiz 1e378c4c12 precede, not preceed. 2001-08-20 12:00:46 +00:00
ad e74599e179 Make newsyslog at boot optional, as it should have been. 2001-08-18 19:50:19 +00:00
wiz adc671e992 Mention that this driver hasn't been ported from 4.4BSD yet.
Ok'd by ragge.
2001-08-18 14:37:41 +00:00
enami 483cd61819 Sort SEE ALSO list. 2001-08-18 12:25:25 +00:00
wiz ca7803e9b8 Note that this manual page is not relevant. Ok'd by ragge. 2001-08-18 12:05:25 +00:00
wiz 438098d01d Add ofwboot man page.
Written by Makoto Fujiwara, and improved upon by Michael Wolfson and myself.
2001-08-18 00:00:34 +00:00
thorpej 5128897588 Manual page for the bridge driver. 2001-08-17 22:20:34 +00:00
chs e7ef2240d0 put back a sentence that was accidentally removed. 2001-08-17 17:11:51 +00:00
wiz 5a0fc457d0 Descend into man4.sun2 2001-08-17 07:16:18 +00:00
wiz c1fc5b529d Whitespace nits. 2001-08-17 07:11:01 +00:00