shithub: riscv

Download patch

ref: 8ca1e9c14dd4749acbf388c97c8332c07957ee33
parent: d20c754094306171e66679de992bab57d34c33ea
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)
--