Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Add man page link for hypotl.3
details: https://anonhg.NetBSD.org/src/rev/799a50a90565
branches: trunk
changeset: 356440:799a50a90565
user: maya <maya%NetBSD.org@localhost>
date: Tue Sep 26 16:01:58 2017 +0000
description:
Add man page link for hypotl.3
diffstat:
distrib/sets/lists/comp/mi | 5 ++++-
lib/libm/Makefile | 5 +++--
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (52 lines):
diff -r af4254c688bc -r 799a50a90565 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Tue Sep 26 15:42:54 2017 +0000
+++ b/distrib/sets/lists/comp/mi Tue Sep 26 16:01:58 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.2146 2017/09/09 18:18:27 kamil Exp $
+# $NetBSD: mi,v 1.2147 2017/09/26 16:01:58 maya Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
./etc/mtree/set.comp comp-sys-root
@@ -6947,6 +6947,7 @@
./usr/share/man/cat3/humanize_number.0 comp-c-catman .cat
./usr/share/man/cat3/hypot.0 comp-c-catman .cat
./usr/share/man/cat3/hypotf.0 comp-c-catman .cat
+./usr/share/man/cat3/hypotl.0 comp-c-catman .cat
./usr/share/man/cat3/i2d_CMS_bio_stream.0 comp-c-catman .cat
./usr/share/man/cat3/i2d_PKCS7_bio_stream.0 comp-c-catman .cat
./usr/share/man/cat3/iconv.0 comp-c-catman .cat
@@ -14531,6 +14532,7 @@
./usr/share/man/html3/humanize_number.html comp-c-htmlman html
./usr/share/man/html3/hypot.html comp-c-htmlman html
./usr/share/man/html3/hypotf.html comp-c-htmlman html
+./usr/share/man/html3/hypotl.html comp-c-htmlman html
./usr/share/man/html3/i2d_CMS_bio_stream.html comp-c-htmlman html
./usr/share/man/html3/i2d_PKCS7_bio_stream.html comp-c-htmlman html
./usr/share/man/html3/iconv.html comp-c-htmlman html
@@ -22032,6 +22034,7 @@
./usr/share/man/man3/humanize_number.3 comp-c-man .man
./usr/share/man/man3/hypot.3 comp-c-man .man
./usr/share/man/man3/hypotf.3 comp-c-man .man
+./usr/share/man/man3/hypotl.3 comp-c-man .man
./usr/share/man/man3/i2d_CMS_bio_stream.3 comp-c-man .man
./usr/share/man/man3/i2d_PKCS7_bio_stream.3 comp-c-man .man
./usr/share/man/man3/iconv.3 comp-c-man .man
diff -r af4254c688bc -r 799a50a90565 lib/libm/Makefile
--- a/lib/libm/Makefile Tue Sep 26 15:42:54 2017 +0000
+++ b/lib/libm/Makefile Tue Sep 26 16:01:58 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.202 2017/08/21 17:10:34 christos Exp $
+# $NetBSD: Makefile,v 1.203 2017/09/26 16:01:59 maya Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@@ -399,7 +399,8 @@
MLINKS+=finite.3 finitef.3
MLINKS+=fmod.3 fmodf.3 \
fmod.3 fmodl.3
-MLINKS+=hypot.3 hypotf.3
+MLINKS+=hypot.3 hypotf.3 \
+ hypot.3 hypotl.3
MLINKS+=ieee_test.3 logb.3 ieee_test.3 logbf.3 ieee_test.3 logbl.3
MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
Home |
Main Index |
Thread Index |
Old Index