diff options
author | Robert Mustacchi <rm@joyent.com> | 2019-08-18 22:04:54 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2019-08-23 17:51:48 +0000 |
commit | 867a2ce85cd3f659cb7bc187ba93a095fe1df597 (patch) | |
tree | 702d32b7bf078deecd54e1f711c9c7fb1fc39994 /usr/src | |
parent | 2a12d4b48bc1841009a51abdb5b10a991f9f28ae (diff) | |
download | illumos-joyent-867a2ce85cd3f659cb7bc187ba93a095fe1df597.tar.gz |
10857 nanf.3m and nanl.3m should be linked to nan.3m
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/man/man3m/Makefile | 13 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-library-math.man3m.inc | 8 |
2 files changed, 14 insertions, 7 deletions
diff --git a/usr/src/man/man3m/Makefile b/usr/src/man/man3m/Makefile index f245da0479..e1eae9138d 100644 --- a/usr/src/man/man3m/Makefile +++ b/usr/src/man/man3m/Makefile @@ -14,7 +14,7 @@ include ../../Makefile.master -MANSECT = 3m +MANSECT = 3m MANFILES = acos.3m \ acosh.3m \ @@ -124,9 +124,11 @@ MANFILES = acos.3m \ trunc.3m \ y0.3m -MANLINKS= fesetenv.3m \ - fesetexceptflag.3m \ - fesetround.3m +MANLINKS= fesetenv.3m \ + fesetexceptflag.3m \ + fesetround.3m \ + nanf.3m \ + nanl.3m fesetenv.3m := LINKSRC = fegetenv.3m @@ -134,6 +136,9 @@ fesetexceptflag.3m := LINKSRC = fegetexceptflag.3m fesetround.3m := LINKSRC = fegetround.3m +nanf.3m := LINKSRC = nan.3m +nanl.3m := LINKSRC = nan.3m + .KEEP_STATE: include ../Makefile.man diff --git a/usr/src/pkg/manifests/system-library-math.man3m.inc b/usr/src/pkg/manifests/system-library-math.man3m.inc index 3187e5f6fc..243966e4f6 100644 --- a/usr/src/pkg/manifests/system-library-math.man3m.inc +++ b/usr/src/pkg/manifests/system-library-math.man3m.inc @@ -55,11 +55,8 @@ file path=usr/share/man/man3m/fabs.3m file path=usr/share/man/man3m/fdim.3m file path=usr/share/man/man3m/feclearexcept.3m file path=usr/share/man/man3m/fegetenv.3m -link path=usr/share/man/man3m/fesetenv.3m target=fegetenv.3m file path=usr/share/man/man3m/fegetexceptflag.3m -link path=usr/share/man/man3m/fesetexceptflag.3m target=fegetexceptflag.3m file path=usr/share/man/man3m/fegetround.3m -link path=usr/share/man/man3m/fesetround.3m target=fegetround.3m file path=usr/share/man/man3m/feholdexcept.3m file path=usr/share/man/man3m/feraiseexcept.3m file path=usr/share/man/man3m/fesetprec.3m @@ -122,3 +119,8 @@ file path=usr/share/man/man3m/tanh.3m file path=usr/share/man/man3m/tgamma.3m file path=usr/share/man/man3m/trunc.3m file path=usr/share/man/man3m/y0.3m +link path=usr/share/man/man3m/fesetenv.3m target=fegetenv.3m +link path=usr/share/man/man3m/fesetexceptflag.3m target=fegetexceptflag.3m +link path=usr/share/man/man3m/fesetround.3m target=fegetround.3m +link path=usr/share/man/man3m/nanf.3m target=nan.3m +link path=usr/share/man/man3m/nanl.3m target=nan.3m |