Commit Graph

5019 Commits

Author SHA1 Message Date
bouyer e3847b4da7 Add man page for per-chip pciide drivers. 2003-10-08 12:02:40 +00:00
bouyer 7cc555fc4d Add a ata(4) man page, with a symlink to atabus(4), and xref where
appropriate.
2003-10-08 11:20:09 +00:00
lukem 1c33b4e6a4 Overhaul MBR handling (part 1):
<sys/bootblock.h>:
    *	Added definitions for the Master Boot Record (MBR) used by
	a variety of systems (primarily i386), including the format
	of the BIOS Parameter Block (BPB).
	This information was cribbed from a variety of sources
	including <sys/disklabel_mbr.h> which this is a superset of.

	As part of this, some data structure elements and #defines
	were renamed to be more "namespace friendly" and consistent
	with other bootblocks and MBR documentation.
	Update all uses of the old names to the new names.

<sys/disklabel_mbr.h>:
    *	Deprecated in favor of <sys/bootblock.h> (the latter is more
	"host tool" friendly).

amd64 & i386:
    *	Renamed /usr/mdec/bootxx_dosfs to /usr/mdec/bootxx_msdos, to
	be consistent with the naming convention of the msdosfs tools.

    *	Removed /usr/mdec/bootxx_ufs, as it's equivalent to bootxx_ffsv1
	and it's confusing to have two functionally equivalent bootblocks,
	especially given that "ufs" has multiple meanings (it could be
	a synonym for "ffs", or the group of ffs/lfs/ext2fs file systems).

    *	Rework pbr.S (the first sector of bootxx_*):
	    +	Ensure that BPB (bytes 11..89) and the partition table
		(bytes 446..509) do not contain code.
	    +	Add support for booting from FAT partitions if BOOT_FROM_FAT
		is defined.  (Only set for bootxx_msdos).
	    +	Remove "dummy" partition 3; if people want to installboot(8)
		these to the start of the disk they can use fdisk(8) to
		create a real MBR partition table...
	    +	Compile with TERSE_ERROR so it fits because of the above.
		Whilst this is less user friendly, I feel it's important
		to have a valid partition table and BPB in the MBR/PBR.

    *	Renamed /usr/mdec/biosboot to /usr/mdec/boot, to be consistent
	with other platforms.

    *	Enable SUPPORT_DOSFS in /usr/mdec/boot (stage2), so that
    	we can boot off FAT partitions.

    *	Crank version of /usr/mdec/boot to 3.1, and fix some of the other
	entries in the version file.

installboot(8) (i386):
    *	Read the existing MBR of the filesystem and retain the BIOS
    	Parameter Block (BPB) in bytes 11..89 and the MBR partition
	table in bytes 446..509.  (Previously installboot(8) would
	trash those two sections of the MBR.)

mbrlabel(8):
    *	Use sys/lib/libkern/xlat_mbr_fstype.c instead of homegrown code
	to map the MBR partition type to the NetBSD disklabel type.


Test built "make release" for i386, and new bootblocks verified to work
(even off FAT!).
2003-10-08 04:25:43 +00:00
bouyer 7b066791c8 Remove references to University of California from my copyright notices. 2003-10-05 17:48:49 +00:00
bouyer 83953e7963 Fix ponctuation in copyright. 2003-10-05 16:32:13 +00:00
bouyer 36b4e768d5 Fix copyright. 2003-10-05 16:30:22 +00:00
wiz 2ff85c01a5 bce appeared in 1.6.2. 2003-10-05 11:58:36 +00:00
wiz 1911acaed7 Fill in Jaromir's name in license; new sentence, new line. 2003-10-04 23:38:58 +00:00
jdolecek 493adc0ad4 add basic grf(4) manpage, mainly just with explanation
what is each grf* device mapped to and with crossrefs to the
actual underlying device manpages
2003-10-04 14:10:41 +00:00
jdolecek 513eefcff8 add evbsh5 MAKEDEV(8) manpage 2003-10-04 13:38:25 +00:00
jdolecek 39ef5010c4 regen - g/c nonexitent 'cbq' device and empty device groups 2003-10-04 13:33:27 +00:00
wiz 6181ed442a Bump date for previous; grammar improvements. 2003-10-02 07:06:36 +00:00
itojun 30b8d01871 suggest setting netmask to 32 for security reasons; see tech-userlevel 2003-10-02 01:21:16 +00:00
wiz 9326479dd9 Fix typos; new sentence, new line; fix name in license (ok'd by manu);
sort sections; sort SEE ALSO; drop trailing whitespace.
2003-09-29 10:05:35 +00:00
manu 855db7049d Setup to run Darwin binaries 2003-09-29 09:56:04 +00:00
wiz c53b0c7769 Add man page for bce(4), and xref it from bge(4). 2003-09-28 18:32:18 +00:00
kent bda517788a Note the driver supports ICH5.
Bump date.
2003-09-28 14:33:19 +00:00
wiz dee5a1a9cd Use more macros, fix a typo, drop trailing spaces, misc other fixes. 2003-09-28 10:23:22 +00:00
dsl a924e3a0d4 Add do_setres[u,g}id 2003-09-28 09:09:55 +00:00
kei 58b5cb57f3 Add missing `Ar' flag. Approved by Thomas Klausner. 2003-09-27 14:52:58 +00:00
mbw d0130ca8c2 combined macppc and mac68k man pages and moved to src/share/man/man4 2003-09-26 23:09:07 +00:00
mbw 9bed16c664 Correct copyright attributions 2003-09-26 23:05:55 +00:00
wiz 8298dd1da5 Sort SEE ALSO. 2003-09-26 21:34:03 +00:00
wiz f74af19061 Drop trailing spaces. 2003-09-26 21:21:23 +00:00
wiz 08844128da New sentence, new line. 2003-09-26 21:13:54 +00:00
mbw 9b84e3a4fe Combine mac68k and macppc mc.4 man page into an MI man page. 2003-09-26 20:22:08 +00:00
mbw c5d6d22d3d Combine mac68k and macppc mc.4 man page into an MI man page. 2003-09-26 19:53:50 +00:00
mbw 0229f57aee Alex Zepeda <zipzippy@sonic.net> created some nice new ADB man pages
based loosely on the mac68k adb.4.  These pages are MI (mac68k and macppc).
2003-09-26 19:15:15 +00:00
mbw dd59fe3653 Nice new mac68k/macppc obio man pages courtesy of Alex Zepeda
<zipzippy@sonic.net>
2003-09-26 19:05:56 +00:00
mbw 149f8d8b52 Update macppc ethernet device references
- delete obsolete de refs
 - change gm to gem
2003-09-26 18:50:16 +00:00
mbw a482248158 Mention that gm is obsoleted by the gem driver. 2003-09-26 18:38:04 +00:00
mbw 9498a978d7 New man page on the Apple Macintosh Enhanced SCSI Hardware driver
contributed by Alex Zepeda <zipzippy@sonic.net>
2003-09-26 18:33:49 +00:00
christos d68cb7df37 constification notes. 2003-09-25 22:06:41 +00:00
wiz 2365b48b5e Add RCS Id; sort sections; no trailing dot in SEE ALSO section. 2003-09-25 17:38:00 +00:00
pooka 4eeb5e46d5 build iavc.4 and isdncapi.4 2003-09-25 16:48:04 +00:00
pooka 7598ad0cc0 simple manual pages for iavc and capi mostly borrowed from FreeBSD 2003-09-25 16:45:44 +00:00
pooka 0bb7981ffd move iwic.4 to the same place with its isdn friends 2003-09-25 16:34:55 +00:00
wiz a936fb8471 Bump date for previous. 2003-09-22 21:08:49 +00:00
jandberg 54dc1f63e0 regen after wsmouse addition 2003-09-22 18:33:41 +00:00
cl 177e4581bf document COMPAT_16 (requested by Izumi Tsutsui) 2003-09-22 17:13:32 +00:00
wiz f28be7c09d Bump date for previous. 2003-09-22 13:23:56 +00:00
christos 5ae3f9d89d document passing of signo to fownsignal 2003-09-22 13:00:45 +00:00
wiz 550397cf2c Fix xrefs, and add lots of articles to make it sound better. 2003-09-21 20:05:23 +00:00
jdolecek ef5b64a14d add manpage for fsetown(9), fgetown(9), fownsignal(9) 2003-09-21 19:35:42 +00:00
wiz 484ba54613 Bump date for previous, and escape an exclamation mark so it
gets marked up.
2003-09-21 15:18:33 +00:00
thorpej 7cc3c61aa7 Document "show sched_qs". 2003-09-20 15:15:39 +00:00
pooka ed2f08d8a7 regen (isdnteld) 2003-09-19 11:14:28 +00:00
wiz df7ebc9ee6 Bump date for previous, and add two articles. 2003-09-15 13:19:10 +00:00
yamt 0f28ff6749 correct book title. 2003-09-15 13:15:31 +00:00
yamt f11dd83e4c a brief note about struct buf. 2003-09-15 13:14:34 +00:00
wiz dd44c6fdfc Bump date for previous; Pa is markup for paths, 0/1/2 do not need
markup (or perhaps use a Bl/El list?).
2003-09-15 13:10:27 +00:00
agc 177bfa395f Document PKG_DEBUG_LEVEL and its possible values, as requested in PR 22200 2003-09-15 12:32:02 +00:00
wiz 5944b04138 Add semicolons. 2003-09-14 09:04:12 +00:00
christos 042b7bb598 Expose SI_TIMER now that we are planning to deal with it. 2003-09-13 22:35:13 +00:00
wiz e8080261ea Remove superfluous .Nm arguments; grammar fixes; add semicolons
when enumerating variables (looks more natural).
2003-09-10 14:24:23 +00:00
christos 97f5766ac2 New man page for siginfo. 2003-09-10 14:11:27 +00:00
wiz a4ef1e4169 Fix typo. 2003-09-10 13:54:08 +00:00
wiz a607a10950 Punctuation fix. 2003-09-08 18:06:40 +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
simonb 47b6d4cbaf Note that umass works with Sony DSC Digital Cameras in general, and not
just one specific model (augments PR doc-bug/22684).
2003-09-08 11:45:23 +00:00
seb 4fa89f262a Remove link from pool_cache.9 to itself.
Implicit approval by kleink@.
2003-09-07 21:14:22 +00:00
wiz 47190e80b8 Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.
From jmc@openbsd.
2003-09-07 16:22:20 +00:00
wiz 306ad0947f Grammar improvements from Jason Lingohr in PR 22712. 2003-09-07 15:57:30 +00:00
wiz fed69d20fb Fix a Xr (missing section), and sort SEE ALSO. 2003-09-07 14:10:34 +00:00
yamt 1a8fb0c4bb a pool_cache(9) manpage.
maybe incomplete, but better than none.
2003-09-07 11:24:34 +00:00
yamt 3284959051 add a missig period. 2003-09-07 10:09:07 +00:00
wiz 9ff10e9612 Mark up NULL; whitespace nits. 2003-09-06 23:20:57 +00:00
christos 245108acf3 clarify versioning scheme, and update for SA_SIGINFO. 2003-09-06 22:08:48 +00:00
yamt 23af6a400e this is about buffer cache, not namei 2003-09-06 19:38:19 +00:00
yamt ef0f2fa292 use .Fn rather than .Fa for functions. 2003-09-06 19:25:04 +00:00
wiz ab4849bbde Grammar improvements; fix typos; mark up B_* flags with .Dv. 2003-09-06 19:09:03 +00:00
yamt 5c0b08ff13 use .Fn rather than .Fa for functions. 2003-09-06 19:02:42 +00:00
yamt b840c9fdf3 note that bread() and friends don't use a given ucred. 2003-09-06 18:41:44 +00:00
yamt ad7083055f a man page for buffer cache interfaces.
(an incomplete page is better than no page)
2003-09-06 18:12:39 +00:00
wiz 4777604a08 Add man page for aica(4). 2003-09-06 16:24:21 +00:00
tron 1b7c775558 Add a few more devices which are known to work with this driver.
Some of them were suggested by Rich Neswold in PR kern/22684.
2003-09-05 09:04:40 +00:00
wiz 1579d37ceb In `openfiles' attribute, clarify that it's the number of open file
descriptors (which could include sockets, etc.).
From jmc@openbsd.
2003-09-04 09:19:36 +00:00
dan b8ae1829cd build atw.4 2003-09-04 03:17:03 +00:00
wiz d66a08dbdc Bump date for previous. 2003-09-01 18:51:15 +00:00
manu 6035c6f8af The sentence explaining programs using /proc are unsupported is misleading:
we support them using -o linux option of mount_proc. Remove it.
2003-09-01 17:54:41 +00:00
wiz 8cc29c0e3f Grammar improvements; new sentence, new line; drop superfluous Pp. 2003-08-31 16:40:33 +00:00
wiz 5230fed0a0 Bump date for previous; use Dv for a #define; add an article for better grammar. 2003-08-31 16:38:30 +00:00
wiz df4a783e58 Bump date for last, remove superfluous Pp. 2003-08-31 16:36:34 +00:00
enami 6023693d1b uvm_map() takes sixth argument `align'. 2003-08-31 12:35:35 +00:00
ragge 6914781990 Remove description of trailers and some non-existing error messages. 2003-08-31 11:34:09 +00:00
ragge 27d88f53e3 Add qt manpage. 2003-08-31 11:29:05 +00:00
wiz fc388bdc8b Use more markup; comment out xref to hostname.if(5) which we do not have;
drop trailing whitespace; use standard section header order.
2003-08-30 23:15:05 +00:00
jdolecek 7dbbf58371 add sk(4) manpage, adapted from OpenBSD by Stephen Degler
followup to PR kern/22511
2003-08-30 22:00:37 +00:00
wiz c5400d5e9a Sync termios(4) with header file. Reported by Vink Joris.
Diff provided by jmc@openbsd -- thanks!
2003-08-28 19:39:40 +00:00
wiz ba19061c25 Bump date for last. 2003-08-24 18:12:58 +00:00
marcus f41f88660b Mention AICA device driver. 2003-08-24 17:35:58 +00:00
wiz c75eddaaa3 New sentence, new line; grammar fix. 2003-08-23 23:29:54 +00:00
wiz 7aa5d5eb62 regen (+crypto) 2003-08-23 23:16:36 +00:00
wiz 604306e5cf Bump date for last. 2003-08-23 23:10:27 +00:00
wiz 2da7435114 Bump date for last. 2003-08-23 22:39:32 +00:00
wiz 5049850f67 New sentence, new line. 2003-08-23 22:25:03 +00:00
yamt ee4f738b03 sync with reality. 2003-08-23 07:21:07 +00:00
itojun 2aaba1f5d3 add Corega USB-TXS (aue.4 and if_aue.c are very out of sync - could some
take a look?)
2003-08-22 06:43:02 +00:00
itojun 15980e345d manpage for udav* 2003-08-22 06:42:01 +00:00
drochner 3eecd94099 vlan support works, as far as the driver is concerned, so uncomment
the corresponding part
2003-08-21 12:50:57 +00:00
jdolecek 2ed4245f5e fixup the part what happens when specified filename
doesn't exist in description of cinclude
2003-08-19 09:33:16 +00:00
jdolecek 3faeefaf20 document 'include', 'cinclude', 'prefix' and 'package'
bump date
2003-08-19 09:29:22 +00:00
wiz 82c8a2d63a Bump date and copyright for last, and add a comma. 2003-08-14 17:59:40 +00:00
elric b7b719ccb6 We're using a default keylength for cgd of 128 in AES not 256. 2003-08-14 17:57:07 +00:00
dsl 16243ec6f5 Bring closer to reality - specify correct filenames for new boot code.
Fixes port-i386/22477
2003-08-14 09:55:29 +00:00
wiz d509f2554d We use long month names in .Dd. 2003-08-11 08:23:21 +00:00
augustss df8ead8f63 Add Sony Ericsson DCU10. 2003-08-11 08:19:18 +00:00
rafal 11595d9a7c Regen to match reality, mainly due to pf addition. 2003-08-08 16:45:14 +00:00
rafal 9c025bd75a Regen for radio(4) addition, also pick up pf 2003-08-08 16:44:29 +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 1c976c2b9c Bump date for callout_invoking; fix macro usage; remove superfluous "The". 2003-08-07 09:53:33 +00:00
wiz 0afb7885e6 Remove empty line, and use Aq instead of \*[Lt]\*[Gt]. 2003-08-07 09:49:31 +00:00
wiz b3b0c404d2 Sort SEE ALSO; add commas between Nm entries in NAME section. 2003-08-07 09:41:14 +00:00
joda 3cf9a41b83 add 8100 to list of supported chips 2003-08-05 17:03:42 +00:00
wiz af5407f23f Fix typo, reported by Geoff C. Wing in PR 22351. 2003-08-04 05:53:36 +00:00
grant c6a7fea713 new sentence, new line. 2003-08-04 02:22:48 +00:00
tron ce7972a7a1 Add EPSON Perfection 1260, 1660 and 2400 to list of support scanners. 2003-08-03 15:25:48 +00:00
jmcneill 339f87dc7f Document options ESA_NUM_VOICES, and update my email address. 2003-08-03 15:13:57 +00:00
tsutsui 1494428e04 Remove man pages for old MD SCSI and mention new MI spc(4) SCSI. 2003-08-01 02:42:08 +00:00
tsutsui 3ffdc0a82f Add spc(4) man page for Fujitsu MB87030/MB89352 SCSI Protocol Controller
(SPC) driver.
2003-08-01 02:36:04 +00:00
tsutsui 1102154ee6 Regen: added some MI SCSI devices. 2003-08-01 02:21:24 +00:00
salo 22a0ae4298 netbsd.org->NetBSD.org 2003-07-26 20:17:31 +00:00
he ddef043b97 Temporarily introduce CALLOUT_INVOKING, callout_invoking() and callout_ack()
to make users of the callout facility able to cooperate to work around the
race caused by the callout code lowering interrupt priority level when
invoking callout handlers, something which allows other code to run before
the callout handler gets to it's spl*() call.

This is to enable the workaround for the TCP code found in PR#20390 to be
applied.

This should be backed out once a more comprehensive fix can be put in
place.
2003-07-20 16:25:57 +00:00
lukem 951db66861 add nls(7) environment variables 2003-07-20 08:13:52 +00:00
thorpej 950d7750f9 Document todr_attach(). 2003-07-18 21:51:30 +00:00
lukem 1313a78187 fix default location of TOOLDIR 2003-07-18 16:30:48 +00:00
lukem 2dbce57996 overhaul to match reality, adding a bunch of missing MK* and other variables. 2003-07-18 15:44:50 +00:00
lukem f134f3dc38 Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined.
Replace defined(UNPRIVED) tests with ${MKUNPRIVED} != "no"

Add MKUPDATE; if not no has the same semantics as if UPDATE was defined.
Replace defined(UPDATE) tests with ${MKUPDATE} != "no"

Improve documentation for these and other make flags.
2003-07-18 08:26:01 +00:00
wiz dc53e29867 Add i386 to Dt, now the page is arch-specific. 2003-07-16 12:06:07 +00:00
wiz a89230d697 Bump date for last. 2003-07-16 12:04:26 +00:00
wiz 89fc0d8cf0 Bump date for SYSTR_CLONE removal. 2003-07-16 11:35:04 +00:00
dsl 377bfc41c7 Build mbr.8 2003-07-16 11:12:43 +00:00
dsl baad6947d6 A better home than src/sbin/fdisk/mbr/mbr.8 2003-07-16 11:05:21 +00:00
dbj f2bb8b7816 fix description of type declaration of "type" argument to free(9) 2003-07-16 08:13:34 +00:00
lha 0836c6453a remove SYSTR_CLONE, its no longer used, approved by provos 2003-07-14 20:39:52 +00:00
yamt 12d2d59f94 there's no VNODEPAGER option anymore. 2003-07-11 12:59:54 +00:00
lukem 001c68bd94 Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO".  The new variables are:
	TOOL_ASN1_COMPILE  TOOL_CAP_MKDB  TOOL_CAT  TOOL_CKSUM  TOOL_COMPILE_ET
	TOOL_CONFIG  TOOL_CRUNCHGEN  TOOL_CTAGS  TOOL_DB  TOOL_EQN  TOOL_FGEN
	TOOL_GENCAT  TOOL_GROFF  TOOL_HEXDUMP  TOOL_INDXBIB  TOOL_INSTALLBOOT
	TOOL_INSTALL_INFO  TOOL_M4  TOOL_MAKEFS  TOOL_MAKEINFO  TOOL_MAKEWHATIS
	TOOL_MDSETIMAGE  TOOL_MENUC  TOOL_MKCSMAPPER  TOOL_MKESDB
	TOOL_MKLOCALE  TOOL_MKMAGIC  TOOL_MKTEMP  TOOL_MSGC  TOOL_MTREE
	TOOL_PAX  TOOL_PIC  TOOL_PREPMKBOOTIMAGE  TOOL_PWD_MKDB  TOOL_REFER
	TOOL_ROFF_ASCII  TOOL_ROFF_DVI  TOOL_ROFF_HTML  TOOL_ROFF_PS
	TOOL_ROFF_RAW  TOOL_RPCGEN  TOOL_SOELIM  TOOL_SUNLABEL  TOOL_TBL
	TOOL_UUDECODE  TOOL_VGRIND  TOOL_ZIC

For each, provide default in <bsd.sys.mk> of the form:
	TOOL_FOO?=	foo
and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override:
	TOOL_FOO=	${TOOLDIR}/bin/${_TOOL_PREFIX}foo

Document all of these in bsd.README.

This cleans up a chunk of potential (and actual) namespace collision
within our build infrastructure, as well as improves consistency in
the share/mk documentation and provision of appropriate defaults for
each of these variables.
2003-07-10 10:33:58 +00:00
wiz d3d460c513 Nd argument needs no quotes; use .In instead of .Fd ...; mark up
NULL as Dv instead of Va (it's not really variable, is it? :) ).
Replace & with \*[Am].
2003-07-09 14:40:53 +00:00
wiz b13e3bee0e Sort SEE ALSO; don't put normal text at the end of macro lines;
new sentence, new line. Bump date to when the driver was imported.
2003-07-09 14:35:03 +00:00
wiz 4674b1491f Fix comment; new sentence, new line; mark up some
trademarks; man page appeared in 2.0, not 1.6.1+.
2003-07-09 14:23:45 +00:00
wiz 430089f6b0 Nd argument should be on same line; new sentence, new line;
NetBSD -> Nx; man page appeared in 2.0, not "1.6.1+".
2003-07-09 14:20:06 +00:00
wiz bb96abeb13 Bump date to when this was first committed. 2003-07-09 14:16:26 +00:00
wiz e4efe31690 Unused. 2003-07-09 09:35:38 +00:00
dsl f8a6eac868 Don't build the i386/installboot man page, i386 can use the MI
installboot.
2003-07-09 09:29:05 +00:00
wiz edd3200d61 John Heasley thinks there is a comma missing, and I agree. Add it. 2003-07-08 14:45:48 +00:00
marcus 17ea8fdb8e Added reference to mbe driver. 2003-07-07 15:36:09 +00:00
yamt 0a7c59f953 tree(3) manpage from OpenBSD. 2003-07-07 14:39:25 +00:00
dyoung 05130136a6 Remark about lack of rate control. 2003-07-06 23:14:35 +00:00
dyoung 2c4301dd1f Add some remarks about uncertainty in the duration fields for
802.11/PLCP headers.
2003-07-06 23:12:37 +00:00
dyoung f8dd2e4734 Cosmetic: fix indentation of provision 3 of the BSD license. 2003-07-06 23:07:29 +00:00
dyoung 46a27517aa Add driver atw for PCI/Mini-PCI/Cardbus 802.11b NICs based on the
ADMtek ADM8211. Read the man page for bugs and other outstanding
issues.
2003-07-06 22:56:07 +00:00
marcus 2b3a6effcb Add some more devices. 2003-07-05 21:53:16 +00:00
marcus ba68e3996c Added missing manpages. 2003-07-04 17:25:58 +00:00
marcus 5bc691beb5 Removed references to devices and special targets not actually supported. 2003-07-04 16:34:41 +00:00
drochner 603807f849 add a manpage for the "txp" driver (3c990), from OpenBSD 2003-07-04 16:05:47 +00:00
wiz c0c518f05b Grammar fixes. 2003-07-04 13:28:44 +00:00
wiz 0be7101cdd New sentence, new line; punctuation nit; remove superfluous comment. 2003-07-04 13:26:52 +00:00
wiz 667a6670a9 Drop trailing whitespace. 2003-07-04 13:11:14 +00:00
wiz 6e047dae78 Bump date for last. 2003-07-04 13:09:58 +00:00
wiz f0632ae128 Bump date for last. 2003-07-04 12:54:46 +00:00
wiz f266906097 Grammar fix for last. 2003-07-04 12:54:14 +00:00
wiz 77b9f1fc13 Punctuation fix and grammar fix. 2003-07-04 12:35:54 +00:00
wiz da5b681f33 There is no als(4). 2003-07-04 12:16:05 +00:00
wiz 3c3799a827 Sort SEE ALSO. 2003-07-04 08:34:25 +00:00
wiz a6edb5e2fd Increase width argument for nicer display. 2003-07-04 08:34:18 +00:00
wiz 223ffb9cd2 Drop trailing whitespace. 2003-07-04 08:32:07 +00:00
ragge 101a9d3a8a Add descriptions of the new options SOMAXKVA, TCP_INIT_WIN and IFQ_MAXLEN.
While here, also write descriptions of TCP_SENDSPACE, TCP_RECVSPACE and SB_MAX.
2003-07-03 20:13:26 +00:00
heas dffbba95bc filesystem -> file system
id/uid/gid -> caps
Add a keywords section including description of the kernel configuration
keywords (options, file-system, etc) and add info about the 'no' form
for those it works with.
2003-07-02 17:33:33 +00:00
simonb dc90e8e0f5 Document the new "count" argument to the dmesg command. 2003-07-02 07:06:07 +00:00
wiz 363b64a47d Remove .Nx before 1.5K. 2003-07-01 13:04:06 +00:00
wiz 3565e264ca Remove superfluous .Fc. 2003-07-01 10:29:45 +00:00
wiz 96907610b8 Sy Pa -> Sy. 2003-07-01 10:28:15 +00:00
wiz 2e8cb0df4b IEEE 1275 now has an abbreviation -- use it. 2003-06-30 19:15:31 +00:00
wiz b93a29cdaa Fixes to make these man page look nice with groff-1.19. 2003-06-30 19:12:31 +00:00
wiz fb5d9d5f69 Do not install mdoc.7 -- we use mdoc.7 from the groff distribution now. 2003-06-30 18:51:55 +00:00
wiz 114635a7e4 Remove superfluous semicolon. 2003-06-30 12:33:41 +00:00
wiz 0d5adbd287 Add Ns. 2003-06-30 12:31:16 +00:00
wiz 9443254088 Simplify macro usage. 2003-06-30 12:14:34 +00:00
wiz ec3f0f31bf Pa Aq -> Aq Pa. 2003-06-30 12:10:40 +00:00
wiz be9025af4b Remove a superfluous space. 2003-06-30 12:07:19 +00:00
wiz 5af4a1144e Pa Aq -> Aq Pa. 2003-06-30 12:06:28 +00:00
wiz c2fc0b2f0f Insert a Ns, not so trivial this time. 2003-06-30 12:00:32 +00:00
wiz ce4e7779bb Plural of CPU is CPUs. 2003-06-30 11:57:50 +00:00
wiz a6b3a9e044 Use Pq to not confuse groff. 2003-06-30 11:53:22 +00:00
wiz 2a84f851af Add some Ns. 2003-06-30 10:44:47 +00:00
bouyer f740fc9ae3 Note ICH5 support. 2003-06-30 07:24:57 +00:00
oki 37f2deafd4 Document as PPPoE server mode. 2003-06-29 16:59:51 +00:00
wiz 1ad8c0c58a No -> Ns (typo, I guess). 2003-06-27 23:12:09 +00:00
wiz 132d3f696b Add Ns. 2003-06-27 22:43:37 +00:00
wiz cd30ba9415 Pa Aq -> Aq Pa. 2003-06-27 22:42:55 +00:00
wiz d3b6599a74 Pa Sy -> Sy. 2003-06-27 22:33:19 +00:00
wiz 64b8861f5a Actually, use Sy instead of Pa (in last). Suggested by jmc@openbsd. 2003-06-27 22:04:42 +00:00
wiz f3281df2a0 Quote question and exclamation marks. 2003-06-27 19:25:28 +00:00
wiz fa499f5b3d Quote Cd argument. 2003-06-27 18:54:09 +00:00
wiz 1bbd3bfabf Add Ns. 2003-06-27 18:53:12 +00:00
wiz f88669fdc6 Quote question mark. 2003-06-27 18:52:11 +00:00
wiz 8184f63a2c Add Ns; quote question mark. 2003-06-27 18:51:04 +00:00
wiz d3d9350452 Pa Aq -> Aq Pa. 2003-06-27 18:47:54 +00:00
wiz e2aa252091 Quote Cd argument. 2003-06-27 18:46:33 +00:00
wiz dd3fdc7aeb Pa Aq -> Aq Pa. 2003-06-27 18:45:52 +00:00