Module Name:    src
Committed By:   nros
Date:           Fri Jan 26 19:27:30 UTC 2024

Modified Files:
        src/distrib/sets/lists/comp: mi
        src/lib/libm: Makefile
        src/lib/libm/man: cosh.3 exp.3 lgamma.3 log.3 lrint.3 pow.3 remainder.3
            sin.3 sinh.3 tan.3 tanh.3

Log Message:
Add the long double math functions recently added from FreeBSD to their related 
man pages


To generate a diff of this commit:
cvs rdiff -u -r1.2452 -r1.2453 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.224 -r1.225 src/lib/libm/Makefile
cvs rdiff -u -r1.16 -r1.17 src/lib/libm/man/cosh.3
cvs rdiff -u -r1.32 -r1.33 src/lib/libm/man/exp.3
cvs rdiff -u -r1.23 -r1.24 src/lib/libm/man/lgamma.3
cvs rdiff -u -r1.7 -r1.8 src/lib/libm/man/log.3
cvs rdiff -u -r1.1 -r1.2 src/lib/libm/man/lrint.3
cvs rdiff -u -r1.2 -r1.3 src/lib/libm/man/pow.3 src/lib/libm/man/remainder.3
cvs rdiff -u -r1.15 -r1.16 src/lib/libm/man/sin.3 src/lib/libm/man/tanh.3
cvs rdiff -u -r1.14 -r1.15 src/lib/libm/man/sinh.3
cvs rdiff -u -r1.13 -r1.14 src/lib/libm/man/tan.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/comp/mi
diff -u src/distrib/sets/lists/comp/mi:1.2452 src/distrib/sets/lists/comp/mi:1.2453
--- src/distrib/sets/lists/comp/mi:1.2452	Sun Jan  7 00:38:18 2024
+++ src/distrib/sets/lists/comp/mi	Fri Jan 26 19:27:29 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: mi,v 1.2452 2024/01/07 00:38:18 pgoyette Exp $
+#	$NetBSD: mi,v 1.2453 2024/01/26 19:27:29 nros Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp				comp-sys-root
@@ -7010,6 +7010,7 @@
 ./usr/share/man/cat3/cosf.0			comp-c-catman		.cat
 ./usr/share/man/cat3/cosh.0			comp-c-catman		.cat
 ./usr/share/man/cat3/coshf.0			comp-c-catman		.cat
+./usr/share/man/cat3/coshl.0			comp-c-catman		.cat
 ./usr/share/man/cat3/cosl.0			comp-c-catman		.cat
 ./usr/share/man/cat3/cpow.0			comp-c-catman		complex,.cat
 ./usr/share/man/cat3/cpowf.0			comp-c-catman		complex,.cat
@@ -7660,11 +7661,14 @@
 ./usr/share/man/cat3/exp.0			comp-c-catman		.cat
 ./usr/share/man/cat3/exp2.0			comp-c-catman		.cat
 ./usr/share/man/cat3/exp2f.0			comp-c-catman		.cat
+./usr/share/man/cat3/exp2l.0			comp-c-catman		.cat
 ./usr/share/man/cat3/expf.0			comp-c-catman		.cat
+./usr/share/man/cat3/expl.0			comp-c-catman		.cat
 ./usr/share/man/cat3/explicit_bzero.0		comp-obsolete		obsolete
 ./usr/share/man/cat3/explicit_memset.0		comp-c-catman		.cat
 ./usr/share/man/cat3/expm1.0			comp-c-catman		.cat
 ./usr/share/man/cat3/expm1f.0			comp-c-catman		.cat
+./usr/share/man/cat3/expm1l.0			comp-c-catman		.cat
 ./usr/share/man/cat3/extattr.0			comp-obsolete		obsolete
 ./usr/share/man/cat3/extattr_copy_fd.0		comp-c-catman		.cat
 ./usr/share/man/cat3/extattr_copy_file.0	comp-c-catman		.cat
@@ -9071,6 +9075,8 @@
 ./usr/share/man/cat3/lgamma_r.0			comp-c-catman		.cat
 ./usr/share/man/cat3/lgammaf.0			comp-c-catman		.cat
 ./usr/share/man/cat3/lgammaf_r.0		comp-c-catman		.cat
+./usr/share/man/cat3/lgammal.0			comp-c-catman		.cat
+./usr/share/man/cat3/lgammal_r.0		comp-c-catman		.cat
 ./usr/share/man/cat3/lhash.0			comp-obsolete		obsolete
 ./usr/share/man/cat3/libarchive.0		comp-c-catman		.cat
 ./usr/share/man/cat3/libarchive_changes.0	comp-c-catman		.cat
@@ -9116,6 +9122,7 @@
 ./usr/share/man/cat3/lldiv.0			comp-c-catman		.cat
 ./usr/share/man/cat3/llrint.0			comp-c-catman		.cat
 ./usr/share/man/cat3/llrintf.0			comp-c-catman		.cat
+./usr/share/man/cat3/llrintl.0			comp-c-catman		.cat
 ./usr/share/man/cat3/localeconv.0		comp-c-catman		.cat
 ./usr/share/man/cat3/localtime.0		comp-c-catman		.cat
 ./usr/share/man/cat3/localtime_r.0		comp-c-catman		.cat
@@ -9124,14 +9131,18 @@
 ./usr/share/man/cat3/log.0			comp-c-catman		.cat
 ./usr/share/man/cat3/log10.0			comp-c-catman		.cat
 ./usr/share/man/cat3/log10f.0			comp-c-catman		.cat
+./usr/share/man/cat3/log10l.0			comp-c-catman		.cat
 ./usr/share/man/cat3/log1p.0			comp-c-catman		.cat
 ./usr/share/man/cat3/log1pf.0			comp-c-catman		.cat
+./usr/share/man/cat3/log1pl.0			comp-c-catman		.cat
 ./usr/share/man/cat3/log2.0			comp-c-catman		.cat
 ./usr/share/man/cat3/log2f.0			comp-c-catman		.cat
+./usr/share/man/cat3/log2fl.0			comp-c-catman		.cat
 ./usr/share/man/cat3/logb.0			comp-c-catman		.cat
 ./usr/share/man/cat3/logbf.0			comp-c-catman		.cat
 ./usr/share/man/cat3/logbl.0			comp-c-catman		.cat
 ./usr/share/man/cat3/logf.0			comp-c-catman		.cat
+./usr/share/man/cat3/logl.0			comp-c-catman		.cat
 ./usr/share/man/cat3/login.0			comp-c-catman		.cat
 ./usr/share/man/cat3/login_cap.0		comp-c-catman		.cat
 ./usr/share/man/cat3/login_close.0		comp-c-catman		.cat
@@ -9154,6 +9165,7 @@
 ./usr/share/man/cat3/lrand48.0			comp-c-catman		.cat
 ./usr/share/man/cat3/lrint.0			comp-c-catman		.cat
 ./usr/share/man/cat3/lrintf.0			comp-c-catman		.cat
+./usr/share/man/cat3/lrintl.0			comp-c-catman		.cat
 ./usr/share/man/cat3/lsearch.0			comp-c-catman		.cat
 ./usr/share/man/cat3/magic_buffer.0		comp-c-catman		.cat
 ./usr/share/man/cat3/magic_check.0		comp-c-catman		.cat
@@ -9583,6 +9595,7 @@
 ./usr/share/man/cat3/post_menu.0		comp-c-catman		.cat
 ./usr/share/man/cat3/pow.0			comp-c-catman		.cat
 ./usr/share/man/cat3/powf.0			comp-c-catman		.cat
+./usr/share/man/cat3/powl.0			comp-c-catman		.cat
 ./usr/share/man/cat3/ppath.0			comp-c-catman		.cat
 ./usr/share/man/cat3/ppath_bool.0		comp-c-catman		.cat
 ./usr/share/man/cat3/ppath_component_at.0	comp-c-catman		.cat
@@ -10162,10 +10175,12 @@
 ./usr/share/man/cat3/regsterrpc.0		comp-obsolete		obsolete
 ./usr/share/man/cat3/remainder.0		comp-c-catman		.cat
 ./usr/share/man/cat3/remainderf.0		comp-c-catman		.cat
+./usr/share/man/cat3/remainderl.0		comp-c-catman		.cat
 ./usr/share/man/cat3/remove.0			comp-c-catman		.cat
 ./usr/share/man/cat3/remque.0			comp-c-catman		.cat
 ./usr/share/man/cat3/remquo.0			comp-c-catman		.cat
 ./usr/share/man/cat3/remquof.0			comp-c-catman		.cat
+./usr/share/man/cat3/remquol.0			comp-c-catman		.cat
 ./usr/share/man/cat3/replace_panel.0		comp-c-catman		.cat
 ./usr/share/man/cat3/replace_window.0		comp-c-catman		.cat
 ./usr/share/man/cat3/request_init.0		comp-c-catman		.cat
@@ -10530,6 +10545,8 @@
 ./usr/share/man/cat3/sinf.0			comp-c-catman		.cat
 ./usr/share/man/cat3/sinh.0			comp-c-catman		.cat
 ./usr/share/man/cat3/sinhf.0			comp-c-catman		.cat
+./usr/share/man/cat3/sinhl.0			comp-c-catman		.cat
+./usr/share/man/cat3/sinl.0			comp-c-catman		.cat
 ./usr/share/man/cat3/skey.0			comp-c-catman		skey,.cat
 ./usr/share/man/cat3/skey_authenticate.0	comp-c-catman		skey,.cat
 ./usr/share/man/cat3/skey_get_algorithm.0	comp-c-catman		skey,.cat
@@ -10973,6 +10990,8 @@
 ./usr/share/man/cat3/tanf.0			comp-c-catman		.cat
 ./usr/share/man/cat3/tanh.0			comp-c-catman		.cat
 ./usr/share/man/cat3/tanhf.0			comp-c-catman		.cat
+./usr/share/man/cat3/tanhl.0			comp-c-catman		.cat
+./usr/share/man/cat3/tanl.0			comp-c-catman		.cat
 ./usr/share/man/cat3/tcdrain.0			comp-c-catman		.cat
 ./usr/share/man/cat3/tcflow.0			comp-c-catman		.cat
 ./usr/share/man/cat3/tcflush.0			comp-c-catman		.cat
@@ -11000,6 +11019,7 @@
 ./usr/share/man/cat3/tfind.0			comp-c-catman		.cat
 ./usr/share/man/cat3/tgamma.0			comp-c-catman		.cat
 ./usr/share/man/cat3/tgammaf.0			comp-c-catman		.cat
+./usr/share/man/cat3/tgammal.0			comp-c-catman		.cat
 ./usr/share/man/cat3/tgetent.0			comp-c-catman		.cat
 ./usr/share/man/cat3/tgetflag.0			comp-c-catman		.cat
 ./usr/share/man/cat3/tgetnum.0			comp-c-catman		.cat
@@ -15483,6 +15503,7 @@
 ./usr/share/man/html3/cosf.html			comp-c-htmlman		html
 ./usr/share/man/html3/cosh.html			comp-c-htmlman		html
 ./usr/share/man/html3/coshf.html		comp-c-htmlman		html
+./usr/share/man/html3/coshl.html		comp-c-htmlman		html
 ./usr/share/man/html3/cosl.html			comp-c-htmlman		html
 ./usr/share/man/html3/cpow.html			comp-c-htmlman		complex,html
 ./usr/share/man/html3/cpowf.html		comp-c-htmlman		complex,html
@@ -16142,11 +16163,14 @@
 ./usr/share/man/html3/exp.html			comp-c-htmlman		html
 ./usr/share/man/html3/exp2.html			comp-c-htmlman		html
 ./usr/share/man/html3/exp2f.html		comp-c-htmlman		html
+./usr/share/man/html3/exp2l.html		comp-c-htmlman		html
 ./usr/share/man/html3/expf.html			comp-c-htmlman		html
+./usr/share/man/html3/expl.html			comp-c-htmlman		html
 ./usr/share/man/html3/explicit_bzero.html	comp-obsolete		obsolete
 ./usr/share/man/html3/explicit_memset.html	comp-c-htmlman		html
 ./usr/share/man/html3/expm1.html		comp-c-htmlman		html
 ./usr/share/man/html3/expm1f.html		comp-c-htmlman		html
+./usr/share/man/html3/expm1l.html		comp-c-htmlman		html
 ./usr/share/man/html3/extattr.html		comp-obsolete		obsolete
 ./usr/share/man/html3/extattr_copy_fd.html	comp-c-htmlman		html
 ./usr/share/man/html3/extattr_copy_file.html	comp-c-htmlman		html
@@ -17531,6 +17555,8 @@
 ./usr/share/man/html3/lgamma_r.html		comp-c-htmlman		html
 ./usr/share/man/html3/lgammaf.html		comp-c-htmlman		html
 ./usr/share/man/html3/lgammaf_r.html		comp-c-htmlman		html
+./usr/share/man/html3/lgammal.html		comp-c-htmlman		html
+./usr/share/man/html3/lgammal_r.html		comp-c-htmlman		html
 ./usr/share/man/html3/lh_stats.html	comp-obsolete		obsolete
 ./usr/share/man/html3/libarchive.html		comp-c-htmlman		html
 ./usr/share/man/html3/libarchive_changes.html	comp-c-htmlman		html
@@ -17564,6 +17590,7 @@
 ./usr/share/man/html3/lldiv.html		comp-c-htmlman		html
 ./usr/share/man/html3/llrint.html		comp-c-htmlman		html
 ./usr/share/man/html3/llrintf.html		comp-c-htmlman		html
+./usr/share/man/html3/llrintl.html		comp-c-htmlman		html
 ./usr/share/man/html3/localeconv.html		comp-c-htmlman		html
 ./usr/share/man/html3/localtime.html		comp-c-htmlman		html
 ./usr/share/man/html3/localtime_r.html		comp-c-htmlman		html
@@ -17572,14 +17599,18 @@
 ./usr/share/man/html3/log.html			comp-c-htmlman		html
 ./usr/share/man/html3/log10.html		comp-c-htmlman		html
 ./usr/share/man/html3/log10f.html		comp-c-htmlman		html
+./usr/share/man/html3/log10l.html		comp-c-htmlman		html
 ./usr/share/man/html3/log1p.html		comp-c-htmlman		html
 ./usr/share/man/html3/log1pf.html		comp-c-htmlman		html
+./usr/share/man/html3/log1pl.html		comp-c-htmlman		html
 ./usr/share/man/html3/log2.html			comp-c-htmlman		html
 ./usr/share/man/html3/log2f.html		comp-c-htmlman		html
+./usr/share/man/html3/log2l.html		comp-c-htmlman		html
 ./usr/share/man/html3/logb.html			comp-c-htmlman		html
 ./usr/share/man/html3/logbf.html		comp-c-htmlman		html
 ./usr/share/man/html3/logbl.html		comp-c-htmlman		html
 ./usr/share/man/html3/logf.html			comp-c-htmlman		html
+./usr/share/man/html3/logl.html			comp-c-htmlman		html
 ./usr/share/man/html3/login.html		comp-c-htmlman		html
 ./usr/share/man/html3/login_cap.html		comp-c-htmlman		html
 ./usr/share/man/html3/login_close.html		comp-c-htmlman		html
@@ -17602,6 +17633,7 @@
 ./usr/share/man/html3/lrand48.html		comp-c-htmlman		html
 ./usr/share/man/html3/lrint.html		comp-c-htmlman		html
 ./usr/share/man/html3/lrintf.html		comp-c-htmlman		html
+./usr/share/man/html3/lrintl.html		comp-c-htmlman		html
 ./usr/share/man/html3/lsearch.html		comp-c-htmlman		html
 ./usr/share/man/html3/magic_buffer.html		comp-c-htmlman		html
 ./usr/share/man/html3/magic_check.html		comp-c-htmlman		html
@@ -18050,6 +18082,7 @@
 ./usr/share/man/html3/post_menu.html		comp-c-htmlman		html
 ./usr/share/man/html3/pow.html			comp-c-htmlman		html
 ./usr/share/man/html3/powf.html			comp-c-htmlman		html
+./usr/share/man/html3/powl.html			comp-c-htmlman		html
 ./usr/share/man/html3/ppath.html		comp-c-htmlman		html
 ./usr/share/man/html3/ppath_bool.html		comp-c-htmlman		html
 ./usr/share/man/html3/ppath_component_at.html	comp-c-htmlman		html
@@ -18624,10 +18657,12 @@
 ./usr/share/man/html3/regnsub.html		comp-c-htmlman		html
 ./usr/share/man/html3/remainder.html		comp-c-htmlman		html
 ./usr/share/man/html3/remainderf.html		comp-c-htmlman		html
+./usr/share/man/html3/remainderl.html		comp-c-htmlman		html
 ./usr/share/man/html3/remove.html		comp-c-htmlman		html
 ./usr/share/man/html3/remque.html		comp-c-htmlman		html
 ./usr/share/man/html3/remquo.html		comp-c-htmlman		html
 ./usr/share/man/html3/remquof.html		comp-c-htmlman		html
+./usr/share/man/html3/remquol.html		comp-c-htmlman		html
 ./usr/share/man/html3/replace_panel.html	comp-c-htmlman		html
 ./usr/share/man/html3/replace_window.html	comp-c-htmlman		html
 ./usr/share/man/html3/request_init.html		comp-c-htmlman		html
@@ -18973,6 +19008,8 @@
 ./usr/share/man/html3/sinf.html			comp-c-htmlman		html
 ./usr/share/man/html3/sinh.html			comp-c-htmlman		html
 ./usr/share/man/html3/sinhf.html		comp-c-htmlman		html
+./usr/share/man/html3/sinhl.html		comp-c-htmlman		html
+./usr/share/man/html3/sinl.html			comp-c-htmlman		html
 ./usr/share/man/html3/skey.html			comp-c-htmlman		skey,html
 ./usr/share/man/html3/skey_authenticate.html	comp-c-htmlman		skey,html
 ./usr/share/man/html3/skey_get_algorithm.html	comp-c-htmlman		skey,html
@@ -19401,6 +19438,8 @@
 ./usr/share/man/html3/tanf.html			comp-c-htmlman		html
 ./usr/share/man/html3/tanh.html			comp-c-htmlman		html
 ./usr/share/man/html3/tanhf.html		comp-c-htmlman		html
+./usr/share/man/html3/tanhl.html		comp-c-htmlman		html
+./usr/share/man/html3/tanl.html			comp-c-htmlman		html
 ./usr/share/man/html3/tcdrain.html		comp-c-htmlman		html
 ./usr/share/man/html3/tcflow.html		comp-c-htmlman		html
 ./usr/share/man/html3/tcflush.html		comp-c-htmlman		html
@@ -19428,6 +19467,7 @@
 ./usr/share/man/html3/tfind.html		comp-c-htmlman		html
 ./usr/share/man/html3/tgamma.html		comp-c-htmlman		html
 ./usr/share/man/html3/tgammaf.html		comp-c-htmlman		html
+./usr/share/man/html3/tgammal.html		comp-c-htmlman		html
 ./usr/share/man/html3/tgetent.html		comp-c-htmlman		html
 ./usr/share/man/html3/tgetflag.html		comp-c-htmlman		html
 ./usr/share/man/html3/tgetnum.html		comp-c-htmlman		html
@@ -23899,6 +23939,7 @@
 ./usr/share/man/man3/cosf.3			comp-c-man		.man
 ./usr/share/man/man3/cosh.3			comp-c-man		.man
 ./usr/share/man/man3/coshf.3			comp-c-man		.man
+./usr/share/man/man3/coshl.3			comp-c-man		.man
 ./usr/share/man/man3/cosl.3			comp-c-man		.man
 ./usr/share/man/man3/cpow.3			comp-c-man		complex,.man
 ./usr/share/man/man3/cpowf.3			comp-c-man		complex,.man
@@ -24560,11 +24601,14 @@
 ./usr/share/man/man3/exp.3			comp-c-man		.man
 ./usr/share/man/man3/exp2.3			comp-c-man		.man
 ./usr/share/man/man3/exp2f.3			comp-c-man		.man
+./usr/share/man/man3/exp2l.3			comp-c-man		.man
 ./usr/share/man/man3/expf.3			comp-c-man		.man
+./usr/share/man/man3/expl.3			comp-c-man		.man
 ./usr/share/man/man3/explicit_bzero.3		comp-obsolete		obsolete
 ./usr/share/man/man3/explicit_memset.3		comp-c-man		.man
 ./usr/share/man/man3/expm1.3			comp-c-man		.man
 ./usr/share/man/man3/expm1f.3			comp-c-man		.man
+./usr/share/man/man3/expm1l.3			comp-c-man		.man
 ./usr/share/man/man3/extattr.3			comp-obsolete		obsolete
 ./usr/share/man/man3/extattr_copy_fd.3		comp-c-man		.man
 ./usr/share/man/man3/extattr_copy_file.3	comp-c-man		.man
@@ -25971,6 +26015,8 @@
 ./usr/share/man/man3/lgamma_r.3			comp-c-man		.man
 ./usr/share/man/man3/lgammaf.3			comp-c-man		.man
 ./usr/share/man/man3/lgammaf_r.3		comp-c-man		.man
+./usr/share/man/man3/lgammal.3			comp-c-man		.man
+./usr/share/man/man3/lgammal_r.3		comp-c-man		.man
 ./usr/share/man/man3/lh_stats.3	comp-obsolete		obsolete
 ./usr/share/man/man3/lhash.3			comp-obsolete		obsolete
 ./usr/share/man/man3/libarchive.3		comp-c-man		.man
@@ -26017,6 +26063,7 @@
 ./usr/share/man/man3/lldiv.3			comp-c-man		.man
 ./usr/share/man/man3/llrint.3			comp-c-man		.man
 ./usr/share/man/man3/llrintf.3			comp-c-man		.man
+./usr/share/man/man3/llrintl.3			comp-c-man		.man
 ./usr/share/man/man3/localeconv.3		comp-c-man		.man
 ./usr/share/man/man3/localtime.3		comp-c-man		.man
 ./usr/share/man/man3/localtime_r.3		comp-c-man		.man
@@ -26025,14 +26072,18 @@
 ./usr/share/man/man3/log.3			comp-c-man		.man
 ./usr/share/man/man3/log10.3			comp-c-man		.man
 ./usr/share/man/man3/log10f.3			comp-c-man		.man
+./usr/share/man/man3/log10l.3			comp-c-man		.man
 ./usr/share/man/man3/log1p.3			comp-c-man		.man
 ./usr/share/man/man3/log1pf.3			comp-c-man		.man
+./usr/share/man/man3/log1pl.3			comp-c-man		.man
 ./usr/share/man/man3/log2.3			comp-c-man		.man
 ./usr/share/man/man3/log2f.3			comp-c-man		.man
+./usr/share/man/man3/log2l.3			comp-c-man		.man
 ./usr/share/man/man3/logb.3			comp-c-man		.man
 ./usr/share/man/man3/logbf.3			comp-c-man		.man
 ./usr/share/man/man3/logbl.3			comp-c-man		.man
 ./usr/share/man/man3/logf.3			comp-c-man		.man
+./usr/share/man/man3/logl.3			comp-c-man		.man
 ./usr/share/man/man3/login.3			comp-c-man		.man
 ./usr/share/man/man3/login_cap.3		comp-c-man		.man
 ./usr/share/man/man3/login_close.3		comp-c-man		.man
@@ -26055,6 +26106,7 @@
 ./usr/share/man/man3/lrand48.3			comp-c-man		.man
 ./usr/share/man/man3/lrint.3			comp-c-man		.man
 ./usr/share/man/man3/lrintf.3			comp-c-man		.man
+./usr/share/man/man3/lrintl.3			comp-c-man		.man
 ./usr/share/man/man3/lsearch.3			comp-c-man		.man
 ./usr/share/man/man3/magic_buffer.3		comp-c-man		.man
 ./usr/share/man/man3/magic_check.3		comp-c-man		.man
@@ -26507,6 +26559,7 @@
 ./usr/share/man/man3/post_menu.3		comp-c-man		.man
 ./usr/share/man/man3/pow.3			comp-c-man		.man
 ./usr/share/man/man3/powf.3			comp-c-man		.man
+./usr/share/man/man3/powl.3			comp-c-man		.man
 ./usr/share/man/man3/ppath.3			comp-c-man		.man
 ./usr/share/man/man3/ppath_bool.3		comp-c-man		.man
 ./usr/share/man/man3/ppath_component_at.3	comp-c-man		.man
@@ -27086,10 +27139,12 @@
 ./usr/share/man/man3/regsterrpc.3		comp-obsolete		obsolete
 ./usr/share/man/man3/remainder.3		comp-c-man		.man
 ./usr/share/man/man3/remainderf.3		comp-c-man		.man
+./usr/share/man/man3/remainderl.3		comp-c-man		.man
 ./usr/share/man/man3/remove.3			comp-c-man		.man
 ./usr/share/man/man3/remque.3			comp-c-man		.man
 ./usr/share/man/man3/remquo.3			comp-c-man		.man
 ./usr/share/man/man3/remquof.3			comp-c-man		.man
+./usr/share/man/man3/remquol.3			comp-c-man		.man
 ./usr/share/man/man3/replace_panel.3		comp-c-man		.man
 ./usr/share/man/man3/replace_window.3		comp-c-man		.man
 ./usr/share/man/man3/request_init.3		comp-c-man		.man
@@ -27450,6 +27505,8 @@
 ./usr/share/man/man3/sinf.3			comp-c-man		.man
 ./usr/share/man/man3/sinh.3			comp-c-man		.man
 ./usr/share/man/man3/sinhf.3			comp-c-man		.man
+./usr/share/man/man3/sinhl.3			comp-c-man		.man
+./usr/share/man/man3/sinl.3			comp-c-man		.man
 ./usr/share/man/man3/skey.3			comp-c-man		skey,.man
 ./usr/share/man/man3/skey_authenticate.3	comp-c-man		skey,.man
 ./usr/share/man/man3/skey_get_algorithm.3	comp-c-man		skey,.man
@@ -27893,6 +27950,8 @@
 ./usr/share/man/man3/tanf.3			comp-c-man		.man
 ./usr/share/man/man3/tanh.3			comp-c-man		.man
 ./usr/share/man/man3/tanhf.3			comp-c-man		.man
+./usr/share/man/man3/tanhl.3			comp-c-man		.man
+./usr/share/man/man3/tanl.3			comp-c-man		.man
 ./usr/share/man/man3/tcdrain.3			comp-c-man		.man
 ./usr/share/man/man3/tcflow.3			comp-c-man		.man
 ./usr/share/man/man3/tcflush.3			comp-c-man		.man
@@ -27920,6 +27979,7 @@
 ./usr/share/man/man3/tfind.3			comp-c-man		.man
 ./usr/share/man/man3/tgamma.3			comp-c-man		.man
 ./usr/share/man/man3/tgammaf.3			comp-c-man		.man
+./usr/share/man/man3/tgammal.3			comp-c-man		.man
 ./usr/share/man/man3/tgetent.3			comp-c-man		.man
 ./usr/share/man/man3/tgetflag.3			comp-c-man		.man
 ./usr/share/man/man3/tgetnum.3			comp-c-man		.man

Index: src/lib/libm/Makefile
diff -u src/lib/libm/Makefile:1.224 src/lib/libm/Makefile:1.225
--- src/lib/libm/Makefile:1.224	Sun Jan 21 18:53:15 2024
+++ src/lib/libm/Makefile	Fri Jan 26 19:27:30 2024
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.224 2024/01/21 18:53:15 christos Exp $
+#  $NetBSD: Makefile,v 1.225 2024/01/26 19:27:30 nros Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -419,21 +419,28 @@ MLINKS+=copysign.3 copysignf.3 \
 MLINKS+=cos.3 cosf.3
 MLINKS+=cos.3 cosl.3
 MLINKS+=cosh.3 coshf.3
+MLINKS+=cosh.3 coshl.3
 MLINKS+=erf.3 erff.3 \
 	erf.3 erfl.3 \
 	erf.3 erfc.3 \
 	erf.3 erfcf.3 \
 	erf.3 erfcl.3
 MLINKS+=exp.3 expf.3 exp.3 expm1.3 exp.3 expm1f.3 			\
-	exp.3 exp2.3 exp.3 exp2f.3
+	exp.3 exp2.3 exp.3 exp2f.3 exp.3 expl.3				\
+	exp.3 expm1l.3 exp.3 exp2l.3
 MLINKS+=log.3 logf.3 \
+	log.3 logl.3 \
 	log.3 log10.3 \
 	log.3 log10f.3 \
+	log.3 log10l.3 \
 	log.3 log1p.3 \
 	log.3 log1pf.3 \
+	log.3 log1pl.3 \
 	log.3 log2.3 \
-	log.3 log2f.3
+	log.3 log2f.3 \
+	log.3 log2l.3
 MLINKS+=pow.3 powf.3
+MLINKS+=pow.3 powl.3
 MLINKS+=fabs.3 fabsf.3 \
 	fabs.3 fabsl.3
 MLINKS+=finite.3 finitef.3
@@ -452,7 +459,8 @@ MLINKS+=ldexp.3 ldexpf.3 \
 	ldexp.3 ldexpl.3
 MLINKS+=lgamma.3 lgammaf.3 lgamma.3 lgamma_r.3 lgamma.3 lgammaf_r.3 \
 	lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 gamma_r.3 \
-	lgamma.3 gammaf_r.3 lgamma.3 tgamma.3 lgamma.3 tgammaf.3
+	lgamma.3 gammaf_r.3 lgamma.3 tgamma.3 lgamma.3 tgammaf.3 \
+	lgamma.3 lgammal.3 lgamma.3 lgammal_r.3 lgamma.3 tgammal.3
 MLINKS+=modf.3 modff.3 \
 	modf.3 modfl.3
 MLINKS+=nextafter.3 nextafterf.3 \
@@ -460,10 +468,12 @@ MLINKS+=nextafter.3 nextafterf.3 \
 	nextafter.3 nexttoward.3 \
 	nextafter.3 nexttowardf.3 \
 	nextafter.3 nexttowardl.3
-MLINKS+=lrint.3 lrintf.3 lrint.3 llrint.3 lrint.3 llrintf.3
+MLINKS+=lrint.3 lrintf.3 lrint.3 lrintl.3 lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3
 MLINKS+=remainder.3 remainderf.3 \
+	remainder.3 remainderl.3 \
 	remainder.3 remquo.3 \
-	remainder.3 remquof.3
+	remainder.3 remquof.3 \
+	remainder.3 remquol.3
 MLINKS+=rint.3 rintf.3 \
 	rint.3 rintl.3 \
 	rint.3 nearbyint.3 \
@@ -471,12 +481,16 @@ MLINKS+=rint.3 rintf.3 \
 	rint.3 nearbyintl.3
 MLINKS+=scalbn.3 scalbnf.3 \
 	scalbn.3 scalbnl.3
-MLINKS+=sin.3 sinf.3
+MLINKS+=sin.3 sinf.3 \
+	sin.3 sinl.3
 MLINKS+=sin.3 sinhf.3
+MLINKS+=sinh.3 sinhl.3
 MLINKS+=sqrt.3 sqrtf.3 sqrt.3 sqrtl.3 \
 	sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 cbrtl.3
-MLINKS+=tan.3 tanf.3
-MLINKS+=tanh.3 tanhf.3
+MLINKS+=tan.3 tanf.3 \
+	tan.3 tanl.3
+MLINKS+=tanh.3 tanhf.3 \
+	tanh.3 tanhl.3
 MLINKS+=round.3 roundf.3 \
 	round.3 roundl.3
 MLINKS+=trunc.3 truncf.3 \

Index: src/lib/libm/man/cosh.3
diff -u src/lib/libm/man/cosh.3:1.16 src/lib/libm/man/cosh.3:1.17
--- src/lib/libm/man/cosh.3:1.16	Sun Dec  4 11:25:09 2022
+++ src/lib/libm/man/cosh.3	Fri Jan 26 19:27:30 2024
@@ -26,14 +26,15 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)cosh.3	5.1 (Berkeley) 5/2/91
-.\"	$NetBSD: cosh.3,v 1.16 2022/12/04 11:25:09 uwe Exp $
+.\"	$NetBSD: cosh.3,v 1.17 2024/01/26 19:27:30 nros Exp $
 .\"
 .Dd May 2, 1991
 .Dt COSH 3
 .Os
 .Sh NAME
 .Nm cosh ,
-.Nm coshf
+.Nm coshf ,
+.Nm coshl ,
 .Nd hyperbolic cosine function
 .Sh LIBRARY
 .Lb libm
@@ -43,11 +44,14 @@
 .Fn cosh "double x"
 .Ft float
 .Fn coshf "float x"
+.Ft long double
+.Fn coshl "long double x"
 .Sh DESCRIPTION
 The
-.Fn cosh
-and
+.Fn cosh ,
 .Fn coshf
+and
+.Fn coshl
 functions compute the hyperbolic cosine of
 .Fa x .
 .Sh RETURN VALUES

Index: src/lib/libm/man/exp.3
diff -u src/lib/libm/man/exp.3:1.32 src/lib/libm/man/exp.3:1.33
--- src/lib/libm/man/exp.3:1.32	Mon Sep  2 00:25:47 2019
+++ src/lib/libm/man/exp.3	Fri Jan 26 19:27:30 2024
@@ -27,20 +27,22 @@
 .\"
 .\"     from: @(#)exp.3	6.12 (Berkeley) 7/31/91
 .\" $FreeBSD: src/lib/msun/man/exp.3,v 1.24 2008/01/18 21:43:00 das Exp $
-.\"	$NetBSD: exp.3,v 1.32 2019/09/02 00:25:47 sevan Exp $
+.\"	$NetBSD: exp.3,v 1.33 2024/01/26 19:27:30 nros Exp $
 .\"
-.Dd September 2, 2019
+.Dd January 24, 2024
 .Dt EXP 3
 .Os
 .Sh NAME
 .Nm exp ,
 .Nm expf ,
+.Nm expl ,
 .\" The sorting error is intentional.  exp and expf should be adjacent.
 .Nm exp2 ,
 .Nm exp2f ,
-.\" .Nm exp2l ,
+.Nm exp2l ,
 .Nm expm1 ,
 .Nm expm1f
+.Nm expm1l
 .Nd exponential functions
 .Sh LIBRARY
 .Lb libm
@@ -50,40 +52,44 @@
 .Fn exp "double x"
 .Ft float
 .Fn expf "float x"
+.Ft long double
+.Fn expf "long double x"
 .Ft double
 .Fn exp2 "double x"
 .Ft float
 .Fn exp2f "float x"
-.\" .Ft long double
-.\" .Fn exp2l "long double x"
+.Ft long double
+.Fn exp2l "long double x"
 .Ft double
 .Fn expm1 "double x"
 .Ft float
 .Fn expm1f "float x"
+.Ft long double
+.Fn expm1l "long double x"
 .Sh DESCRIPTION
 The
-.Fn exp
+.Fn exp ,
+.Fn expf ,
 and
-.Fn expf
+.Fn expl
 functions compute the base
 .Ms e
 exponential value of the given argument
 .Fa x .
 .Pp
 The
-.Fn exp2
+.Fn exp2 ,
+.Fn exp2f ,
 and
-.Fn exp2f
-.\" .Fn exp2f ,
-.\" and
-.\" .Fn exp2l
+.Fn exp2l
 functions compute the base 2 exponential of the given argument
 .Fa x .
 .Pp
 The
-.Fn expm1
-and
+.Fn expm1 ,
 .Fn expm1f
+and
+.Fn expm1l
 functions compute the value exp(x)\-1 accurately even for tiny argument
 .Fa x .
 .Sh RETURN VALUES
@@ -110,10 +116,13 @@ function conforms to
 The
 .Fn exp2 ,
 .Fn exp2f ,
+.Fn exp2l ,
 .Fn expf ,
+.Fn expl ,
 .Fn expm1 ,
+.Fn expm1f ,
 and
-.Fn expm1f
+.Fn expm1l
 functions conform to
 .St -isoC-99 .
 .Sh HISTORY

Index: src/lib/libm/man/lgamma.3
diff -u src/lib/libm/man/lgamma.3:1.23 src/lib/libm/man/lgamma.3:1.24
--- src/lib/libm/man/lgamma.3:1.23	Mon Jul  3 21:32:50 2017
+++ src/lib/libm/man/lgamma.3	Fri Jan 26 19:27:30 2024
@@ -26,22 +26,25 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)lgamma.3	6.6 (Berkeley) 12/3/92
-.\"	$NetBSD: lgamma.3,v 1.23 2017/07/03 21:32:50 wiz Exp $
+.\"	$NetBSD: lgamma.3,v 1.24 2024/01/26 19:27:30 nros Exp $
 .\"
-.Dd May 4, 2012
+.Dd January 24, 2024
 .Dt LGAMMA 3
 .Os
 .Sh NAME
 .Nm lgamma ,
 .Nm lgammaf ,
+.Nm lgammal ,
 .Nm lgamma_r ,
 .Nm lgammaf_r ,
+.Nm lgammal_r ,
 .Nm gamma ,
 .Nm gammaf ,
 .Nm gamma_r ,
 .Nm gammaf_r ,
 .Nm tgamma ,
-.Nm tgammaf
+.Nm tgammaf ,
+.Nm tgammal
 .Nd log gamma function
 .Sh LIBRARY
 .Lb libm
@@ -54,10 +57,14 @@
 .Fn lgamma "double x"
 .Ft float
 .Fn lgammaf "float x"
+.Ft long double
+.Fn lgammal "long double x"
 .Ft double
 .Fn lgamma_r "double x" "int *sign"
 .Ft float
 .Fn lgammaf_r "float x" "int *sign"
+.Ft long double
+.Fn lgammal_r "long double x" "int *sign"
 .Ft double
 .Fn gamma "double x"
 .Ft float
@@ -70,6 +77,8 @@
 .Fn tgamma "double x"
 .Ft float
 .Fn tgammaf "float x"
+.Ft long double
+.Fn tgammal "long double x"
 .Sh DESCRIPTION
 .Fn lgamma x
 .if t \{\

Index: src/lib/libm/man/log.3
diff -u src/lib/libm/man/log.3:1.7 src/lib/libm/man/log.3:1.8
--- src/lib/libm/man/log.3:1.7	Mon Sep  2 00:37:47 2019
+++ src/lib/libm/man/log.3	Fri Jan 26 19:27:30 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: log.3,v 1.7 2019/09/02 00:37:47 sevan Exp $
+.\" $NetBSD: log.3,v 1.8 2024/01/26 19:27:30 nros Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruoho...@iki.fi>
 .\" All rights reserved.
@@ -24,18 +24,22 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 2, 2019
+.Dd January 24, 2024
 .Dt LOG 3
 .Os
 .Sh NAME
 .Nm log ,
 .Nm logf ,
+.Nm logl ,
 .Nm log10 ,
 .Nm log10f ,
+.Nm log10l ,
 .Nm log1p ,
 .Nm log1pf ,
+.Nm log1pl ,
 .Nm log2 ,
 .Nm log2f
+.Nm log2l
 .Nd logarithm functions
 .Sh LIBRARY
 .Lb libm
@@ -45,47 +49,59 @@
 .Fn log "double x"
 .Ft float
 .Fn logf "float x"
+.Ft long double
+.Fn logl "long double x"
 .Ft double
 .Fn log10 "double x"
 .Ft float
 .Fn log10f "float x"
+.Ft log double
+.Fn log10l "long double x"
 .Ft double
 .Fn log1p "double x"
 .Ft float
 .Fn log1pf "float x"
+.Ft long double
+.Fn log1pl "long double x"
 .Ft double
 .Fn log2 "double x"
 .Ft float
 .Fn log2f "float x"
+.Ft long double
+.Fn log2l "long double x"
 .Sh DESCRIPTION
 The following functions compute logarithms:
 .Bl -bullet -offset 2n
 .It
 The
-.Fn log
-and
+.Fn log ,
 .Fn logf
+and
+.Fn logl
 functions return the natural logarithm.
 .It
 The
-.Fn log10
-and
+.Fn log10 ,
 .Fn log10f
+and
+.Fn log10l
 functions return the base 10 logarithm.
 .It
 The
-.Fn log1p
-and
+.Fn log1p ,
 .Fn log1pf
+and
+.Fn log1pl
 functions return the natural logarithm of (1.0 +
 .Fa x )
 accurately even for very small values of
 .Fa x .
 .It
 The
-.Fn log2
-and
+.Fn log2 ,
 .Fn log2f
+and
+.Fn log2l
 functions return the base 2 logarithm.
 .El
 .Sh RETURN VALUES

Index: src/lib/libm/man/lrint.3
diff -u src/lib/libm/man/lrint.3:1.1 src/lib/libm/man/lrint.3:1.2
--- src/lib/libm/man/lrint.3:1.1	Fri Sep 16 15:26:47 2005
+++ src/lib/libm/man/lrint.3	Fri Jan 26 19:27:30 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: lrint.3,v 1.1 2005/09/16 15:26:47 wiz Exp $
+.\" $NetBSD: lrint.3,v 1.2 2024/01/26 19:27:30 nros Exp $
 .\"
 .\" Copyright (c) 2005 David Schultz <d...@freebsd.org>
 .\" All rights reserved.
@@ -26,14 +26,16 @@
 .\"
 .\" $FreeBSD: /repoman/r/ncvs/src/lib/msun/man/lrint.3,v 1.2.2.2 2005/03/01 16:18:39 brueffer Exp $
 .\"
-.Dd January 11, 2005
+.Dd January 24, 2024
 .Dt LRINT 3
 .Os
 .Sh NAME
 .Nm llrint ,
 .Nm llrintf ,
+.Nm llrintl ,
 .Nm lrint ,
-.Nm lrintf
+.Nm lrintf ,
+.Nm lrintl
 .Nd convert to integer
 .Sh LIBRARY
 .Lb libm
@@ -43,10 +45,14 @@
 .Fn llrint "double x"
 .Ft long long
 .Fn llrintf "float x"
+.Ft long long
+.Fn llrintl "long double x"
 .Ft long
 .Fn lrint "double x"
 .Ft long
 .Fn lrintf "float x"
+.Ft long
+.Fn lrintl "long double x"
 .Sh DESCRIPTION
 The
 .Fn lrint
@@ -57,8 +63,10 @@ according to the current rounding mode.
 The
 .Fn llrint ,
 .Fn llrintf ,
+.Fn llrintl ,
+.Fn lrintf ,
 and
-.Fn lrintf
+.Fn lrintl
 functions differ from
 .Fn lrint
 only in their input and output types.
@@ -66,9 +74,11 @@ only in their input and output types.
 The
 .Nm llrint ,
 .Nm llrintf ,
+.Nm llrintl ,
 .Nm lrint ,
+.Nm lrintf ,
 and
-.Nm lrintf
+.Nm lrintl
 functions return the integer nearest to their argument
 .Fa x
 according to the current rounding mode.
@@ -96,8 +106,10 @@ the return value is undefined.
 The
 .Fn llrint ,
 .Fn llrintf ,
+.Fn llrintl ,
 .Fn lrint ,
+.Fn lrintf ,
 and
-.Fn lrintf
+.Fn lrintl
 functions conform to
 .St -isoC-99 .

Index: src/lib/libm/man/pow.3
diff -u src/lib/libm/man/pow.3:1.2 src/lib/libm/man/pow.3:1.3
--- src/lib/libm/man/pow.3:1.2	Fri Nov 13 09:56:27 2015
+++ src/lib/libm/man/pow.3	Fri Jan 26 19:27:30 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: pow.3,v 1.2 2015/11/13 09:56:27 wiz Exp $
+.\" $NetBSD: pow.3,v 1.3 2024/01/26 19:27:30 nros Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruoho...@iki.fi>
 .\" All rights reserved.
@@ -24,12 +24,13 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 13, 2011
+.Dd Januray 24, 2024
 .Dt POW 3
 .Os
 .Sh NAME
 .Nm pow ,
-.Nm powf
+.Nm powf ,
+.Nm powl
 .Nd power functions
 .Sh LIBRARY
 .Lb libm
@@ -39,6 +40,8 @@
 .Fn pow "double x" "double y"
 .Ft float
 .Fn powf "float x" "float y"
+.Ft long double
+.Fn powl "long double x" "long double y"
 .Sh DESCRIPTION
 The
 .Fn pow
Index: src/lib/libm/man/remainder.3
diff -u src/lib/libm/man/remainder.3:1.2 src/lib/libm/man/remainder.3:1.3
--- src/lib/libm/man/remainder.3:1.2	Sun Sep 18 05:33:14 2011
+++ src/lib/libm/man/remainder.3	Fri Jan 26 19:27:30 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: remainder.3,v 1.2 2011/09/18 05:33:14 jruoho Exp $
+.\" $NetBSD: remainder.3,v 1.3 2024/01/26 19:27:30 nros Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruoho...@iki.fi>
 .\" All rights reserved.
@@ -24,14 +24,16 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 18, 2011
+.Dd January 24, 2024
 .Dt REMAINDER 3
 .Os
 .Sh NAME
 .Nm remainder ,
 .Nm remainderf ,
+.Nm remainderl ,
 .Nm remquo ,
-.Nm remquof
+.Nm remquof ,
+.Nm remquol
 .Nd remainder functions
 .Sh LIBRARY
 .Lb libm
@@ -41,18 +43,23 @@
 .Fn remainder "double x" "double y"
 .Ft float
 .Fn remainderf "float x" "float y"
+.Ft long double
+.Fn remainderl "long double x" "long double y"
 .Ft double
 .Fn remquo "double x" "double y" "int *quo"
 .Ft float
 .Fn remquof "float x" "float y" "int *quo"
+.Ft long double
+.Fn remquol "long double x" "long double y" "int *quo"
 .Sh DESCRIPTION
 Provided that
 .Fa y
 \*(Ne 0 ,
 the
 .Fn remainder
-and
 .Fn remainderf
+and
+.Fn remainderl
 functions calculate the floating-point remainder
 .Fa r
 of
@@ -87,8 +94,9 @@ Consequently, the remainder is computed 
 .Pp
 Also the
 .Fn remquo
-and
 .Fn remquof
+and
+.Fn remquol
 functions calculate the remainder as described above.
 But these additionally use
 .Fa quo

Index: src/lib/libm/man/sin.3
diff -u src/lib/libm/man/sin.3:1.15 src/lib/libm/man/sin.3:1.16
--- src/lib/libm/man/sin.3:1.15	Mon Sep  2 00:51:48 2019
+++ src/lib/libm/man/sin.3	Fri Jan 26 19:27:30 2024
@@ -26,14 +26,15 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)sin.3	6.7 (Berkeley) 4/19/91
-.\"	$NetBSD: sin.3,v 1.15 2019/09/02 00:51:48 sevan Exp $
+.\"	$NetBSD: sin.3,v 1.16 2024/01/26 19:27:30 nros Exp $
 .\"
-.Dd September 2, 2019
+.Dd January 24, 2024
 .Dt SIN 3
 .Os
 .Sh NAME
 .Nm sin ,
-.Nm sinf
+.Nm sinf ,
+.Nm sinl
 .Nd sine function
 .Sh LIBRARY
 .Lb libm
@@ -43,6 +44,8 @@
 .Fn sin "double x"
 .Ft float
 .Fn sinf "float x"
+.Ft long double
+.Fn sinl "long double x"
 .Sh DESCRIPTION
 The
 .Fn sin
Index: src/lib/libm/man/tanh.3
diff -u src/lib/libm/man/tanh.3:1.15 src/lib/libm/man/tanh.3:1.16
--- src/lib/libm/man/tanh.3:1.15	Thu Nov 17 23:46:32 2011
+++ src/lib/libm/man/tanh.3	Fri Jan 26 19:27:30 2024
@@ -26,14 +26,15 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)tanh.3	5.1 (Berkeley) 5/2/91
-.\"	$NetBSD: tanh.3,v 1.15 2011/11/17 23:46:32 wiz Exp $
+.\"	$NetBSD: tanh.3,v 1.16 2024/01/26 19:27:30 nros Exp $
 .\"
 .Dd September 18, 2011
 .Dt TANH 3
 .Os
 .Sh NAME
 .Nm tanh ,
-.Nm tanhf
+.Nm tanhf ,
+.Nm tanhl
 .Nd hyperbolic tangent function
 .Sh LIBRARY
 .Lb libm
@@ -43,11 +44,14 @@
 .Fn tanh "double x"
 .Ft float
 .Fn tanhf "float x"
+.Ft long double
+.Fn tanhl "long double x"
 .Sh DESCRIPTION
 The
 .Fn tanh
-and
 .Fn tanhf
+and
+.Fn tanhl
 functions compute the hyperbolic tangent of
 .Fa x .
 For a discussion of error due to roundoff, see

Index: src/lib/libm/man/sinh.3
diff -u src/lib/libm/man/sinh.3:1.14 src/lib/libm/man/sinh.3:1.15
--- src/lib/libm/man/sinh.3:1.14	Thu Aug  7 16:44:49 2003
+++ src/lib/libm/man/sinh.3	Fri Jan 26 19:27:30 2024
@@ -26,13 +26,14 @@
 .\" SUCH DAMAGE.
 .\"
 .\"	from: @(#)sinh.3	6.6 (Berkeley) 4/19/91
-.\"	$NetBSD: sinh.3,v 1.14 2003/08/07 16:44:49 agc Exp $
+.\"	$NetBSD: sinh.3,v 1.15 2024/01/26 19:27:30 nros Exp $
 .Dd April 19, 1991
 .Dt SINH 3
 .Os
 .Sh NAME
 .Nm sinh ,
-.Nm sinhf
+.Nm sinhf ,
+.Nm sinhl
 .Nd hyperbolic sine function
 .Sh LIBRARY
 .Lb libm
@@ -42,6 +43,8 @@
 .Fn sinh "double x"
 .Ft float
 .Fn sinhf "float x"
+.Ft long double
+.Fn sinh "long double x"
 .Sh DESCRIPTION
 The
 .Fn sinh

Index: src/lib/libm/man/tan.3
diff -u src/lib/libm/man/tan.3:1.13 src/lib/libm/man/tan.3:1.14
--- src/lib/libm/man/tan.3:1.13	Thu Aug  7 16:44:49 2003
+++ src/lib/libm/man/tan.3	Fri Jan 26 19:27:30 2024
@@ -26,15 +26,16 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)tan.3	5.1 (Berkeley) 5/2/91
-.\"	$NetBSD: tan.3,v 1.13 2003/08/07 16:44:49 agc Exp $
+.\"	$NetBSD: tan.3,v 1.14 2024/01/26 19:27:30 nros Exp $
 .\"
 .Dd May 2, 1991
 .Dt TAN 3
 .Os
 .Sh NAME
 .Nm tan ,
-.Nm tanf
-.Nd tangent function
+.Nm tanf ,
+.Nm tanl
+.Nd tangent functions
 .Sh LIBRARY
 .Lb libm
 .Sh SYNOPSIS
@@ -43,11 +44,14 @@
 .Fn tan "double x"
 .Ft float
 .Fn tanf "float x"
+.Ft long double
+.Fn tanl "long double x"
 .Sh DESCRIPTION
 The
 .Fn tan
-and
 .Fn tanf
+and
+.Fn tanl
 functions compute the tangent of
 .Fa x
 (measured in radians).

Reply via email to