Commit Graph

4624 Commits

Author SHA1 Message Date
wiz
622f9a8d34 Only one of -hang and -tag after .Bl. 2003-06-26 10:23:59 +00:00
wiz
ed99226267 Remove some superfluous macro calls. 2003-06-26 10:23:23 +00:00
wiz
1f169892d0 Fix some macro abuses. 2003-06-26 10:20:39 +00:00
wiz
57526f6563 .Li Dv -> .Dv. 2003-06-26 10:14:07 +00:00
wiz
1c0ed5e256 End list with .El. 2003-06-26 10:13:34 +00:00
wiz
00286476c7 Only one of -bullet and -tag after .Bl. 2003-06-26 10:11:40 +00:00
heas
d40cbfcc0b Fix description of defflag, defparam (and defopt) when a filename is omitted. 2003-06-25 07:08:26 +00:00
yamt
b509ec99bb explicitly note MALLOC-free and malloc-FREE is ok. 2003-06-19 15:11:49 +00:00
yamt
4a8cf36294 note when VOP_GETPAGES updates number of pages pointed by 'count'. 2003-06-19 14:36:14 +00:00
fair
41e36370a8 Update the SEE ALSO list with drivers that have been added since
1997 (when this man page was updated?). Change an ugly .br hack
into .Ss macros. Add paragraph breaks in a few places to improve
readability.
2003-06-11 04:41:17 +00:00
yamt
e23e94ceb3 correct arguments of VOP_GETPAGES. 2003-06-09 13:30:44 +00:00
reinoud
9af716fd9a Make smbfs work on NetBSD/acorn32 ! it missed an entry in majors.acorn32
and an entry in the MAKEDEV
2003-06-08 20:12:33 +00:00
gmcgarry
a0b04cb7df GPIB manpages. 2003-06-02 04:00:24 +00:00
martin
a4c13e8f4d Regen (nsmb added) 2003-06-01 20:27:59 +00:00
uwe
95af8c21e9 Add igsfb(4). 2003-06-01 11:38:16 +00:00
uwe
a33df1ba35 The igsfb(4) driver is considered stable now. 2003-06-01 01:14:30 +00:00
fair
3c344189a4 More completely document the bootstrap flags accepted by the NetBSD
secondary bootstrap and the NetBSD kernel. Document SRM a little more.
I think this satisfies PR 20557.
2003-05-30 05:34:46 +00:00
yamt
60990de075 sync with reality and more note. (MEXTADD) 2003-05-27 13:04:25 +00:00
wiz
363facc46e Remove .Pp before .Sh. 2003-05-27 04:55:34 +00:00
itojun
c337d7850f remove reference to draft-mcdonald-*, as we actually implement different API
from the document.
2003-05-27 02:31:58 +00:00
lukem
9014bdbce6 * Document $RCMD_CMD in environ(7).
* Cross-reference rcmd(1), rcmd(3), and environ(7) as appropriate.

Should fix [bin/21670] from Geoff Wing.
2003-05-26 10:18:39 +00:00
wiz
bc0cb610c5 Remove trailing whitespace. 2003-05-26 06:55:19 +00:00
fair
9c3cc1b1d4 Add pointers to pxeboot, dosboot, w95boot a little more explicitly.
Add pointer to diskless(8) from pxeboot(8) and a reference for the
PXE specification. Clarify the wording here & there.
2003-05-25 21:19:06 +00:00
fair
d9770d2cb2 Tweak the DHCP section a little, per Martin Husemann. 2003-05-25 19:53:07 +00:00
fair
4a6681b600 New sentence, new line. Add discussion of MII support to the MEDIA SELECTION
section, per PR 21399
2003-05-22 07:42:30 +00:00
wiz
33b345ecdf Fix some typos, s/nfsiod/nfsd/ (?), sort SEE ALSO. 2003-05-22 07:06:53 +00:00
fair
3e3e5cec32 Massive rewrite/reorganization of diskless.8 to clarify, edify,
educate, elucidate, and otherwise answer ancient PR 5885, which
complained about lack of documentation for DHCP booting systems.

Please review, comment & correct. Writing is hard work.
2003-05-22 06:45:55 +00:00
wiz
4e4095f195 Grammar fix, from jmc@openbsd. 2003-05-20 10:10:23 +00:00
wiz
75f9ab5b80 Add back comma after e.g. and i.e.
See for example http://newark.rutgers.edu/~jlynch/Writing/e.html.
2003-05-20 08:18:23 +00:00
fair
38fe78bca7 Add some information necessary for netbooting.
Update date.
2003-05-20 07:47:40 +00:00
wiz
be82955f10 New sentence, new line; fix xrefs; sort SEE ALSO; punctuation nits;
uppercase beginning of sentence; bump date for last two.
2003-05-18 09:10:51 +00:00
wiz
a5016fab1f New sentence, new line. Bump date for last. Add missing "the". 2003-05-18 09:04:52 +00:00
gmcgarry
4134935e8c Xr xfd(1) 2003-05-17 03:03:32 +00:00
gmcgarry
3116152523 More on fonts. ISO C support. 2003-05-17 02:57:39 +00:00
wiz
70c40c00ed regen (-lms,-mms,+icp on i386). 2003-05-15 19:17:43 +00:00
wiz
717b2b1474 Remove i386/busmouse(4); it's not supported on i386 any more. 2003-05-15 18:53:34 +00:00
wiz
6454d66c69 Fix typo. 2003-05-15 13:28:58 +00:00
atatat
b5329c1d85 (1) Don't print the message buffer (via ddb's dmesg command) if the
message buffer has not yet been set up, mimicking code from the top of
the sysctl routine for retrieving the message buffer.

(2) Add a /l modifier to the trace command.  This makes it print the
backtrace using printf() instead of db_printf(), which has the nice
side-effect of also putting it into the message buffer.  A kernel with
ddb in it but disabled (ie, ddb.onpanic set to zero) will print a
backtrace (which ends up in the message buffer) before dumping (or
not, depending on the value of kern.dump_on_panic) and rebooting, but
if ddb is not disabled, the backtrace is not printed, and there's no
way to get it to display a backtrace such that you can retrieve it
after the dump.  The backtrace printed by gdb is sometimes a little
different.

(3) Documentation for the above.
2003-05-15 13:18:18 +00:00
wiz
ee6d7b94d4 Remove last traces of obsolete olms and omms drivers.
Ok'd by drochner and fvdl.
2003-05-15 13:13:21 +00:00
wiz
3b82314399 Point to IPC tutorials in /usr/share/doc/psd, update names, and add authors.
Bump date.
Suggested by kleink.
2003-05-15 10:18:42 +00:00
wiz
318b76a793 setup -> set up. 2003-05-15 06:01:02 +00:00
fair
28dbdce5de nroff cleanups prior to answering a problem report. 2003-05-15 02:03:45 +00:00
salo
86395f0606 Add cross-references to w(1) and lastlogin(8). 2003-05-14 18:07:01 +00:00
wiz
428fec6205 Bump date for last. 2003-05-14 12:20:01 +00:00
wiz
c0374a92bc New sentence, new line; nits. XXX: this page might need an update. 2003-05-14 12:19:15 +00:00
drochner
1b08bec43d opms(4) is long gone 2003-05-14 12:18:07 +00:00
drochner
06a2fecfa8 remove "opms" 2003-05-14 12:16:57 +00:00
wiz
577a7320c0 setup -> set up. 2003-05-14 12:00:33 +00:00
wiz
67b1bed2dd setup -> set up, from jmc@openbsd. 2003-05-14 11:58:34 +00:00
wiz
1d1f715318 setup -> set up. 2003-05-14 07:59:00 +00:00