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 /lib/libc/gen | |
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 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sem_timedwait.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sem_timedwait.3 b/lib/libc/gen/sem_timedwait.3 index 1623ebe..85cb22b 100644 --- a/lib/libc/gen/sem_timedwait.3 +++ b/lib/libc/gen/sem_timedwait.3 @@ -34,7 +34,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 10, 2017 +.Dd May 24, 2017 .Dt SEM_TIMEDWAIT 3 .Os .Sh NAME @@ -160,4 +160,4 @@ function first appeared in The .Fn sem_clockwait_np function first appeared in -.Fx 12.0 . +.Fx 11.1 . |