summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-02-16 23:38:58 +0100
committercinap_lenrek <cinap_lenrek@gmx.de>2013-02-16 23:38:58 +0100
commit0ef41a6718395bc965914968079803552ebc8c40 (patch)
tree83039410a2a692c054bd1cc7caaf0afabafaf3e0
parent126d7e6feb31c0e89943674238929c2748341556 (diff)
downloadplan9front-0ef41a6718395bc965914968079803552ebc8c40.tar.xz
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.
-rw-r--r--sys/man/8/boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/8/boot b/sys/man/8/boot
index 925dab60b..37e0e79cb 100644
--- a/sys/man/8/boot
+++ b/sys/man/8/boot
@@ -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