From 757a04bf824d8d12f970ce79b5c816b2c3a571e7 Mon Sep 17 00:00:00 2001 From: Sergio Carlavilla Delgado Date: Wed, 26 Feb 2020 19:16:23 +0000 Subject: [PATCH] Add HISTORY sections to tree(3), stdarg(3) and sigevent(3) Submitted by: gbergling_gmail.com Approved by: bcr@(mentor) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D23832 --- share/man/man3/sigevent.3 | 7 ++++++- share/man/man3/stdarg.3 | 14 +++++++++++++- share/man/man3/tree.3 | 5 ++++- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/share/man/man3/sigevent.3 b/share/man/man3/sigevent.3 index f4edbea78ce2..589b841c18ab 100644 --- a/share/man/man3/sigevent.3 +++ b/share/man/man3/sigevent.3 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 15, 2016 +.Dd February 25, 2020 .Dt SIGEVENT 3 .Os .Sh NAME @@ -119,6 +119,11 @@ notifications must link against the .Xr mq_notify 2 , .Xr timer_create 2 , .Xr siginfo 3 +.Sh HISTORY +The +.Va sigevent +structure first appeared in +.Fx 3.3 . .Sh STANDARDS The .Vt struct sigevent diff --git a/share/man/man3/stdarg.3 b/share/man/man3/stdarg.3 index e396123c8788..3b47eee70ff0 100644 --- a/share/man/man3/stdarg.3 +++ b/share/man/man3/stdarg.3 @@ -32,7 +32,7 @@ .\" @(#)stdarg.3 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd October 25, 2002 +.Dd February 25, 2020 .Dt STDARG 3 .Os .Sh NAME @@ -217,6 +217,18 @@ and .Fn va_end macros conform to .St -isoC-99 . +.Sh HISTORY +The +.Fn va_start , +.Fn va_arg +and +.Fn va_end +macros were introduced in +.St -ansiC . +The +.Fn va_copy +macro was introduced in +.St -isoC-99 . .Sh BUGS Unlike the .Em varargs diff --git a/share/man/man3/tree.3 b/share/man/man3/tree.3 index f59b3efe336f..671774aa4b8f 100644 --- a/share/man/man3/tree.3 +++ b/share/man/man3/tree.3 @@ -30,7 +30,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 28, 2019 +.Dd February 25, 2020 .Dt TREE 3 .Os .Sh NAME @@ -697,6 +697,9 @@ to indicate an error. .Sh SEE ALSO .Xr arb 3 , .Xr queue 3 +.Sh HISTORY +The tree macros first appeared in +.Fx 4.6 . .Sh AUTHORS The author of the tree macros is .An Niels Provos .