summaryrefslogtreecommitdiffstats
path: root/share/man/man9/mutex.9
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-11-01 00:39:27 +0000
committerjhb <jhb@FreeBSD.org>2000-11-01 00:39:27 +0000
commit0e1561470aa1da0df38b8676aee7e1976e3802ff (patch)
treefa94af120b7abd9dfe95a0ee0d69e502cb5cdc56 /share/man/man9/mutex.9
parente22232d0d744680713d4322933342f81e7bebe28 (diff)
downloadFreeBSD-src-0e1561470aa1da0df38b8676aee7e1976e3802ff.zip
FreeBSD-src-0e1561470aa1da0df38b8676aee7e1976e3802ff.tar.gz
Catch up to mutexes becoming MI: machine/mutex.h -> sys/mutex.h
Diffstat (limited to 'share/man/man9/mutex.9')
-rw-r--r--share/man/man9/mutex.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9
index 2bbfaeb..66f8384 100644
--- a/share/man/man9/mutex.9
+++ b/share/man/man9/mutex.9
@@ -42,7 +42,7 @@
.Nm MUTEX_DECLARE
.Nd kernel synchronization primitives
.Sh SYNOPSIS
-.Fd #include <machine/mutex.h>
+.Fd #include <sys/mutex.h>
.Ft int
.Fn mtx_init "struct mtx *mutex" "char *name" "flags"
.Ft void
OpenPOWER on IntegriCloud