From 51ee83e2550713c6dc73412476c4e2b5f465a6a2 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 19 Sep 2010 17:47:06 +0200 Subject: [PATCH] mutex.9: Fix typos in two function names. --- Makefile_upgrade.inc | 4 ++++ share/man/man9/Makefile | 4 ++-- share/man/man9/mutex.9 | 8 ++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 321234579c..e269a0a4c7 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -1521,6 +1521,10 @@ TO_REMOVE+=/usr/share/man/man9/spin_unlock_wr_quick.9.gz TO_REMOVE+=/usr/share/man/cat8/loader.4th.8.gz TO_REMOVE+=/usr/share/man/man8/loader.4th.8.gz TO_REMOVE+=/usr/share/examples/bootforth +TO_REMOVE+=/usr/share/man/cat9/mtx_notowner.9.gz +TO_REMOVE+=/usr/share/man/cat9/mtx_owner.9.gz +TO_REMOVE+=/usr/share/man/man9/mtx_notowner.9.gz +TO_REMOVE+=/usr/share/man/man9/mtx_owner.9.gz # XXX Remove when adjusted to the new 802.11 framework TO_REMOVE+=/boot/modules/if_acx.ko diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 17e2687866..361cd7de9c 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -604,8 +604,8 @@ MLINKS+=mutex.9 mtx_downgrade.9 \ mutex.9 mtx_lock_sh_try.9 \ mutex.9 mtx_notlocked.9 \ mutex.9 mtx_notlocked_ex.9 \ - mutex.9 mtx_notowner.9 \ - mutex.9 mtx_owner.9 \ + mutex.9 mtx_notowned.9 \ + mutex.9 mtx_owned.9 \ mutex.9 mtx_spinlock_ex.9 \ mutex.9 mtx_spinlock_sh.9 \ mutex.9 mtx_uninit.9 \ diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9 index b7927f788e..d7d28b153d 100644 --- a/share/man/man9/mutex.9 +++ b/share/man/man9/mutex.9 @@ -51,8 +51,8 @@ .Nm mtx_islocked_ex , .Nm mtx_notlocked , .Nm mtx_notlocked_ex , -.Nm mtx_owner , -.Nm mtx_notowner , +.Nm mtx_owned , +.Nm mtx_notowned , .Nm mtx_lockrefs , .Nm mtx_hold , .Nm mtx_drop @@ -99,9 +99,9 @@ .Ft int .Fn mtx_notlocked_ex "struct mtx *mtx" .Ft int -.Fn mtx_owner "struct mtx *mtx" +.Fn mtx_owned "struct mtx *mtx" .Ft int -.Fn mtx_notowner "struct mtx *mtx" +.Fn mtx_notowned "struct mtx *mtx" .Ft int .Fn mtx_lockrefs "struct mtx *mtx" .Ft void -- 2.41.0