code: plan9front

Download patch

ref: 084c2e6a65705fa30784a6a9b7b6cd3d2468064a
parent: 33ac896d47a703b61dd205665c8c168d9dbcfb10
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Sep 8 14:22:35 EDT 2021

fix manpage references for dup(2), kproc(9) and panic(9).

--- a/sys/man/2/dup
+++ b/sys/man/2/dup
@@ -40,7 +40,7 @@
 meaning that
 .I newfd
 will not be closed on
-.IR exec(2)
+.IR exec (2)
 syscall,
 when
 .I oldfd
--- a/sys/man/9/kproc
+++ b/sys/man/9/kproc
@@ -64,7 +64,7 @@
 or break out of a
 .IR rendezvous (2)
 or an
-.IR eqlock(9),
+.IR eqlock (9),
 with an
 .IR error (9)
 `interrupted'.
--- a/sys/man/9/panic
+++ b/sys/man/9/panic
@@ -18,7 +18,7 @@
 The format
 .I fmt
 and associated arguments are the same as those for
-.IR print (9).
+.IR print (2).
 .I Panic
 adds a prefix
 .L "panic: "