Fixed bitrot in synopsis (the third arg of vsunlock went away).
This commit is contained in:
parent
f4ed99b185
commit
a0e94fcb09
@ -50,7 +50,7 @@
|
||||
.Ft void
|
||||
.Fn vslock "caddr_t addr" "u_int len"
|
||||
.Ft void
|
||||
.Fn vsunlock "caddr_t addr" "u_int len" "int dirtied"
|
||||
.Fn vsunlock "caddr_t addr" "u_int len"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn vslock
|
||||
|
Loading…
Reference in New Issue
Block a user