Commit Graph

2887 Commits

Author SHA1 Message Date
perry 9ad44ce879 Add a "dependall" target, which does a "make depend" and then "make all"
in a single directory. This is useful in "make build" because by doing
the build immediately after the depend, all sources will typically
still be in the buffer cache, thus saving significant time over doing
a "make depend" on all the directories and then a "make all".
1999-09-14 01:31:11 +00:00
augustss 3fd31dc711 Make uhub(4) a link to usb(4). 1999-09-13 23:04:34 +00:00
augustss 80c0653c8d Add ohci(4) and uhci(4) man pages that have existed for a year. 1999-09-13 22:58:22 +00:00
kleink 03126e1c99 Use full month names with .Dd, as per mdoc.samples(7). 1999-09-12 18:47:10 +00:00
kleink 68230e7539 Jaunary -> January. 1999-09-12 18:43:43 +00:00
chs 21eedb0ec1 the PMAP_NEW option is gone as the new interface is no longer optional. 1999-09-12 01:19:23 +00:00
christos 3d2671a09d sort the object file build so that we get better buffer cache behavior.
[from perry, with fixes from me]
1999-09-12 00:31:34 +00:00
ross 766a9dd0f6 ISTM 1999-09-11 17:28:40 +00:00
drochner ebf07cad95 update for timeout and password options 1999-09-10 16:59:04 +00:00
augustss 782035a0f3 Add some spaces to make the phy listing line up nicer. 1999-09-09 12:38:43 +00:00
augustss ce0a4eadcb Mention uaudio(4). 1999-09-09 12:35:53 +00:00
itohy cd74d2c98b Introduce new option APM_NO_POWER_PRINT which disables printing
power status on the console (if apmd is absent).
Some systems generate APM_POWER_CHANGE events too frequently (more then
once per minute), and printing the status makes single user operations
rather difficult.
1999-09-09 03:52:21 +00:00
hubertf c947110381 Add phy.4 as a link to mii.4 1999-09-08 14:23:04 +00:00
soren c589a9d12c Add comments for PHY models. 1999-09-08 14:20:04 +00:00
soren 294b7d9b7b Add ukphy(4) man page. 1999-09-08 13:59:07 +00:00
soren b7bc7c47cf Sync with dev/mii. 1999-09-08 13:58:37 +00:00
soren 87f6e36acb Sync with dev/mii. 1999-09-08 13:08:20 +00:00
oster 2dad94c947 Note M_RAIDFRAME. 1999-09-08 02:58:09 +00:00
soren eb7abb2260 Sync with dev/mii. 1999-09-07 21:50:11 +00:00
soren 1ae67880a2 Xref iophy(4) and tqphy(4). 1999-09-07 21:43:05 +00:00
perry 571b8b6e41 RCSId Police. 1999-09-06 20:28:19 +00:00
perry 2c86c41d19 Add micro-minimal "wsvt25" and "wsvt25m" entries. We should probably
discuss what these should *really* look like, customize them tightly
for wscons, and then send them off to Eric Raymond for inclusion in
the master file.
1999-09-06 20:23:36 +00:00
oster 8ce4a3940a Update and improve examples a bit. 1999-09-05 02:17:24 +00:00
soren 89d9c14a9a Forgot RCS IDs. 1999-09-05 00:27:43 +00:00
soren 75307ca8e7 Add iophy.4 and tqphy.4. 1999-09-05 00:10:32 +00:00
fredb 1008436afc Permit "make all install", as well as "make foo install" (where foo would be
installed by "make install") without setting of BUILD. All cases where BUILD
is already set are unchanged from the old behavior.

"make all install" is now practically equivalent to "make BUILD= all install",
but without actually setting build.

Fixes pr's 8313, 3894.
1999-09-04 21:48:33 +00:00
christos a9beb821ed add country and language to the installed files 1999-09-03 21:35:05 +00:00
christos e21f733661 Import country and language iso codes from my work database. 1999-09-03 21:32:16 +00:00
itojun f043b1bf0b document rtsold.
improve rtsol section.
1999-09-03 14:36:43 +00:00
rh dd265cb089 Remove bogus information about ${INSTALL_TARGET}. 1999-08-31 08:41:57 +00:00
augustss 871b3737a0 Fix braino in last commit. 1999-08-30 18:45:07 +00:00
augustss 8136729218 Mention usb. 1999-08-30 15:16:47 +00:00
bouyer 707ea062ae Note Intel 82801 support. 1999-08-30 13:12:50 +00:00
christos 943f0edff6 Revert 1.19 -> 1.20 change by thorpej. This should work as it is. 1999-08-30 00:41:57 +00:00
ross 0dbb683897 Document .Fl. 1999-08-30 00:41:28 +00:00
rh a5903905c2 Document new update target. 1999-08-29 22:42:11 +00:00
bouyer 1fe579ad0d Note support of Promise Ultra/33 and /66 controllers. 1999-08-29 18:14:26 +00:00
augustss ed24699c00 Note addition of umass driver. 1999-08-29 17:26:22 +00:00
ad cb55d0c1ac Add an AUTHOR section. 1999-08-25 09:25:42 +00:00
ross d22b82c194 Improve .Ns description, document the barely-useful .Ap macro. 1999-08-23 21:54:20 +00:00
ross ae4bef3958 Mark Ap as callable. 1999-08-23 21:20:27 +00:00
augustss 55ce4dae97 Make atapi(4) a link to scsi(4). 1999-08-23 16:30:09 +00:00
augustss ce5f59ad39 Update FILES section. 1999-08-23 12:32:19 +00:00
kleink bb0106aee8 When test(1)ing for a symlink, use the -h primitive instead of -L. Although
the latter is supported in our test(1), the former is more portable, and is
defined in 1003.2bD3 and SVID4.  Addresses PR kern/8225 from Andrew Cagney.
1999-08-22 14:02:34 +00:00
kleink 604c4edbcb Note the eso attachment. 1999-08-22 12:49:57 +00:00
hubertf b716c8a5a8 Indent "else if" the NetBSD way. 1999-08-21 19:28:30 +00:00
augustss a25b9c713b Document that the devices nodes are named /dev/ttyU*. 1999-08-21 18:13:32 +00:00
sommerfeld 62ea23a965 Add OBJCOPY 1999-08-21 14:17:07 +00:00
simonb ba77c9abaf Don't chown installed files or directories if UNPRIVILEGED is defined.
"make build" should now work as a non-root user (tested on Alpha).
mtree spits out lots of warnings during "make distrib-dirs", but
these are non-fatal.
1999-08-21 06:30:11 +00:00
simonb b729f2c755 Use ${INSTPRIV} with ${INSTALL}. 1999-08-21 06:27:29 +00:00
simonb c31f7f0416 Document the UNPRIVILEGED make variable. 1999-08-21 06:19:33 +00:00
simonb 7987e3b34d Add ${INSTPRIV} to ${INSTALL} commands. 1999-08-21 06:17:45 +00:00
simonb f9bc9307df If UNPRIVILEGED is defined, set ${INSTPRIV} to -U. Passed to install(1)
so that it doesn't try to set the user or group of the destination
file(s).
1999-08-21 06:16:21 +00:00
sommerfeld e09aca5470 Use (if defined) instead of obj.foo or obj
when building object directories
1999-08-21 00:41:41 +00:00
is a8c8efadb1 Fix cross-reference (see PR 7603) 1999-08-20 11:46:13 +00:00
christos 253f5bbf85 mention elf, clarify a.out 1999-08-20 03:06:44 +00:00
kleink 399fa5e6c8 Import tzdata1999e. 1999-08-19 20:21:25 +00:00
cgd b049e3a9f2 note bootxx_lfs. 1999-08-18 21:42:46 +00:00
kleink 198959e28d Uncomment mpu attachment, and remove this item from BUGS. 1999-08-17 15:10:57 +00:00
enami c2956b75c9 Use .Pa for pathname. 1999-08-17 05:24:06 +00:00
augustss 31cd8a761b Make and install the wi(4) man page. 1999-08-16 23:30:19 +00:00
augustss db574ba708 Add umodem device. 1999-08-16 22:27:08 +00:00
simonb 22066837c7 Make -r the default for RENAME, as per discussion on tech-install. 1999-08-16 13:57:03 +00:00
augustss 5573b3ba36 The wss driver is not necessarily half-duplex. 1999-08-14 21:18:05 +00:00
ad df3501fd4a FUD 1999-08-13 12:30:38 +00:00
ad b87c990c32 CMIIW, MYOB. 1999-08-13 12:28:52 +00:00
sommerfeld d5c8aa5ff2 correct previous fix:
- add CLEANDEPEND variable for stuff which should be cleaned out
in "cleandepend" phase.
- add it to the files removed during the cleandepend phase.
1999-08-11 02:00:15 +00:00
bouyer 1a79367a5f Add NetBSD RCS Id, note that "device timeout" can be caused by a
mis-configuration and can be solved with wiconfig(8).
1999-08-09 18:23:44 +00:00
bouyer 0e25033c56 Add wi(4), from FreeBSD. 1999-08-09 18:19:24 +00:00
mrg 4c54af7651 +FUBAR +NFI +SNAFU 1999-08-06 13:50:31 +00:00
pk e2fe2d50cf sigh, `make install' should not attempt to create additional files in
the object directory. Work around this by using `/tmp'.
1999-08-06 07:32:07 +00:00
tsarna 23001b8bf4 +IANAL, remove dupe IOW, sort 1999-08-06 01:29:38 +00:00
jdolecek 7aa20c5a32 file-system NTFS: add a note NTFS is very experimental and should be used
with extreme caution
1999-08-05 15:47:07 +00:00
sommerfeld b8e4538f80 Create new pool flag PR_LIMITFAIL, indicating that even PR_WAIT
allocations should fail if the pool is at its hard limit.
Document flag in pool(9).
Use it in mbuf.h for the first allocate call for M_GET, M_GETHDR, and
MCLGET, so that m_reclaim gets called even for blocking allocations.
1999-08-05 04:00:03 +00:00
simonb 4a90cd2d80 IIANM, IIANM was missing... 1999-08-04 04:26:21 +00:00
augustss 7b7060e363 Add another bunch of acronyms (thanks to my wife Jessica). 1999-08-02 20:12:23 +00:00
augustss c8acef077d Update for new attachment. 1999-08-02 17:43:52 +00:00
cjs 4c350b4a42 Add IOW. 1999-08-02 05:14:08 +00:00
augustss 9449835f0a Add mpu(4) man page. 1999-08-01 18:21:16 +00:00
sommerfeld 34fba9bc34 Use install(1) to install the macro files instead of an ad-hoc equivalent 1999-08-01 17:02:44 +00:00
thorpej 7ccd991041 Add FSDO. 1999-07-31 21:51:40 +00:00
augustss 32ef9ed514 Add NTFS to the list of file systems. 1999-07-30 09:54:57 +00:00
augustss 7874ddad19 Document USB_SET_SHORT_XFER ioctl(). 1999-07-30 01:32:05 +00:00
augustss 03fab70583 Mention COMPAT_14. 1999-07-30 00:49:15 +00:00
augustss 3d3f77c49e Add the wsmux pseudo device. 1999-07-29 18:20:02 +00:00
augustss 7b3035544b Sync with reality. 1999-07-29 14:20:32 +00:00
lukem 101ccd31ba group is used by getgrent(3) not getpwent(3).
noticed by Johnny C. Lam <lamj@stat.cmu.edu>
1999-07-29 00:11:28 +00:00
augustss 1e49b88258 Add Away From Keyboard 1999-07-28 00:01:02 +00:00
mycroft e726dc8e2f ASAP, TYVM 1999-07-27 22:35:40 +00:00
mrg 30c19fc81a update CRYPTO example to use ".sinclude" 1999-07-26 02:01:47 +00:00
mjl 3546e46e42 Mention MASTER_SORT and MASTER_SORT_REGEXP. 1999-07-24 15:37:03 +00:00
tron d57a6fa9e5 Fix typo noted by "Wiz" in PR misc/8061. 1999-07-24 15:06:57 +00:00
lukem e7bc6284b0 how could we forget TLA? 1999-07-24 01:42:54 +00:00
jtk f1d0da26f4 SMLSFB 1999-07-23 21:19:26 +00:00
hubertf e266af2900 add NFC 1999-07-23 13:49:12 +00:00
mrg 4ef3786b2a +AFAICR +AFAIR +BTTH +SEP +SFA +SMI 1999-07-23 13:32:28 +00:00
hubertf bbbbc755c7 add g, eg, veg 1999-07-22 23:56:25 +00:00
lukem a7611f40ee - document LOCALBASE, CROSSBASE and X11BASE
- xref mk.conf(5) correctly
- add a see also section
1999-07-22 11:08:30 +00:00
lukem 7175d3e631 add acronyms 1999-07-22 10:07:12 +00:00
lukem 550a51c5a5 IIRC, "IIRC" == "if i recall correctly". :) 1999-07-21 01:14:49 +00:00
perry 914486a01c Note that the dl*() functions are not in a library per se but are
available in every dynamically linked program automatically.
1999-07-20 22:38:49 +00:00
tron 41267f6ee4 "named.conf" doesn't belong here. 1999-07-19 12:05:37 +00:00
abs bb69dd0964 bind comes with a very helpful sample named.conf, so install it in
/usr/share/examples/named. I'm not overwhelmed about moving the file
into src/share/examples but there is prior art (amd).
1999-07-19 02:30:43 +00:00
mrg d184a54b3b +IMO +IMNSHO +PITA 1999-07-18 13:47:50 +00:00
itojun 5d77559eed add manpage for faith pseudo interface (which is for
IPv6-to-IPv4 tcp relay translation).
1999-07-17 07:09:40 +00:00
itojun c60ae5de13 add NetBSD RCS ID. retain KAME RCS ID (quoted). 1999-07-17 06:57:59 +00:00
hwr 814a7df4d8 SCR_NCR_MAX_WIDE is not size in bytes, but 8*(n+1) bits.
Fixes kern/7913 by Dave Huang.
1999-07-16 20:26:57 +00:00
christos 605e8fdded thanks a lot :-) 1999-07-16 16:02:48 +00:00
fvdl 79aef7d85a Acronymfomania. Add YMMV. 1999-07-16 13:19:32 +00:00
christos 0bd174205d times can be shorter... 1999-07-16 09:26:59 +00:00
christos a3ab8847da opinions... 1999-07-16 09:24:46 +00:00
mycroft d56d3dda8d +TTFN 1999-07-16 09:21:03 +00:00
christos b95578e121 mit appropriate. 1999-07-16 09:18:28 +00:00
mycroft a6a973af4f +OTOH, expand WTF/WTH 1999-07-16 09:17:23 +00:00
christos f0b7f04401 lol 1999-07-16 09:13:38 +00:00
christos a5d95430bb made me laugh... 1999-07-16 09:10:45 +00:00
mycroft acf6e3ddea +RTFS
(Okay, enough silliness for one night.)
1999-07-16 09:08:44 +00:00
mycroft 81ca9f7de5 +RTF* 1999-07-16 09:07:52 +00:00
mycroft 04e943018c +YKWIM 1999-07-16 09:05:47 +00:00
christos b6e5de12eb and another 1999-07-16 09:03:45 +00:00
mycroft c71bbc85b8 +OIC 1999-07-16 09:01:35 +00:00
christos 04be925402 sort properly 1999-07-16 09:00:42 +00:00
christos 4415e65a34 and another 1999-07-16 08:59:59 +00:00
christos d8fb3ad56e one more 1999-07-16 08:58:50 +00:00
mycroft d26e8a12b0 Minor editing, and add a RCS ID before someone whinges about it. 1999-07-16 08:57:07 +00:00
christos 7aa1db02d0 add a few more 1999-07-16 08:55:13 +00:00
mycroft 8493213273 A few more. 1999-07-16 08:48:33 +00:00
mycroft 73844ccc0b A small list of acronyms often used in electronic communication.
I'm not really sure what direction this list should grow in, but I suppose
someone else will figure that out.  B-)
1999-07-16 08:41:46 +00:00
wrstuden 6703225f00 Add bsd.hostprog.mk, a makefile for making programs used during
the build which will run on the build machine.
1999-07-14 20:20:05 +00:00
wrstuden 5b112fce77 Re-arrange location of "-nostdlib" in DESTDIR case so that cross-ld's
won't name the output file "stdlib".
1999-07-14 20:18:07 +00:00
thorpej c410486d29 Document bsd.crypto.mk, and update the OBJECT_FMT entry. 1999-07-13 17:58:42 +00:00
kleink 15c85fb8d4 Mention those environment variables related to audio; suggested by Perry. 1999-07-13 14:52:53 +00:00
thorpej c3de1759c7 Install bsd.crypto.mk. 1999-07-12 22:06:25 +00:00
kleink 13a23b2a31 Oops, alphabetical ordering. 1999-07-12 15:22:18 +00:00
kleink a97e2eb258 Xref eso(4). 1999-07-12 15:20:54 +00:00
kleink cf917747a1 Add a driver for the ESS Technology Solo-1 PCI AudioDrive line of chips. 1999-07-12 15:13:30 +00:00
thorpej f77d35e72c Makefile fragment used to determine the path to crypto code in the
source tree.  Allows CRYPTOBASE to be set in mk.conf or environment.
If it's not set, it searches for: crypto-us, crypto-intl in that order.

Setting CRYPTOBASE to none forces a no-crypto build.  EXPORTABLE_SYSTEM
is supported for backwards-compatibility.

Will be used in a forthcoming mega-commit which significantly improves
the build process when building a crypto-enabled system, and allows
for the international crypto sub-tree to be seamlessly integrated into
the build process.
1999-07-11 20:17:01 +00:00
christos ac6f0fa99e Arrange so that we can compile from a different location 1999-07-10 20:04:03 +00:00
jwise ca956f1985 Minor change to at(1) description. Time to get back to work on this. 1999-07-09 16:13:53 +00:00
christos 63eda1d356 Introduce a second level of WARNS for even more paranoia 1999-07-08 01:55:38 +00:00
abs 3812febbd2 Attempt to remove my head from a somewhat timewarp shaped rear-end and fix the
years for NetBSD 1.3 and 1.3.1. Noted by Noriyuki Soda <soda@sra.co.jp>.
1999-07-07 01:54:46 +00:00
fvdl 454190a76b Switch the i386 port to ELF. 1999-07-05 09:13:04 +00:00
itojun 834a62973d add LIBRARY section into libipsec manpages.
add ".Lb libipsec" for this.
1999-07-04 01:27:19 +00:00
abs cd59a419b6 Fix error in example - from VaX#n8 <vax@linkdead.paranoia.com> 1999-07-03 21:47:21 +00:00
kleink e1b70af662 * Change the -p1003.1-96 macro to output a reference to its corresponding
ISO/IEC document.
* Add macros for ISO C, including AMD1 and TCor1/2.
* Add a macro for XNS5.2 D2.0, to be used for IPv6-related references for the
  time being.
1999-07-03 14:14:32 +00:00
cgd 636e8f4688 'Dolphin' -> 'Dolphin Peripherals' where appropriate 1999-07-03 05:55:23 +00:00
cgd 111e8a47c4 Add support for 36 more SIIG PCI serial/parallel cards (for a total of 37).
This means that all SIIG PCI serial/parallel cards (described on their
web site as "I/O boards" as of July 2, 1999) should now be supported.
1999-07-03 05:38:05 +00:00
itojun 2968331bac s/RFC2133/RFC2553/ 1999-07-03 05:21:47 +00:00
itojun 70d8ef4285 document scoped address issues. 1999-07-03 05:19:45 +00:00
itojun 94e64335b4 add IPv6 configuration (ip6forwarding, rtsol, route6d and rtadvd).
Right now netsetart does not bother you even if you do not have
"options INET6" in the kernel.
1999-07-03 03:29:29 +00:00
itojun d740011572 describe how you can compile IPSEC_ESP.
(there should be some cvs-based, or config-based solution for this)
1999-07-03 01:45:56 +00:00
itojun 5e4f18efbb add LIBIPSEC for use from DPADD. 1999-07-01 20:19:18 +00:00
itojun 2cd8764765 add IPv6/IPsec manpage into MAN 1999-07-01 10:55:53 +00:00
itojun af19683322 s/.Os KAME/.Os/ 1999-07-01 10:53:48 +00:00
itojun 9d0659f865 manpage for "pseudo-device gif", for IPv4/v6 tunnelling. 1999-07-01 10:52:17 +00:00
itojun 42d8e71f94 s/.Os KAME/.Os/ 1999-07-01 10:50:47 +00:00
itojun 38610cd2fc introductory manpage for IPsec and IPv6. 1999-07-01 10:48:30 +00:00
itojun 43ada52628 add INET6, IPSEC and IPSEC_{ESP,DEBUG}. 1999-07-01 10:47:37 +00:00
abs 1f4ae29c8e Fixes and updates (most from Noriyuki Soda <soda@sra.co.jp>) 1999-06-29 02:06:40 +00:00
ad 4e41c6b479 Add missing link for dladdr.3 1999-06-28 18:22:22 +00:00
explorer 0bdd9ecae7 document link1 1999-06-28 07:56:56 +00:00
abs a8e20d9b59 Remove reference to obsolete 'ypserv -a' 1999-06-28 01:03:45 +00:00
augustss 1fd339e127 Make links from audio to sound and mixer. 1999-06-27 18:35:31 +00:00
danw 3128e0f6f9 Remove the NOPROFILE=1 for powerpc 1999-06-26 20:04:49 +00:00
sommerfeld fea9ef9123 Document SUBNETSARELOCAL, HOSTZEROBROADCAST 1999-06-26 06:26:13 +00:00
abs a8468b8d74 Add iris-ansi-net as an alias for iris-ansi.
Change submitted back to Eric S. Raymond <esr@snark.thyrsus.com>
1999-06-22 04:22:46 +00:00
mrg 74e7dd65cc fix includes: out goes netinet/ip.h, in comings sys/mbuf, net/if.h and net/pfil.h.
partly from mike@pelley.com in PR#7803.
1999-06-18 06:03:39 +00:00
tron caca5dac34 Note that bebox and i386 use "/dev/rcd0d" instead of "/dev/rcd0c".
Fixes PR kern/7775 by Eric Mumpower.
1999-06-16 21:18:42 +00:00
kleink 2b0484a3b1 Pasto. 1999-06-16 14:24:11 +00:00
kleink f5326607ab allocm, freem: one step closer to reality. 1999-06-16 14:19:27 +00:00
tron 62a726f0c2 Correct comments about which ports support which emulations. Fixes
PR misc/7764 by Antti Kantee.
1999-06-12 21:22:11 +00:00
kleink 40a25851dc Sync round_buffersize() with reality. 1999-06-12 20:10:55 +00:00
ad bb7505c850 Add entries for 'rcons' and 'rcons-color'. Also sent to esr@thyrsus.com
(current termcap maintainer).
1999-06-10 23:02:43 +00:00
kim 04d4cbe3af Oops, PWD is really something else in most environments.
Call this variable PAWD instead.
1999-06-10 20:48:28 +00:00
tls 4d8eb5755d Fix a typo which caused "make obj" to try to *execute* the direcroty it was in. 1999-06-10 20:34:26 +00:00
simonb 3a3605e823 Use ${SHLIB_VERSION_FILE} as the location of the shared library version
file.  Pass this to checkver with the new -v option as well.
1999-06-10 00:40:05 +00:00
simonb d73a6ae1d3 Conditionally define SHLIB_VERSION_FILE as ${.CURDIR}/shlib_version . 1999-06-10 00:38:49 +00:00
kim 674c377f8f Allow "make obj" to work nicely with amd by setting
PWD=/usr/bin/pawd in /etc/mk.conf and using the amd
mount point path for BSDSRCDIR.
1999-06-08 18:28:38 +00:00
christos 11cfd21df0 Don't strip symbols if -g is specified. We might want to be able to debug
libraries!
1999-06-07 01:37:00 +00:00
christos 7cdfe2dbc5 A bit more of explanation in the cyrix options. 1999-06-06 19:48:24 +00:00
christos c3ba87eec0 add cyrix cache options 1999-06-06 19:44:55 +00:00
pk 8d77b5ba4b Switch the sparc to ELF. 1999-06-06 09:25:38 +00:00
jwise fb0bc2e870 Add stub entries for all remaining commands and utilities. Now back to
the real work!
1999-06-01 19:53:51 +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 e3ec359a7a Remove .Tn from lower case name. `.Tn X/Open' will DTWT. 1999-06-01 18:24:10 +00:00
ross 574a7ff428 Make this work with obj dirs. 1999-06-01 18:22:52 +00:00
jwise fa6d6e512e Add a Makefile, as suggested by hubertf. The Makefile cribs brazenly from^W^W^W
is heavily influenced by src/distrib/notes/Makefile.inc, from Ross Harvey.

While here, fix a typo and nuke some trailing spaces, to make mdoc more comfortable.
1999-06-01 16:51:44 +00:00
jwise 351582cbf6 Add an appropriate copyright statement. This will be assigned to TNF
shortly.
1999-06-01 16:48:21 +00:00
chopps db51dacf58 s,order of evaluation,associativity, they aren't the same thing 1999-06-01 15:24:07 +00:00
leo 9f1fa6b986 Fix copyright notice (acknowledgment -> acknowledgement) 1999-06-01 14:16:00 +00:00
jwise a3983c0010 Add stub entries for a bunch more utilities. 1999-06-01 04:42:13 +00:00
jwise 644cd7ff6b Initial import of a document detailing NetBSD's compliance with the
X/Open Commands and Utilities, Issue 5 (XCU5) standard, as well as a
directory structure in which documents detailing NetBSD's compliance
with other standards from X/Open and other bodies can be imported.

The XCU5 documentation presented here is _far_ from finished, but I wanted
to get something in tree for people to review and comment upon.
1999-06-01 02:36:07 +00:00
ross 725b2cb79a Document new `L' format modifier. 1999-05-31 07:05:56 +00:00
kleink 2b453f861a Fix reference to 4.3BSD-Tahoe. 1999-05-29 17:59:52 +00:00
kleink b3bfd34c17 Remove the susv2 macro: it is not a standard document `as such' that can be
referred to.
1999-05-22 23:08:24 +00:00
jwise a7688eacb5 Add flags to .St for more volumes of the X/Open SUSV2 1999-05-22 22:08:49 +00:00
ross edf0d488ba New: -xcu5 (X/Open Commands and Utilities Issue 5)
New: -susv2 (Version 2 of the Single UNIX Specification)
Fixed: a dozen others: lots of cargo-cult "small caps" applied to lower
case, unneeded \& prefixes, and IEEE Std#### rewritten as IEEE Std ####.
1999-05-22 19:57:13 +00:00
lukem 629b8919f9 add humanize_number(9) / format_bytes(9) 1999-05-21 06:26:15 +00:00
bouyer cbd39e5f67 Document the 'wdc at isa' flags. 1999-05-19 14:41:54 +00:00
augustss 9358363445 For consistency with USB docs, s/revision/release/ 1999-05-16 12:03:27 +00:00
augustss db2f250945 Document vendor, product, release locators. 1999-05-16 12:01:08 +00:00
jwise 2b2e2d90af Reflect NetBSD 1.4, NetBSD 1.3.3 is descended from 1.3.2, not 1.3, consistent
use of | vs. |
       |     v
1999-05-11 22:30:08 +00:00
augustss 9e0a31a316 Xref usb(3). 1999-05-11 21:03:58 +00:00
is b4533d706e Legalize INSTALL.{html,more,ps,txt} 1999-05-10 19:34:22 +00:00
abs 8c39890f1f Clean up - 1.3 is taken from 1.2, not 1.2.1... etc 1999-05-08 10:40:33 +00:00
drochner fbb46bdd12 elaborate a bit more about the limited significance of hard disk type
names, mention the new boot-selecting MBR
1999-05-07 14:00:39 +00:00
scottr 9dd9f932f7 Cosmetic adjustment of the SEE ALSO suggestion from Hauke. I didn't
think it was important for the 1.4 release, and seem to have
forgotten to commit it to the trunk as a result.  Sigh.
1999-05-06 19:11:02 +00:00
hwr 1bffbb6eb6 s/described in papers published Sun Microsystems/described in papers published
by Sun Microsystems/
1999-05-06 12:04:50 +00:00
ross c332714c9d In COMPAT_OSF1, s/, and may not even work// 1999-05-05 18:20:34 +00:00
cgd a3e1dae8b6 compat_ibcs2.8 was missing from MAN list. also, alphabetize MAN list 1999-05-03 19:02:34 +00:00
ross c23750b230 Render .Sx markup in bold. 1999-05-03 17:03:19 +00:00
ross 40e932dbb4 Fix bugs reported by mycroft, except one. 1999-04-30 23:47:25 +00:00
bad 6434f42c9d Explicitly list supported adapters. 1999-04-29 21:47:09 +00:00
bad 173588b329 Add a basic man page for the tr driver. 1999-04-29 16:40:38 +00:00
augustss c6e4495eeb Sync with reality. 1999-04-28 03:08:23 +00:00
ross eebe0f5595 * Make Qq callable.
* Dump hyphenation type in the register dump macro.
1999-04-28 00:23:39 +00:00
ad 6a54b4d668 Update to reflect current status of driver. 1999-04-26 20:27:29 +00:00
mjl 1e98147c20 Corrected description of "flags" parameter (bytes -> bits, reformulation
mostly taken from i386/GENERIC kernel config)
1999-04-25 00:00:05 +00:00
abs 9ce6dc617d Add bsd-family-tree - Wolfram Schneider's FreeBSD work with NetBSD and OpenBSD
entries updated.
1999-04-24 00:41:39 +00:00
billc 195a593eae Fix thinko to make MKINFO=no work again. Closes PRs 7342 and 7411. 1999-04-22 01:06:42 +00:00
drochner c1de2d8494 -pckbc0 -> pckbc*
-add pckbc(4) and pcppi(4) manpages
-split pms(4i386) driver manpage into an opms(4i386) and an mi pms(4)
-add some MLINKS
-various fixes/additions
1999-04-21 18:42:03 +00:00
kleink 2e7ad061ee Mention COMPAT_SVR4 on m68k here, too. 1999-04-19 21:49:34 +00:00
kleink 2f2ccae89b Add definitions for all those m68k ports. 1999-04-19 21:47:49 +00:00
kleink d1a579c82b Mention m68k. 1999-04-19 21:37:23 +00:00
kleink 6954ab0ad7 Take a stab at making SVR4_MAKEDEV more flexible towards multiple architectures. 1999-04-19 14:46:27 +00:00
mycroft 654297170f Use -Tascii for pre-generated man pages, to avoid some nroff character set
magick.
1999-04-16 18:56:19 +00:00
jtk 930a74d0a7 fix from PR 7382: describe standby & suspend correctly 1999-04-15 01:01:17 +00:00
augustss 2d1b5b4212 Make copyright conform. 1999-04-13 20:40:44 +00:00
augustss 456ec1a005 Make the copyrights conform to the standard. 1999-04-13 20:25:28 +00:00
gwr 16092bb979 Add the "gateway" line to the sample /etc/bootparams entry. 1999-04-11 23:15:26 +00:00
augustss b0cf54da17 Xref exphy(4). 1999-04-10 16:23:10 +00:00
drochner 9f8fc49ce1 add a paragraph about the "console" property 1999-04-08 16:29:56 +00:00
fair c67241f483 Create an ex(4) man page from a little driver reading. Very bare bones;
needs to have the diagnostic list explained, and the media support
list filled out before it gets pulled up to the 1.4 branch.

However, it's here to answer PR#6870
1999-04-07 21:48:52 +00:00
fair cf0252688c Work this man page over for mdoc(7) issues, nroff issues, a few
mispellings, etc. It should be reviewed before being pulled up to
the 1.4 branch.
1999-04-07 21:39:34 +00:00
cgd a694307d71 cross-reference boot(8) now that it exists. don't reference
the architecture manual, as boot(8) does that and only boot(8) provides
the necessary context to understand why the Alpha Architecture
Reference Manual is relevant.
1999-04-07 00:43:06 +00:00
cgd b9e2da9f7c add a boot(8) manual page for the alpha. the real value in this
page for now isn't the descriptive text, it's the comments in the
roff source which describe an outline of what the descriptive text
should look like.  also useful is the one stop shopping list of
non-deprecated bootstrap-related commands and files.
1999-04-07 00:39:43 +00:00
pk 6c23ac1e35 acknowledgment => acknowledgement for consistency. 1999-04-06 20:27:13 +00:00
pk 1cd395375d 1, 2, 3 and.. 4! 1999-04-06 20:24:37 +00:00
cgd b22750720f change:
.Sh "SEE ALSO"
to:
	.Sh SEE ALSO
The doc macros check for the latter (actually just for 'SEE' as the first
argument to .Sh) to set the section header SEE ALSO flag, which modifies
some behaviour (e.g. references done with .Rs/.Re).
1999-04-06 04:54:19 +00:00
cgd 8aec8c7cbb finish Alpha Architecture Reference Manual reference 1999-04-06 04:41:40 +00:00
cgd 10128f1bf0 kill XXX re: Bl and lack of -width 1999-04-06 04:39:56 +00:00
tv eb3125637f Remove my copyright and leave only the TNF assignment. 1999-04-06 02:52:40 +00:00
tv 5bf090dd33 Completely release my copyright; the changes are Minor. 1999-04-06 02:51:49 +00:00
cgd 71d677f4a8 ISO-9660 -> ISO 9660 to match sun manual pages, to be consistent w/SOMETHING! 1999-04-05 22:12:03 +00:00
cgd b475d48734 update date 1999-04-05 06:03:47 +00:00
cgd 21b23ea49e update for the fact that contiguous block mode is now the only mode,
include a warning, etc.
1999-04-05 06:01:54 +00:00
cgd d11e52039c rewrite history to match current reality. 1999-04-05 05:52:09 +00:00
cgd 5bf53d4104 update for new manual pages 1999-04-05 03:29:46 +00:00
cgd 590f024334 clean up for old installboot being moved to installboot.old 1999-04-05 03:27:50 +00:00
cgd 1810246111 manual page for the new alpha installboot(8) 1999-04-05 03:24:35 +00:00
cgd e5eef988ac a mkbootimage(8) manual page 1999-04-05 03:20:45 +00:00
cgd 2f3e235aea an alpha MAKEDEV manual page. a bit broken, but no more broken than the
alpha MAKEDEV script's comments, since that's where the information
was taken from.
1999-04-05 03:19:01 +00:00
cgd 2fe77f3566 clean up, fix a few bogons, add FILES and AUTHORS sections 1999-04-05 03:17:30 +00:00
cgd a8b2ae885a Moved from share/man/man8/man8.alpha/installboot.8,v 1999-04-05 03:11:54 +00:00
cgd 0fec3c77a1 Moved to share/man/man8/man8.alpha/installboot.old.8,v 1999-04-05 03:11:53 +00:00
msaitoh d38518728c add MLINKS for pool(9).
fix some bugs.
1999-04-03 14:50:21 +00:00
tron 6b0ab739b7 Documentation for flag values of "we" driver supplied by Martin Husemann. 1999-04-02 08:25:23 +00:00
bouyer c8b2b59bcc According to Bill Paul <wpaul@ctr.columbia.edu>, only the baseboard variant
of the Compaq NetFlex 3/P uses a Thunerlan TNETE100 chip. The PCI variant
use some other PCI chip the ThunderLAN driver can't handle yet.
Also, correct SYNOPSYS.
1999-03-31 12:19:57 +00:00
kleink aa7e5483ed Import tzdata1999d. 1999-03-31 11:10:14 +00:00
leo 1f1a598094 Match changes to ..../vme/et4000.c driver. (Julian Coleman). 1999-03-31 10:45:36 +00:00
ross 4b2bc83b1f Add -unfilled. 1999-03-31 00:11:41 +00:00
ross eae6462d13 There was no mention of .Bd -unfilled, the -ragged description was bogus,
(actually, it described -unfilled) and there are six displays, not five.
1999-03-31 00:05:38 +00:00
fair e1134b1863 Patched per PR 7283; this causes shared libraries which depend on
other shared libraries to load against the ones just built when
DESTDIR is set (i.e. -L${DESTDIR}${LIBDIR} ), rather than what's
installed in /usr/lib (previous behavior definitely violated the
Principle of Least Astonishment!).
1999-03-30 09:30:43 +00:00
ross 99db3ac727 To say `deprecated' is to say that `lookup file bind' still works, but is
discouraged and may someday be replaced. Instead, use words like `ignored'
and `superseded', which describe the true situation.
1999-03-30 09:01:58 +00:00
aidan 93d7e5d82d Document IFA_STATS option. 1999-03-29 20:28:45 +00:00
drochner 1c56d6a237 document some more options 1999-03-29 19:54:23 +00:00
minoura 463306dc18 Remove obsoleted options.
Add `x68k-specific Options' subsection.
1999-03-29 08:58:30 +00:00
hwr f249bec56b Enable ipip.4 1999-03-28 17:06:38 +00:00
hwr febd1be8cd A manpage for the ipip pseudo-device. 1999-03-28 17:05:18 +00:00
drochner 806de9566f descibe the termnal emulation options, explain the meaning of the
compatibility options
1999-03-27 21:12:05 +00:00
kleink 257beb4e19 Import tzdata1999c. 1999-03-27 11:14:50 +00:00
mjacob 97cf11b8c1 update man page to note LVD support 1999-03-26 00:47:03 +00:00
mellon c9da010ab6 Document new variables required to automate DHCP client startup. 1999-03-24 17:29:07 +00:00
mycroft 050bfa0d91 Ross points out that removing the .ne inside .It can cause widows in troff
mode.  So, put it back -- in troff mode only -- but preceded by an explicit
break to prevent the widows previously mentioned.
1999-03-24 08:06:26 +00:00
mycroft ee89805a27 Remove blank lines. 1999-03-24 06:46:30 +00:00
mycroft 66902a3cfd Remove blank lines. 1999-03-24 06:14:18 +00:00
mycroft b88d12625c Fix the `missing footer' problem. See the comment for details. 1999-03-23 11:50:09 +00:00
mycroft 8b0c29593a Make Qo and Qc callable again. 1999-03-23 09:29:11 +00:00
mycroft 0d83fb3bab Fix the `mysterious blank lines' problem (in 98% of cases, anyway). This was
due to unconditional use of .ne.  groff apparently inserts some virtual trap
at the end of each page, and this was causing the .ne commands to output extra
lines.  Solution is to only use them in troff.

Also fix a related bug in .It, where it would insert a page break in the middle
of a sentence.

Remove the end of page trap in nroff mode, as this causes .sp to sometimes eat
the space due to the nearby trap.

Lastly, undue a previous change that broke the formatting of the SYNOPSIS
section, until we determine the right way to fix that.
1999-03-23 06:44:38 +00:00
mycroft 286b628b2a Remove blank line. 1999-03-23 03:53:26 +00:00
cgd a3a94991ff the name of this manual page is 'scsi', not 'sd' 1999-03-23 02:55:46 +00:00
thorpej e12cb24079 Clarify NKMEMCLUSTERS and NMBCLUSTERS. 1999-03-23 00:33:32 +00:00
drochner fba9742963 add some manpages for wscons framework and devices 1999-03-22 19:15:01 +00:00
garbled 487d9f3582 More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-22 18:21:29 +00:00
ross 2d72cb3172 Revert previous. 1999-03-18 22:04:23 +00:00
ross 363c7840aa Driving directions: serial console to ddb prompt 1999-03-18 21:43:13 +00:00
is 0964728c64 domestic'' is a relative specification 1999-03-18 20:30:22 +00:00
ross cb405ed6fc Kill Nm-save warning. 1999-03-18 18:57:42 +00:00
garbled 39b11db849 More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-17 20:31:19 +00:00
garbled 7a1aea16bc More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-17 20:19:44 +00:00
minoura e03caa4e19 Do not override .Os. 1999-03-17 16:38:12 +00:00
minoura f909cf85f9 Don't override .Os. 1999-03-17 16:37:23 +00:00
minoura d2721426bb Move aout2hux manpage to share/man/man1/man1.x68k/. 1999-03-17 14:52:39 +00:00
minoura e01101f528 Add new drivers' manuals. 1999-03-17 12:27:22 +00:00
kleink bd21ff4634 Minor KNF nit. 1999-03-16 19:46:38 +00:00
jwise 8c3218c67a Add pcscp (AMD PCscsi) man page from Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
closes PR misc/7026
1999-03-16 19:20:14 +00:00
mycroft 39cfcdb2ec Oops; missed one. 1999-03-16 07:49:54 +00:00
mycroft 8b2054fafc Use \n(dn to test whether the quoting diversion is empty, rather than
comparing the input line number.  The latter fails with things like:
.Oc Oc
because there is nothing in the diversion when the second Oc is executed,
which caused the command that adds \*(b2 to the output to be eaten.
1999-03-16 01:19:56 +00:00
garbled c1d21e28ed More and more of .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-16 01:19:14 +00:00
garbled e4c16bfb11 More .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-16 00:40:46 +00:00
garbled 5b40cb5777 First round of .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages.  Many more to
come.
1999-03-15 08:22:20 +00:00
kristerw c068cca51b EACESS -> EACCES. From OpenBSD. 1999-03-14 20:15:40 +00:00
mycroft 86da8b5db3 Add missing links for queue.3. 1999-03-14 03:38:16 +00:00
itohy 29b70cd215 Use G0 (not G1) for the alternative character set (DEC line graphics).
Delete "\E)0" sequences and make ":as=\E(0:ae=\E(B:"
(some terminals use "1" for "0").
This change makes it easy to use 8-bit encodings, such as ISO8859, EUC, etc.
PR #7126.
1999-03-13 09:03:28 +00:00
sommerfe 0bf14e7e01 commit a revised version of the suggested change in pr7105.
delete reference to (no longer used) NBPI parameter.
instead, insert crossref to newfs(8)
1999-03-11 04:13:24 +00:00
mycroft 3064c4ddcd alpha seems to work with -O2... 1999-03-10 14:06:14 +00:00
erh 55f3a4b91b Fix .Bl/.El imbalance. 1999-03-10 09:29:08 +00:00
ross 88fbb254d4 If it exists, include machine/Makefile.inc 1999-03-10 06:34:19 +00:00
ross 1c24ee5ca4 We didn't get the .Bl / .El match fix done tonight.. go back to a warning so the
tree will build.
1999-03-09 12:05:35 +00:00
ross 69d3eeb52c Kill groffisms that crept in with delta 1.8. 1999-03-09 10:38:19 +00:00
ross bdc8307365 Call Popwarn only if groff 1999-03-09 08:32:52 +00:00
ross e749d6fa7e Viciously cleanup the .St (Standards) macro. 1999-03-09 06:36:30 +00:00
ross 438ee91423 .warn-harden 1999-03-09 06:33:46 +00:00
ross e1135b6c55 Predefine the dD string. (.warn-harden)
Detect a net deficit of .El requests (and abort)
1999-03-09 06:33:21 +00:00
ross 9bb81e3d52 Partial .warn cleanup .. if mdoc didn't generate warnings all by
itself, we could do a .warn-enabled sweep of the man pages.
 * Mainly, kill strings by redefining them as null instead of using .rm
 * Push and pop the warning level around unavoidable trouble spots
 * Do all of this only if in groff
 * Fix a really obscure bug in .Nm
 * Make the .em warning an abort.
1999-03-09 06:31:00 +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
hwr 22c4195c12 Enable ioctl.9. 1999-03-07 15:24:30 +00:00
hwr ccc7f9746b Should fix misc/5934.
is@netbsd.org gave it's ok.
1999-03-07 15:21:04 +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 44d59c44f1 Fix minor formatting error. 1999-03-07 04:19:36 +00:00
mycroft 7559ea6c00 Oops; previous was wrong. 1999-03-07 03:34:37 +00:00
mycroft 44bbef9a61 Fix an old type that doesn't appear to matter. 1999-03-07 03:26:37 +00:00
mycroft e3ad734bcc Sort of add .Oo and .Oc. Needs more work. 1999-03-07 02:17:36 +00:00
mycroft 5d4a8f142e Fix minor formatting errors. 1999-03-06 22:44:10 +00:00
mycroft 70d4fd76d1 Fix minor formatting error. 1999-03-06 22:40:08 +00:00
mycroft 6bb985323b Fix formatting errors (bad sentence breaks). 1999-03-06 22:09:29 +00:00
mycroft 6841c53323 Fix minor formatting errors. 1999-03-06 21:55:16 +00:00
mycroft 7bb943b0ae Oops; fix pasto. 1999-03-06 16:51:36 +00:00
mycroft 2310a13c6b Fix the space-after-period problem. 1999-03-06 16:39:02 +00:00
mycroft 91ca52e5cb Minor cleanup. 1999-03-06 16:21:53 +00:00
mycroft 87dcf585f2 Minor cleanup. 1999-03-06 15:59:22 +00:00
mycroft bb46ac40fa Minor cleanup. 1999-03-06 15:43:59 +00:00
mycroft 736c11026a Minor cleanup. 1999-03-06 15:37:07 +00:00
mycroft 17ab98299b Fix minor formatting error. 1999-03-06 11:57:20 +00:00
mycroft 0a17d56476 Fix problem with extra spaces after a .Xr, because .aZ was being called twice. 1999-03-06 10:12:08 +00:00
nathanw 4c8aa416f6 Split out "SCSI controllers" from "Disk and tape controllers". 1999-03-03 17:35:57 +00:00
nathanw 3f2f7307b5 Mention aha attachment.
Add "Disk controllers" section and mention wdc attachment.
1999-03-03 17:29:41 +00:00
nathanw 44d82eabab Mention ISAPnP attachment. 1999-03-03 17:21:32 +00:00
nathanw 39db17f14f Fix minor typo. 1999-03-03 17:20:47 +00:00
nathanw a0ce6ae0d3 Add references to the ess(4) driver. 1999-03-03 17:08:25 +00:00
nathanw 1e27c5d843 Mention isa attachment and 1788 support.
Explain more about the allowed ISA parameters.
Mention SoundBlaster compatibilty and cross-detection.
1999-03-03 17:07:13 +00:00
oster d17a319fc8 Update for recent addition of component labels and hot-adding spares. 1999-03-02 03:14:43 +00:00
explorer 3ebb419571 Update to slightly altered rnd_attach_source() api 1999-02-28 17:08:05 +00:00
scottr bebd05917b Add iwm.4 (oops) 1999-02-27 19:02:10 +00:00
ross 8c4b6f5dd0 Run makewhatis.sh out of the source tree, rather than the makewhatis
out of DESTDIR. Besides eliminating a ordering, this is needed because
the new all-singing-all-dancing domestic/Makefile runs makewhatis for
you .. but it might not be in DESTDIR if only domestic is being installed.
1999-02-26 11:03:08 +00:00
ross 9cc575480d Add missing .El. 1999-02-25 23:29:33 +00:00
tron 169ae11d11 Fix list of sup configuration examples which get installed. 1999-02-25 14:41:44 +00:00
lukem f1441161fc update norwegian sup server 1999-02-25 04:51:43 +00:00
simonb 303e8a33d5 Change CFLAGS to AFLAGS for mkdep of .S/.s files. Fixes "make depend"
on pmax kernels (and doesn't break "make depend" on entire tree).
1999-02-24 22:04:15 +00:00