git: 9front

Download patch

ref: 355a170e9436dda9d349520dbd2f62a50fa5c5e6
parent: e979970b84edab46230a5c2b3ea679459a4dad81
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Thu Aug 18 18:54:52 EDT 2011

root/boot typo

--- a/sys/man/8/cpurc
+++ b/sys/man/8/cpurc
@@ -13,7 +13,7 @@
 After the kernel boots, it execs
 .B /boot
 (see
-.IR root (3)),
+.IR boot (8)),
 which in turn execs
 .BR /$cputype/init .
 .IR Init (8)
@@ -82,7 +82,7 @@
 .br
 .B /cfg/$sysname/*rc
 .SH "SEE ALSO"
-.IR srv (4),
 .IR namespace (6),
+.IR boot (8)
 .IR init (8),
 .IR listen (8)
--