diff --git a/man/dataRetrieval-package.Rd b/man/dataRetrieval-package.Rd
index e53bf225fafa39a45c69dd7eeeb6ffd23b15b920..0c10d22571320e24d222f4805ece22660a1f82a3 100644
--- a/man/dataRetrieval-package.Rd
+++ b/man/dataRetrieval-package.Rd
@@ -8,7 +8,7 @@
 Package: \tab dataRetrieval\cr
 Type: \tab Package\cr
 Version: \tab 2.0.1\cr
-Date: \tab 2014-11-24\cr
+Date: \tab 2014-12-02\cr
 License: \tab Unlimited for this package, dependencies have more restrictive licensing.\cr
 Copyright: \tab This software is in the public domain because it contains materials
 that originally came from the United States Geological Survey, an agency of
diff --git a/man/readNWISdv.Rd b/man/readNWISdv.Rd
index fa2e63659908fbdbd0c5f872589286392aa2d9c0..bf0ddf0cb233165e46c7e1477694fca054333e0b 100644
--- a/man/readNWISdv.Rd
+++ b/man/readNWISdv.Rd
@@ -55,7 +55,7 @@ siteNumber <- '04085427'
 startDate <- '2012-01-01'
 endDate <- '2012-06-30'
 pCode <- '00060'
-
+\dontrun{
 rawDailyQ <- readNWISdv(siteNumber,pCode, startDate, endDate)
 rawDailyQAndTempMeanMax <- readNWISdv(siteNumber,c('00010','00060'),
        startDate, endDate, statCd=c('00001','00003'))
@@ -71,6 +71,7 @@ attr(x, "variableInfo")
 site <- "05212700"
 notActive <- readNWISdv(site, "00060", "2014-01-01","2014-01-07")
 }
+}
 \seealso{
 \code{\link{renameNWISColumns}}, \code{\link{importWaterML1}}
 }
diff --git a/man/readWQPqw.Rd b/man/readWQPqw.Rd
index 43355e432b9898cd4619365e1458c1eccc6314db..a40c6126fd315db3783bc4adf142342102c53ff8 100644
--- a/man/readWQPqw.Rd
+++ b/man/readWQPqw.Rd
@@ -6,6 +6,8 @@
 readWQPqw(siteNumbers, parameterCd, startDate = "", endDate = "")
 }
 \arguments{
+\item{siteNumbers}{character site number. This needs to include the full agency code prefix.}
+
 \item{parameterCd}{vector of USGS 5-digit parameter code or characteristicNames.
 Leaving this blank will return all of the measured values during the specified time period.}
 
@@ -14,8 +16,6 @@ retrieval for the earliest possible record.}
 
 \item{endDate}{character ending date for data retrieval in the form YYYY-MM-DD. Default is "" which indicates
 retrieval for the latest possible record.}
-
-\item{siteNumber}{character site number. This needs to include the full agency code prefix.}
 }
 \value{
 A data frame with at least the following columns: