Skip to content

Commit edc06a3

Browse files
author
maechler
committed
mv comments
git-svn-id: https://svn.r-project.org/R/trunk@87503 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent faf9394 commit edc06a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/manual/R-exts.texi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7275,9 +7275,6 @@ file @file{Normal.Rd} documents the density, distribution function,
72757275
quantile function and generation of random variates for the normal
72767276
distribution, and hence starts with
72777277

7278-
@c dnorm is remapped to Rf_dnorm4
7279-
@c pnorm is remapped to Rf_pnorm5
7280-
@c qnorm is remapped to Rf_qnorm5
72817278
@example
72827279
@group
72837280
\name@{Normal@}
@@ -15768,6 +15765,9 @@ distributions are available as entry points.
1576815765
The arguments for the entry points follow the pattern of those for the
1576915766
normal distribution:
1577015767

15768+
@c dnorm is remapped to Rf_dnorm4
15769+
@c pnorm is remapped to Rf_pnorm5
15770+
@c qnorm is remapped to Rf_qnorm5
1577115771
@example
1577215772
@group
1577315773
double dnorm(double @var{x}, double @var{mu}, double @var{sigma}, int @var{give_log});

0 commit comments

Comments
 (0)