Skip to content

Commit fb206ac

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

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

doc/NEWS.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
205205
\item \code{tools::Rd2HTML()} detects paragraphs in more cases of
206206
\verb{\Sexpr}-generated Rd code, fixing a regression in \R 3.6.0
207-
originally reported by Georgi Boshnakov and later also in \PR{18470}.
207+
originally reported by \I{Georgi Boshnakov} and later also in \PR{18470}.
208208
An inactive \verb{#ifdef} block no longer breaks the paragraph.
209209
}
210210
}

doc/manual/R-exts.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3208,7 +3208,7 @@ End users installing a source package can specify a standard by
32083208
something like @command{R CMD INSTALL --use-C17}. This overrides the
32093209
@samp{SystemRequirements} field, but not any @command{configure} file.
32103210

3211-
@node Using @command{cmake}
3211+
@node Using cmake
32123212
@subsection Using @command{cmake}
32133213

32143214
Packages often wish to include the sources of other software and compile

src/library/base/man/file.show.Rd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
\name{file.show}
77
\alias{file.show}
88
\title{Display One or More Text Files}
9-
\description{Display one or more (plain) text files, in a platform
10-
specific way, typically via a \sQuote{pager}.
9+
\description{
10+
Display one or more (plain) text files, in a platform-specific way,
11+
typically via a \sQuote{pager}.
1112
}
1213
\usage{
1314
file.show(\dots, header = rep("", nfiles),
@@ -17,7 +18,7 @@ file.show(\dots, header = rep("", nfiles),
1718
}
1819
\arguments{
1920
\item{\dots}{one or more character vectors containing the names of the
20-
files to be displayed. Paths with have \link{tilde expansion}.}
21+
files to be displayed. Paths will undergo \link{tilde expansion}.}
2122
\item{header}{character vector (of the same length as the number of files
2223
specified in \code{\dots}) giving a header for each file being
2324
displayed. Defaults to empty strings.}

src/library/base/man/find.package.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ packageNotFoundError(package, lib.loc, call = NULL)
4141
TRUE} a warning will be given about the named packages which are not
4242
found, and an error if none are. If \code{verbose} is true, warnings
4343
about packages found more than once are given. For a package to be
44-
returned it must contain a either a \file{Meta} subdirectory or a
44+
returned it must contain either a \file{Meta} subdirectory or a
4545
\file{DESCRIPTION} file containing a valid \code{version} field, but
4646
it need not be installed (it could be a source package if
4747
\code{lib.loc} was set suitably).

0 commit comments

Comments
 (0)