Commit Graph

1152 Commits

Author SHA1 Message Date
frueauf 91b3e654a6 Fix typo: SHMPAXPGS -> SHMMAXPGS, closes pr 6178 by MOCHIDA Shuji. 1998-10-10 14:02:15 +00:00
frueauf a897c5f64a mtio.4 got deleted, remove it here too. 1998-10-01 11:26:07 +00:00
jtk 3493c17663 add bioscall(9) for i386 1998-10-01 02:33:50 +00:00
hwr e728f48852 Add for IPPROTO_MOBILE. 1998-09-30 06:13:27 +00:00
jonathan 6ac1b19967 Copy man/man4.vax/mtio.4 to man4/mtio.4, keeping revision history this time.
Update Makefiles to match.
Remove man4.vax/mtio.4.
1998-09-30 02:39:01 +00:00
jonathan 358394d272 Add missing ess.4 man page (used in comp set) 1998-09-29 23:39:43 +00:00
jeremy 3712546023 Changed to allow the mouse baud rate to be set at kernel compile time.
Inspired by Mochida Shuji <mocid@yo.rim.or.jp>.
1998-09-29 02:46:36 +00:00
rvb 42fb3deffa Perry asked for a line about Coda 1998-09-28 17:14:31 +00:00
lukem 9dee5d2b46 don't install in /usr/share if NOSHARE is defined 1998-09-27 17:22:03 +00:00
hwr d6a39aadd6 s/tun/gre/ 1998-09-25 08:35:20 +00:00
perry 83534c3742 fix spelling of acknowledgment 1998-09-22 22:53:06 +00:00
kleink 1d6ab6aedc Typo (run queue array name). 1998-09-22 11:24:52 +00:00
drochner 492608a68c Clarift use of REALBASEMEM / REALEXTMEM.
Fixes PR port-i386/6159 by "Heiko W.Rupp" <hwr@pilhuhn.de>.
1998-09-18 12:38:54 +00:00
agc 1159a11534 Document REQ_FILE and MESSAGE_FILE definitions. 1998-09-17 16:04:06 +00:00
agc 247891ee59 Document INSTALL_FILE and DEINSTALL_FILE definitions, to be set to the
names of any INSTALL or DEINSTALL scripts, respectively.
Also bring explanation of LIB_DEPENDS up to date.
Document USE_LIBTOOL.
1998-09-17 14:14:17 +00:00
jeremy 7e8c997a3f Added microtime.9. 1998-09-15 01:40:47 +00:00
jeremy 58cfb334aa Manual page which describes the microtime() function for obtaining the
current value of the system realtime clock.
1998-09-15 01:38:01 +00:00
garbled 5c4c28f2c8 Document LDFLAGS in bsd.pkg.mk. Also, CFLAGS wasn't documented so I
threw that one in as well.
1998-09-14 17:33:01 +00:00
hwr 43688c8702 Manpage for gre network interface. 1998-09-13 20:39:35 +00:00
pk a3360f0c95 oops, roff parameter overflow. 1998-09-10 16:41:57 +00:00
pk 060d9ca064 Document the "skew" extensions. 1998-09-10 16:04:36 +00:00
kenh 31661bd656 Whoops, forgot to document NODEVMTIME. 1998-09-10 15:58:48 +00:00
enami 5cf1acbac0 comma is not a part of argument. 1998-09-10 04:04:42 +00:00
augustss 2d83d6808d Minor clarification. 1998-09-08 11:59:48 +00:00
mrg 01735ee7db properly document diskless swapfiles. 1998-09-08 10:08:30 +00:00
kleink 2ba841847e Use UTC instead of GMT, and rearrange the wording a bit. 1998-09-05 19:21:24 +00:00
pk 5ebcb31dd0 Assign my copyrights to TNF. 1998-09-05 13:45:46 +00:00
pk e8b5010119 Assign my copyrights to TNF. 1998-09-05 13:36:49 +00:00
frueauf f4a3ad9ff9 Keep the alphabetical order. 1998-09-03 09:30:05 +00:00
msaitoh 8d1acbb7fd s/January/June/
This is a bug between rev. 1.3 and 1.4.
1998-09-03 08:20:08 +00:00
msaitoh 6f4ce5dfdd Eliminate extra comma in SEE ALSO section 1998-09-03 08:12:56 +00:00
augustss 0589dc769d Fix kprintf related Makefile problems.
From John.P.Darrow@wheaton.edu, fixes PR 6091.
1998-09-03 07:27:38 +00:00
jeremy d3b609004c Corrected my incorrect usage of hyphens, en-dashes, and em-dashes. 1998-09-03 01:58:56 +00:00
jeremy 5f0b8ba018 Changed to suggest using sun3/autoconf.h rather than machine/autoconf.h to
reflect the new system include file locations.
Reworded slightly and added more macros.
1998-09-03 01:54:28 +00:00
jeremy 1a56a0bb75 Reformatted slightly and changed to use more macros. 1998-09-03 01:39:17 +00:00
jeremy f69a99ee74 Cleaned up some statements.
Added cross references to related pages.
1998-09-03 01:05:03 +00:00
jeremy 9fff07817c Added subsections for easier reading and some explanatory paragraphs.
Used special groff characters where applicable.
1998-09-03 00:54:23 +00:00
jtk 24b461bf90 improve wording to mention that config options are for kernel config files 1998-09-02 21:23:52 +00:00
jeremy 45a63ebc4b Changed references to filesystem paths to use the mdoc filesystem path
macro (.Pa).
1998-09-02 05:13:07 +00:00
jeremy 268853e1ea Added missing punctuation and utilized more mdoc macros where possible. 1998-09-02 05:05:22 +00:00
jeremy d04d27d492 Added kprintf.9 and its aliases. 1998-09-02 04:40:02 +00:00
jeremy e7ec199a9c A manual page describing the kernel printf functions and the special formatting
options which differentiate them from their user space counterparts.
1998-09-02 04:39:23 +00:00
lukem 12806668fb document more kernel options:
* COLOR_KERNEL_BG - background color of kernel messages
* COLOR_KERNEL_FG - foreground color of kernel messages
* PCVT_CAPS_IS_CTRL - if defined, CapsLock acts like Ctrl
(the first two were never documented, and I recently added the last one)
1998-08-30 10:16:51 +00:00
enami 039b7f505b In SEE ALSO list, use comma to separate elements and don't use to terminate. 1998-08-30 05:06:11 +00:00
tsarna c89a574ffa Execute ttyaction on termination of rlogind/telnetd sessions.
Also, say a little bit about ttyaction in the getty and login manpages.
1998-08-29 17:31:55 +00:00
mrg 97117adf97 add swapctl changes to COMPAT_13 section. 1998-08-29 15:32:07 +00:00
lukem f35b097b81 fix capitalisation 1998-08-29 08:37:37 +00:00
garbled 7c802b05c2 Document use of NOT_FOR_ARCHS. 1998-08-28 14:19:44 +00:00
augustss 885a99bbd7 Add OPL and xref. 1998-08-26 12:30:51 +00:00
mrg fade0ccb93 add sparc specific options. 1998-08-26 03:03:33 +00:00