aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2024-06-23 10:50:47 +0000
committerGordon Bergling <gbe@FreeBSD.org>2024-06-23 10:50:47 +0000
commit16c3d7e1fa150ee136b910448cf431e8deab5293 (patch)
treee6c35223f268ced70df5ff9463ca9e18d7d0de26
parentdfaeeacc2cc29d0497ecd4cd5b7fd0d5ab61fcd5 (diff)
downloadsrc-16c3d7e1fa150ee136b910448cf431e8deab5293.tar.gz
src-16c3d7e1fa150ee136b910448cf431e8deab5293.zip
erf.3: Add a STANDARDS section
Add a STANDARDS section for the erf(3) manual page. PR: 273413 Reviewed by: pauamma_gundo.com MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D44140
-rw-r--r--lib/msun/man/erf.313
1 files changed, 12 insertions, 1 deletions
diff --git a/lib/msun/man/erf.3 b/lib/msun/man/erf.3
index d5be06036ce9..8d66017ed11c 100644
--- a/lib/msun/man/erf.3
+++ b/lib/msun/man/erf.3
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd July 13, 2014
+.Dd June 23, 2024
.Dt ERF 3
.Os
.Sh NAME
@@ -86,6 +86,17 @@ subtracts the result of the error function
from 1.0.
.Sh SEE ALSO
.Xr math 3
+.Sh STANDARDS
+The
+.Fn erf ,
+.Fn erff ,
+.Fn erfl ,
+.Fn erfc ,
+.Fn erfcf
+and
+.Fn erfcl
+functions conform to
+.St -isoC-99 .
.Sh HISTORY
The
.Fn erf