Module Name:    src
Committed By:   gutteridge
Date:           Wed Feb  1 03:27:46 UTC 2023

Modified Files:
        src/share/man/man9: mutex.9

Log Message:
mutex.9: add a small detail to the history section


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/share/man/man9/mutex.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/mutex.9
diff -u src/share/man/man9/mutex.9:1.34 src/share/man/man9/mutex.9:1.35
--- src/share/man/man9/mutex.9:1.34	Mon Dec 19 00:41:45 2022
+++ src/share/man/man9/mutex.9	Wed Feb  1 03:27:45 2023
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mutex.9,v 1.34 2022/12/19 00:41:45 uwe Exp $
+.\"	$NetBSD: mutex.9,v 1.35 2023/02/01 03:27:45 gutteridge Exp $
 .\"
 .\" Copyright (c) 2007, 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -314,3 +314,6 @@ code must provide to support mutexes.
 .Sh HISTORY
 The mutex primitives first appeared in
 .Nx 5.0 .
+.Fn mutex_ownable
+first appeared in
+.Nx 8.0 .

Reply via email to