Module Name:    src
Committed By:   nros
Date:           Fri Oct 11 18:36:22 UTC 2019

Modified Files:
        src/distrib/sets/lists/comp: mi
        src/lib/libm: Makefile

Log Message:
Add manpage links for frexpf and frexpl.

Manpage links were missing for frexpf and frexpl even thogh they were
mentioned in the manpage for frexp.


To generate a diff of this commit:
cvs rdiff -u -r1.2289 -r1.2290 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.210 -r1.211 src/lib/libm/Makefile

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.2289 src/distrib/sets/lists/comp/mi:1.2290
--- src/distrib/sets/lists/comp/mi:1.2289	Thu Oct  3 00:59:50 2019
+++ src/distrib/sets/lists/comp/mi	Fri Oct 11 18:36:22 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: mi,v 1.2289 2019/10/03 00:59:50 mrg Exp $
+#	$NetBSD: mi,v 1.2290 2019/10/11 18:36:22 nros Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp				comp-sys-root
@@ -7102,6 +7102,8 @@
 ./usr/share/man/cat3/freemntopts.0		comp-c-catman		.cat
 ./usr/share/man/cat3/freopen.0			comp-c-catman		.cat
 ./usr/share/man/cat3/frexp.0			comp-c-catman		.cat
+./usr/share/man/cat3/frexpf.0			comp-c-catman		.cat
+./usr/share/man/cat3/frexpl.0			comp-c-catman		.cat
 ./usr/share/man/cat3/fropen.0			comp-c-catman		.cat
 ./usr/share/man/cat3/fropen2.0			comp-c-catman		.cat
 ./usr/share/man/cat3/fscanf.0			comp-c-catman		.cat
@@ -15120,6 +15122,8 @@
 ./usr/share/man/html3/freemntopts.html		comp-c-htmlman		html
 ./usr/share/man/html3/freopen.html		comp-c-htmlman		html
 ./usr/share/man/html3/frexp.html		comp-c-htmlman		html
+./usr/share/man/html3/frexpf.html		comp-c-htmlman		html
+./usr/share/man/html3/frexpl.html		comp-c-htmlman		html
 ./usr/share/man/html3/fropen.html		comp-c-htmlman		html
 ./usr/share/man/html3/fropen2.html		comp-c-htmlman		html
 ./usr/share/man/html3/fscanf.html		comp-c-htmlman		html
@@ -23076,6 +23080,8 @@
 ./usr/share/man/man3/freemntopts.3		comp-c-man		.man
 ./usr/share/man/man3/freopen.3			comp-c-man		.man
 ./usr/share/man/man3/frexp.3			comp-c-man		.man
+./usr/share/man/man3/frexpf.3			comp-c-man		.man
+./usr/share/man/man3/frexpl.3			comp-c-man		.man
 ./usr/share/man/man3/fropen.3			comp-c-man		.man
 ./usr/share/man/man3/fropen2.3			comp-c-man		.man
 ./usr/share/man/man3/fscanf.3			comp-c-man		.man

Index: src/lib/libm/Makefile
diff -u src/lib/libm/Makefile:1.210 src/lib/libm/Makefile:1.211
--- src/lib/libm/Makefile:1.210	Sat Apr 27 23:04:32 2019
+++ src/lib/libm/Makefile	Fri Oct 11 18:36:22 2019
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.210 2019/04/27 23:04:32 kamil Exp $
+#  $NetBSD: Makefile,v 1.211 2019/10/11 18:36:22 nros Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -456,6 +456,8 @@ MLINKS+=fdim.3 fdiml.3
 MLINKS+=fdim.3 fdimf.3
 MLINKS+=fma.3 fmaf.3 \
 	fma.3 fmal.3
+MLINKS+=frexp.3 frexpf.3 \
+	frexp.3 frexpl.3
 
 .if (${MKCOMPLEX} != "no")
 .include "${.CURDIR}/complex/Makefile.inc"

Reply via email to