Skip to content

Commit 7f468be

Browse files
author
smeyer
committed
spelling/markup
git-svn-id: https://svn.r-project.org/R/trunk@88382 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent e9a5fb9 commit 7f468be

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

doc/manual/R-admin.texi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ wget -r -l1 --no-parent -A\*.gz -nd -P src/library/Recommended \
209209

210210
@R{} will configure and build under most common Unix and Unix-alike
211211
platforms including @samp{@var{cpu}-*-linux-gnu} for the
212-
@cputype{alpha}, @cputype{arm64} (also known as @cputype{aarch64},
212+
@cputype{alpha}, @cputype{arm64} (also known as @cputype{aarch64}),
213213
@cputype{ix86}, @cputype{mips}, @cputype{mipsel}#, @cputype{ppc64},
214214
@cputype{riscv64}, @cputype{s390x}, @cputype{sparc64}, and
215215
@cputype{x86_64} @acronym{CPU}s,
@@ -221,7 +221,7 @@ platforms including @samp{@var{cpu}-*-linux-gnu} for the
221221
some as @samp{arm64-@/apple-@/darwin}.} and
222222
@samp{x86_64-@/apple-@/darwin} as well as perhaps (it is
223223
tested less frequently on these platforms) @samp{x86_64-@/*-@/freebsd},
224-
@samp{x86_64-@/*-@/openbsd} and @samp{powerpc-@/ibm-@/aix6*}
224+
@samp{x86_64-@/*-@/openbsd} and @samp{powerpc-@/ibm-@/aix6*}.
225225

226226
Only 64-bit platforms are tested regularly, and @command{configure}
227227
will warn if it encounters a 32-bit one.

src/library/base/man/extSoftVersion.Rd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ extSoftVersion()
2727
\item{zlib}{The version of \code{zlib} in use.}
2828
\item{bzlib}{The version of \code{bzlib} (from \command{bzip2}) in use.}
2929
\item{xz}{The version of \code{liblzma} (from \command{xz}) in use.}
30-
\item{libdeflate}{The version of \code{libdeflate} (if any otherwise
30+
\item{libdeflate}{The version of \code{libdeflate} (if any, otherwise
3131
\code{""}) used when \R was built.}
32-
\item{zstd}{The version of \code{zstd} (from \command{zstd}) in use (if
33-
any, otherwise \code{""}).}
32+
\item{zstd}{The version of \code{libzstd} (from \command{zstd}) in use
33+
(if any, otherwise \code{""}).}
3434
\item{PCRE}{The version of \code{PCRE} in use. PCRE1 has versions < 10.00,
3535
PCRE2 has versions >= 10.00.}
3636
\item{ICU}{The version of \code{ICU} in use (if any, otherwise \code{""}).}
@@ -51,7 +51,7 @@ extSoftVersion()
5151
several items separated by spaces, the version number being the
5252
second.
5353

54-
For \code{iconv} this will give the implementation as well as the
54+
For \code{\link{iconv}} this will give the implementation as well as the
5555
version, for example \code{"GNU libiconv 1.14"}, \code{"glibc
5656
2.18"} or \code{"win_iconv"} (which has no version number).
5757

src/library/base/man/match.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ x \%in\% table
5858
complex < character) before matching. If \code{incomparables} has
5959
positive length it is coerced to the common type.
6060
61-
One exception to the above happens when \code{match()}ing
61+
One exception to the above happens when \I{\code{match()}ing}
6262
\code{\link{Date}} objects and \code{\link{character}}s. There, the
6363
character argument is coerced to \code{"Date"} (via
6464
\code{\link{as.Date.character}()}) before the above \code{mtfrm()} is

src/library/stats/man/quantile.Rd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ quantile(x, \dots)
8686
\eqn{j = \lfloor np + m\rfloor}{j = floor(np + m)} and \eqn{g = np + m - j},
8787
and \eqn{m} is a constant determined by the sample quantile type.
8888
89-
\strong{Discontinuous sample quantile types 1, 2, and 3}
89+
\subsection{Discontinuous sample quantile types 1, 2, and 3}{
9090
9191
For types 1, 2 and 3, \eqn{Q_i(p)}{Q[i](p)} is a discontinuous
9292
function of \eqn{p}, with \eqn{m = 0} when \eqn{i = 1} and \eqn{i =
@@ -103,7 +103,8 @@ quantile(x, \dots)
103103
and 1 otherwise.}
104104
}
105105
106-
\strong{Continuous sample quantile types 4 through 9}
106+
}
107+
\subsection{Continuous sample quantile types 4 through 9}{
107108
108109
For types 4 through 9, \eqn{Q_i(p)}{Q[i](p)} is a continuous function
109110
of \eqn{p}, with \eqn{\gamma = g}{gamma = g} and \eqn{m} given below. The
@@ -148,6 +149,8 @@ quantile(x, \dots)
148149
the expected order statistics if \code{x} is normally distributed.
149150
}
150151
}
152+
}
153+
151154
Further details are provided in \bibcite{Hyndman and Fan (1996)} who
152155
recommended type 8.
153156
The default method is type 7, as used by S and by \R < 2.0.0.

src/library/tcltk/man/TclInterface.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ tclVersion(with_patchlevel = FALSE)
151151
character mode and inserted in the command string, but window objects
152152
are passed using their ID string, and callbacks are passed via the
153153
result of \code{.Tcl.callback}. Tags are converted to option flags
154-
simply by prepending a \code{-}
154+
simply by prepending a \samp{-}.
155155

156156
\code{.Tcl.args.objv} serves a similar purpose as \code{.Tcl.args} but
157157
produces a list of \code{tclObj} objects suitable for passing to
@@ -267,10 +267,10 @@ system is active; if \code{FALSE}, only the Tcl interpreter is available.
267267
found but is not compatible with the Tcl/Tk version in use.
268268
269269
\code{tclVersion} optionally returns the full Tcl version as a
270-
character string such as \code{"8.6.16"} or \code{"9.0.1"}). NB: the
270+
character string such as \code{"8.6.16"} or \code{"9.0.1"}. NB: the
271271
\sQuote{patch level} is not necessarily numeric, e.g.\sspace{}for
272272
version \code{9.0b1}.
273-
(\R{} versions before 8.6.0 reported the full version including the
273+
(\R{} versions before 4.6.0 reported the full version including the
274274
\sQuote{patch level}.)
275275
}
276276
\note{

0 commit comments

Comments
 (0)