wiz
2c914af730
Bump date for previous.
2016-01-15 09:05:16 +00:00
mlelstv
2aacffe133
Add 'C' option to bootblock to enable serial console.
2016-01-15 08:27:04 +00:00
prlw1
9521ae7bfd
Fix typos
2015-04-28 09:48:30 +00:00
wiz
83b7d402c6
New sentence, new line. Bump date for previous. Various minor changes.
2015-04-25 14:27:02 +00:00
mlelstv
70f54807e4
Explain how the kernel determines the root filesystem from information
...
passed by the bootloader.
2015-04-25 14:05:43 +00:00
wiz
24f40fb934
More markup.
2015-04-17 11:27:37 +00:00
dholland
fd9a522f27
An error was detected in a man page.
2015-03-30 16:57:40 +00:00
riastradh
bd88b93279
Add SIGNALS section to wizd(8).
2015-03-30 13:51:42 +00:00
snj
a421a92931
adapt to modern ISO image naming conventions
2014-11-13 22:32:53 +00:00
wiz
80cb79a916
Sort SEE ALSO. From Henning Petersen in PR 49327.
2014-10-27 16:18:38 +00:00
apb
06c335e708
Document supported subsets of image formats,
...
extracted from comments in src/sys/dev/stbi/stb_image.c.
XXX: This is not the right place to document supported image formats
for splash screens.
2014-08-16 12:30:12 +00:00
apb
e25d321f4d
Document fs, menu, rndseed, and splash commands.
...
Add rescue(8) to SEE ALSO.
Also a little copy editing.
2014-08-16 11:41:37 +00:00
apb
e73191e17d
Mention that some platforms may have boot menus, and may support
...
other boot protocols. Also change some [i386 only] comments to [x86 only].
2014-08-16 11:39:47 +00:00
apb
f80fae768b
To get no space between [device:] and [filename],
...
the mdoc input needs ... Oc Ns Oo ..., not ... Ns Oc Oo ....
2014-08-16 08:43:12 +00:00
apb
7138b5e964
Add some examples of machine-specific foo/boot.8 man pages.
2014-08-14 15:50:42 +00:00
tron
4021f6f227
Sync wizd's feature list with reality.
2014-07-20 16:04:48 +00:00
riastradh
6cb10275d0
Merge riastradh-drm2 to HEAD.
2014-03-18 18:20:35 +00:00
skrll
6d3ceb1d61
Rename NetBSD/hp700 to NetBSD/hppa.
...
Unfortunately our VCS isn't very helpful here.
2014-02-24 07:23:38 +00:00
jdc
6dc8fb4754
Belatedly note root on RAIDframe support for sandpoint.
2013-10-07 10:50:37 +00:00
skrll
9491cef7bc
Typo.
2013-10-05 08:20:22 +00:00
soren
a9969a86fd
Move shared x86 man pages from man8.i386 to man8.x86.
2013-07-31 21:01:13 +00:00
soren
2608fe43e6
All of the man8.i386 man pages also apply to amd64.
...
Remove references to obsolete w95boot.8 man page and CONSOLE_POLICY option.
Closes PR port-amd64/48038.
2013-07-31 13:54:42 +00:00
wiz
a5684d07dd
Use Mt for email addresses.
2013-07-20 21:39:55 +00:00
njoly
c16c550ee5
Adjust -width argument to match reality; and while here quote it.
2013-07-13 10:52:50 +00:00
jdf
29366d9bc2
* remove superfluous .Pp' and
.Ns' macros (fixes mandoc(1) warnings)
...
* macro correction (`.Nm' -> `.Pa');
* small wording, punctuation, and white space corrections/improvements.
Patch supplied by Bug Hunting.
2013-04-15 22:50:08 +00:00
wiz
d8b2f12e48
Bump date for previous and remove trailing whitespace.
2012-12-18 13:14:34 +00:00
apb
532fa0d9ae
Add shell implementations of basename and dirname to rc.subr. They
...
are supposed to mimic basename(1) and dirname(1), except that they
are usable before /usr/bin is mounted.
2012-12-17 18:17:27 +00:00
wiz
5c33580cf9
New sentence, new line.
...
Bump date for previous.
2012-11-29 11:34:33 +00:00
phx
4d9cf1f03c
Mention Realtek driver bugs in the BUGS section.
2012-11-29 10:44:37 +00:00
njoly
b8ea928f69
Use mdoc macros for literal display block.
2012-11-13 17:40:56 +00:00
wiz
624d8cd9d5
If you must use Pp with Ed, at least use it afterwards.
2012-10-05 21:28:38 +00:00
njoly
66406026f3
Add missing close to display block, and add a paragraph break to
...
follow other similar blocks.
2012-10-05 18:03:54 +00:00
roy
a124943219
Prefer dhcpcd(8) over dhclient(8).
2012-10-02 17:43:52 +00:00
riastradh
0f6a31aa63
Rewrite section on DNS so it makes sense, is true, and is useful.
...
This may need to be adapted for openresolv too...
2012-09-30 20:49:12 +00:00
riastradh
4c12bd76ba
Fix typo: tftpd, not tfptd.
2012-08-31 05:18:44 +00:00
wiz
c854c88ec9
From Bug Hunting:
...
- synchronize `-f' and `-r' argument names with (the English)
sysinst(8) usage message (change table width for it as well);
- generally improve / extend contents (note: there's no need for
an explicit `OPTIONS' section for options; also ``include'' is
used in the wording for the options, since currently not all are
described);
- re-order options in `DESCRIPTION' section;
- better macro usage;
- capitalization (also of acronyms), punctuation (makes options
table consistent);
- bump date.
2012-07-06 09:11:19 +00:00
njoly
4abd1e694d
Add missing El macro.
2012-06-02 14:04:34 +00:00
roy
258cf0abec
Add capfile(5) to describe the termcap format.
...
Adjust various man pages and other documentation to point to capfile(5)
instead of termcap(5).
Remove getcap(3) as curses hasn't been building it for a long time.
Punt wrterm.c as tset no longer uses it.
2012-04-21 12:27:24 +00:00
wiz
7e093e0425
njoly remarks that Lk doesn't make sense here, since it won't ever resolve
...
correctly due to using ${RELEASE} in the URL. Revert previous.
2012-03-17 12:25:11 +00:00
wiz
5f1d89ea80
Use Lk.
2012-03-17 11:11:35 +00:00
njoly
bed7cf5a54
Use Lk macro instead of Pa when dealing with URLs, to produce links
...
with HTML output. And while here update some dead URL links.
First part of PR/29238.
2012-03-11 23:42:06 +00:00
shattered
4e4e8d92ec
Quoting sys/dev/vme/files.vme commit log: "vmegeneric never saw the
...
light of the source tree. After 7 years, I guess nobody missed it."
OK by wiz@
2012-02-25 10:55:27 +00:00
njoly
3fc9fe7769
Small typo in macro (.xr -> .Xr).
2012-02-13 18:30:44 +00:00
wiz
71fcb57d88
Remove trailing whitespace.
...
New sentence, new line.
Remove Pp before Sh.
Sort sections.
Use more markup.
Remove unnecessary macro arguments.
2012-01-31 13:25:05 +00:00
nisimura
6e0f9f1c21
introduce evbarm bootmini2440(8) man entry.
2012-01-31 12:23:32 +00:00
wiz
d88469710f
New sentence, new line. Avoid unnecessary macros.
2012-01-22 16:41:42 +00:00
phx
d6beebba11
New option "ide:".
...
Describe how to use altboot with a crippled U-Boot/PPCBoot firmware.
2012-01-22 15:37:23 +00:00
isaki
43fa5f922b
Clean up pow(4) (which I had removed in Nov 2011).
2012-01-21 02:52:50 +00:00
skrll
7780856071
Fix NetBSD version in history.
2012-01-09 22:08:12 +00:00
skrll
d2845d9eb6
Add a mkboot(8) man page.
2012-01-09 16:04:45 +00:00