Fixed bitrot in synopsis (the third arg of vsunlock went away).
This commit is contained in:
parent
31eed39f9e
commit
25435b71b6
@ -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