git: 5c0e5f418d9f - main - BUF_ISLOCKED.9: drop a reference to lockstatus(9)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Sep 2025 04:01:09 UTC
The branch main has been updated by mjg:
URL: https://cgit.FreeBSD.org/src/commit/?id=5c0e5f418d9ff68a21d606d62b5fb748b7de229b
commit 5c0e5f418d9ff68a21d606d62b5fb748b7de229b
Author: Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2025-09-26 20:45:42 +0000
Commit: Mateusz Guzik <mjg@FreeBSD.org>
CommitDate: 2025-09-27 04:00:59 +0000
BUF_ISLOCKED.9: drop a reference to lockstatus(9)
It's the same as lockmgr(9), which the man page already refers to.
---
share/man/man9/BUF_ISLOCKED.9 | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/share/man/man9/BUF_ISLOCKED.9 b/share/man/man9/BUF_ISLOCKED.9
index 09dfc458c834..c50d79c889fd 100644
--- a/share/man/man9/BUF_ISLOCKED.9
+++ b/share/man/man9/BUF_ISLOCKED.9
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
.\" DAMAGE.
.\"
-.Dd January 22, 2008
+.Dd September 26, 2025
.Dt BUF_ISLOCKED 9
.Os
.Sh NAME
@@ -60,8 +60,7 @@ The lock is not held by anyone.
.Xr buf 9 ,
.Xr BUF_LOCK 9 ,
.Xr BUF_UNLOCK 9 ,
-.Xr lockmgr 9 ,
-.Xr lockstatus 9
+.Xr lockmgr 9
.Sh AUTHORS
This manual page was written by
.An Attilio Rao Aq Mt attilio@FreeBSD.org .