ref: 8efb42f52d79bde4a1e966ca8b0df0cb761cbdd1
parent: 116ca59949171f0aed9092157f3c89ddae2e36e7
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: "
--
⑨