diff options
author | gjb <gjb@FreeBSD.org> | 2017-05-27 00:30:51 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2017-05-27 00:30:51 +0000 |
commit | 9feb41f34ce7341a50fdacbac96c13c663e76a9a (patch) | |
tree | 68124c7d25e4ab7b317af9c60a65d224c73e4e3a /share/man | |
parent | 00dd79dca11b485dc123fff8114b0a0fc2c1043d (diff) | |
download | FreeBSD-src-9feb41f34ce7341a50fdacbac96c13c663e76a9a.zip FreeBSD-src-9feb41f34ce7341a50fdacbac96c13c663e76a9a.tar.gz |
MFC r318794, r318795:
Update the "first appeared in" version in several manual pages.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/mutex.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/mutex.9 b/share/man/man9/mutex.9 index f7d242c..43d523a 100644 --- a/share/man/man9/mutex.9 +++ b/share/man/man9/mutex.9 @@ -28,7 +28,7 @@ .\" from BSDI $Id: mutex.4,v 1.1.2.3 1998/04/27 22:53:13 ewv Exp $ .\" $FreeBSD$ .\" -.Dd July 18, 2016 +.Dd May 24, 2017 .Dt MUTEX 9 .Os .Sh NAME @@ -557,4 +557,4 @@ and The .Fn mtx_trylock_spin function was added in -.Fx 12.0 . +.Fx 11.1 . |