aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-11-10 01:51:55 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-11-10 01:51:55 +0000
commitc5f3b30e6801c850fbeeeb54d923ada7d465f033 (patch)
tree34689bbc48165b3252f7aa449704d752b24c8147 /share
parented21d82204f4d54dbd3bce748ff92ff58eba40d2 (diff)
downloadsrc-c5f3b30e6801c850fbeeeb54d923ada7d465f033.tar.gz
src-c5f3b30e6801c850fbeeeb54d923ada7d465f033.zip
Replace non-existent 'mtx_t' typedef'd type with 'struct mtx'.
Notes
Notes: svn path=/head/; revision=68541
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/sleep.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9
index f371652efc8d..a52f4d5d2df2 100644
--- a/share/man/man9/sleep.9
+++ b/share/man/man9/sleep.9
@@ -43,7 +43,7 @@
.Ft int
.Fn tsleep "void *ident" "int priority" "const char *wmesg" "int timo"
.Ft int
-.Fn msleep "void *ident" "mtx_t *mtx" "int priority" "const char *wmesg" "int timo"
+.Fn msleep "void *ident" "struct mtx *mtx" "int priority" "const char *wmesg" "int timo"
.Ft int
.Fn asleep "void *ident" "int priority" "const char *wmesg" "int timo"
.Ft int