Fixed bitrot in synopsis (the third arg of vsunlock went away).

This commit is contained in:
Bruce Evans 2000-03-23 14:33:14 +00:00
parent 31eed39f9e
commit 25435b71b6

View File

@ -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