From 0ef41a6718395bc965914968079803552ebc8c40 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sat, 16 Feb 2013 23:38:58 +0100 Subject: [PATCH] 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. --- sys/man/8/boot | 4 ++-- 1 file 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