summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2021-09-08 18:22:35 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2021-09-08 18:22:35 +0000
commit084c2e6a65705fa30784a6a9b7b6cd3d2468064a (patch)
treeb8e747e89629939832b25d32feef1e2a19b05f5d
parent33ac896d47a703b61dd205665c8c168d9dbcfb10 (diff)
fix manpage references for dup(2), kproc(9) and panic(9).
-rw-r--r--sys/man/2/dup2
-rw-r--r--sys/man/9/kproc2
-rw-r--r--sys/man/9/panic2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/man/2/dup b/sys/man/2/dup
index 1eca0a713..e2b63dd01 100644
--- a/sys/man/2/dup
+++ b/sys/man/2/dup
@@ -40,7 +40,7 @@ flag,
meaning that
.I newfd
will not be closed on
-.IR exec(2)
+.IR exec (2)
syscall,
when
.I oldfd
diff --git a/sys/man/9/kproc b/sys/man/9/kproc
index 25e50e5a0..a034db60e 100644
--- a/sys/man/9/kproc
+++ b/sys/man/9/kproc
@@ -64,7 +64,7 @@ causing it, if necessary, to wake from
or break out of a
.IR rendezvous (2)
or an
-.IR eqlock(9),
+.IR eqlock (9),
with an
.IR error (9)
`interrupted'.
diff --git a/sys/man/9/panic b/sys/man/9/panic
index d62ec47cc..31c5fe8f2 100644
--- a/sys/man/9/panic
+++ b/sys/man/9/panic
@@ -18,7 +18,7 @@ might reboot the system.
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: "