Revision: 1328
http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1328&view=rev
Author: warnes
Date: 2009-05-09 03:35:14 +0000 (Sat, 09 May 2009)
Log Message:
-----------
Escape $ in .Rd file to avoid latex issues
Modified Paths:
--------------
trunk/gtools/man/keywords.Rd
Modified: trunk/gtools/man/keywords.Rd
===================================================================
--- trunk/gtools/man/keywords.Rd 2009-05-09 03:26:19 UTC (rev 1327)
+++ trunk/gtools/man/keywords.Rd 2009-05-09 03:35:14 UTC (rev 1328)
@@ -11,7 +11,7 @@
\item{\dots}{Optional argumenst to pass to show.file()}
}
\details{
- This function simply determines the path $RHOME/doc/KEYWORDS and calls
+ This function simply determines the path \$RHOME/doc/KEYWORDS and calls
show.file() to display it.
}
\value{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|