fix manpage references for dup(2), kproc(9) and panic(9).
This commit is contained in:
parent
33ac896d47
commit
084c2e6a65
3 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ flag,
|
||||||
meaning that
|
meaning that
|
||||||
.I newfd
|
.I newfd
|
||||||
will not be closed on
|
will not be closed on
|
||||||
.IR exec(2)
|
.IR exec (2)
|
||||||
syscall,
|
syscall,
|
||||||
when
|
when
|
||||||
.I oldfd
|
.I oldfd
|
||||||
|
|
|
@ -64,7 +64,7 @@ causing it, if necessary, to wake from
|
||||||
or break out of a
|
or break out of a
|
||||||
.IR rendezvous (2)
|
.IR rendezvous (2)
|
||||||
or an
|
or an
|
||||||
.IR eqlock(9),
|
.IR eqlock (9),
|
||||||
with an
|
with an
|
||||||
.IR error (9)
|
.IR error (9)
|
||||||
`interrupted'.
|
`interrupted'.
|
||||||
|
|
|
@ -18,7 +18,7 @@ might reboot the system.
|
||||||
The format
|
The format
|
||||||
.I fmt
|
.I fmt
|
||||||
and associated arguments are the same as those for
|
and associated arguments are the same as those for
|
||||||
.IR print (9).
|
.IR print (2).
|
||||||
.I Panic
|
.I Panic
|
||||||
adds a prefix
|
adds a prefix
|
||||||
.L "panic: "
|
.L "panic: "
|
||||||
|
|
Loading…
Reference in a new issue