Skip to content

Commit eb18835

Browse files
author
smeyer
committed
more use of \manual
git-svn-id: https://svn.r-project.org/R/trunk@88891 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 159392e commit eb18835

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

src/library/base/man/Memory.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
}
5959

6060
\seealso{
61-
\emph{An Introduction to R} for more command-line options.
61+
\manual{R-intro}{Invoking R from the command line}
62+
for more command-line options.
6263

6364
\code{\link{Memory-limits}} for the design limitations.
6465

src/library/base/man/Startup.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@
220220
\code{\link{X11}} and \code{\link{quartz}}.
221221
#endif
222222

223-
\emph{An Introduction to R} for more command-line options: those
224-
affecting memory management are covered in the help file for
225-
\link{Memory}.
223+
\manual{R-intro}{Invoking R from the command line}
224+
for more command-line options: those affecting memory management are
225+
covered in \code{?\link{Memory}}.
226226

227227
\code{\link{readRenviron}} to read \file{.Renviron} files.
228228

src/library/base/man/parse.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ str2expression(text)
8383
\code{n = 1}, and \code{n < 0} will read until an \abbr{EOF} character is
8484
read. (The \abbr{EOF} character is \abbr{Ctrl}-Z for the Windows front-ends.) The
8585
line-length limit is 4095 bytes when reading from the console (which
86-
may impose a lower limit: see \sQuote{An Introduction to R}).
86+
may impose a lower limit).% see \manual{R-intro}{}
8787
8888
The default for \code{srcfile} is set as follows. If
8989
\code{keep.source} is not \code{TRUE}, \code{srcfile}

src/library/base/man/scan.Rd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,7 @@ scan(file = "", what = double(), nmax = -1, n = -1, sep = "",
232232
blank lines.
233233

234234
There is a line-length limit of 4095 bytes when reading from the
235-
console (which may impose a lower limit: see \sQuote{An Introduction
236-
to R}).
235+
console (which may impose a lower limit).% see \manual{R-intro}{}
237236

238237
There is a check for a user interrupt every 1000 lines if \code{what}
239238
is a list, otherwise every 10000 items.

src/library/base/man/showConnections.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ getAllConnections()
8989

9090
When \R is reading a script from a file, the \emph{file} is the
9191
\sQuote{console}: this is traditional usage to allow in-line data (see
92-
\sQuote{An Introduction to R} for an example).
92+
\manual{R-intro}{Scripting with R} for an example).
9393
}
9494
\value{
9595
\code{stdin()}, \code{stdout()} and \code{stderr()} return connection

0 commit comments

Comments
 (0)