Add man page link for hypotl.3

This commit is contained in:
maya 2017-09-26 16:01:58 +00:00
parent 3c4aaf3f6f
commit 14e90145c6
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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+=fabs.3 fabsf.3 \
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