boot(8): manpage correction $objtype vs. $cputype (from /n/sources/patch/boot-cputype-objtype)
boot(8) claims that boot will launch /$objtype/init; that is incorrect. It launches /$cputype/init (so says both boot.c and cpurc(8)). That's the more sensible choice. This patch fixes the man page to resolve the mismatch.
This commit is contained in:
parent
126d7e6feb
commit
0ef41a6718
1 changed files with 2 additions and 2 deletions
|
@ -157,7 +157,7 @@ for subsequent processes to
|
|||
.I Boot
|
||||
completes by
|
||||
.IR exec (2)'ing
|
||||
.B /$objtype/init
|
||||
.B /$cputype/init
|
||||
.BR -t .
|
||||
If the
|
||||
.B -m
|
||||
|
@ -216,7 +216,7 @@ Once connected,
|
|||
.I boot
|
||||
behaves as on the terminal except for
|
||||
.IR exec (2)'ing
|
||||
.B /$objtype/init
|
||||
.B /$cputype/init
|
||||
.BR -c .
|
||||
.SS Booting Methods
|
||||
The methods available to any system depend on what was
|
||||
|
|
Loading…
Reference in a new issue