aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-05-05 16:46:32 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-05-05 16:46:32 +0000
commit4b7f35db44cbf901e994fc9a4bcd4c98ebe8c4a1 (patch)
treec93caac32becd66b694239c215f710c483e28c64 /lib/msun
parent4ac4b12699fd423165a0ac0d05630a1fae022bbb (diff)
downloadsrc-4b7f35db44cbf901e994fc9a4bcd4c98ebe8c4a1.tar.gz
src-4b7f35db44cbf901e994fc9a4bcd4c98ebe8c4a1.zip
libc: Add HISTORY sections to the manual pages
There are some sections which could be improved and work to do so is on going. The work will be covered via 'X-MFC-WITH' commits. Obtained from: OpenBSD MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D34759
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/man/cosh.37
-rw-r--r--lib/msun/man/floor.37
-rw-r--r--lib/msun/man/fmod.37
-rw-r--r--lib/msun/man/sinh.37
-rw-r--r--lib/msun/man/tanh.37
5 files changed, 30 insertions, 5 deletions
diff --git a/lib/msun/man/cosh.3 b/lib/msun/man/cosh.3
index 7db64e661f07..1920e3e57df8 100644
--- a/lib/msun/man/cosh.3
+++ b/lib/msun/man/cosh.3
@@ -28,7 +28,7 @@
.\" from: @(#)cosh.3 5.1 (Berkeley) 5/2/91
.\" $FreeBSD$
.\"
-.Dd August 17, 2013
+.Dd April 3, 2022
.Dt COSH 3
.Os
.Sh NAME
@@ -71,3 +71,8 @@ The
.Fn cosh
function conforms to
.St -isoC .
+.Sh HISTORY
+The
+.Fn cosh
+function first appeared in
+.At v7 .
diff --git a/lib/msun/man/floor.3 b/lib/msun/man/floor.3
index 67640f6f68b8..66b29eb22b97 100644
--- a/lib/msun/man/floor.3
+++ b/lib/msun/man/floor.3
@@ -28,7 +28,7 @@
.\" from: @(#)floor.3 6.5 (Berkeley) 4/19/91
.\" $FreeBSD$
.\"
-.Dd January 13, 2005
+.Dd April 3, 2022
.Dt FLOOR 3
.Os
.Sh NAME
@@ -76,3 +76,8 @@ and
.Fn floorl
functions conform to
.St -isoC-99 .
+.Sh HISTORY
+A
+.Fn floor
+function first appeared in
+.At v5 .
diff --git a/lib/msun/man/fmod.3 b/lib/msun/man/fmod.3
index f01aa959e0c8..892ead731256 100644
--- a/lib/msun/man/fmod.3
+++ b/lib/msun/man/fmod.3
@@ -28,7 +28,7 @@
.\" from: @(#)fmod.3 5.1 (Berkeley) 5/2/91
.\" $FreeBSD$
.\"
-.Dd June 19, 2008
+.Dd April 3, 2022
.Dt FMOD 3
.Os
.Sh NAME
@@ -85,3 +85,8 @@ and
.Fn fmodl
functions conform to
.St -isoC-99 .
+.Sh HISTORY
+An
+.Fn fmod
+function first appeared in
+.At v5 .
diff --git a/lib/msun/man/sinh.3 b/lib/msun/man/sinh.3
index 96fa280f958e..e81ae951c22e 100644
--- a/lib/msun/man/sinh.3
+++ b/lib/msun/man/sinh.3
@@ -28,7 +28,7 @@
.\" from: @(#)sinh.3 6.6 (Berkeley) 4/19/91
.\" $FreeBSD$
.\"
-.Dd August 17, 2013
+.Dd April 3, 2022
.Dt SINH 3
.Os
.Sh NAME
@@ -71,3 +71,8 @@ The
.Fn sinh
function conforms to
.St -isoC .
+.Sh HISTORY
+The
+.Fn sinh
+function first appeared in
+.At v7 .
diff --git a/lib/msun/man/tanh.3 b/lib/msun/man/tanh.3
index ca59a806b132..6004f5a853ac 100644
--- a/lib/msun/man/tanh.3
+++ b/lib/msun/man/tanh.3
@@ -28,7 +28,7 @@
.\" from: @(#)tanh.3 5.1 (Berkeley) 5/2/91
.\" $FreeBSD$
.\"
-.Dd August 17, 2013
+.Dd April 3, 2022
.Dt TANH 3
.Os
.Sh NAME
@@ -80,3 +80,8 @@ The
.Fn tanh
function conforms to
.St -isoC .
+.Sh HISTORY
+The
+.Fn tanh
+function first appeared in
+.At v7 .