Skip to content

Commit

Permalink
Typos.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@48138 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
murdoch committed Mar 17, 2009
1 parent b3475a3 commit 6625ba1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/library/tools/man/parse_Rd.Rd
Expand Up @@ -7,7 +7,7 @@
\alias{parse_Rd}
\title{ Parse an Rd file }
\description{
This function reads an R documentation (Rd) file anad parses it, for
This function reads an R documentation (Rd) file and parses it, for
processing by other functions.

It is \bold{experimental}.
Expand All @@ -27,7 +27,7 @@ parse_Rd(file, srcfile = NULL, encoding = "unknown", verbose = FALSE)
\details{
This experimental function parses Rd files according to the
specification given in
\url{http://developer.r-project.org/ParseRd.pdf}. At the current
\url{http://developer.r-project.org/parseRd.pdf}. At the current
writing, this is not identical to the rules used by other tools: it
is somewhat stricter.
}
Expand All @@ -44,7 +44,7 @@ parse_Rd(file, srcfile = NULL, encoding = "unknown", verbose = FALSE)
These functions are still experimental. Names, interfaces and values
might change in future versions.
}
\references{ \url{http://developer.r-project.org/ParseRd.pdf} }
\references{ \url{http://developer.r-project.org/parseRd.pdf} }
\author{ Duncan Murdoch }
\seealso{
\code{\link{Rd2HTML}}.
Expand Down

0 comments on commit 6625ba1

Please sign in to comment.