diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-09-08 18:22:35 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-09-08 18:22:35 +0000 |
commit | 084c2e6a65705fa30784a6a9b7b6cd3d2468064a (patch) | |
tree | b8e747e89629939832b25d32feef1e2a19b05f5d /sys/man/9 | |
parent | 33ac896d47a703b61dd205665c8c168d9dbcfb10 (diff) |
fix manpage references for dup(2), kproc(9) and panic(9).
Diffstat (limited to 'sys/man/9')
-rw-r--r-- | sys/man/9/kproc | 2 | ||||
-rw-r--r-- | sys/man/9/panic | 2 |
2 files changed, 2 insertions, 2 deletions
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: " |