diff --git a/README-RPM.md b/README-RPM.md
index a8b2d88f4..70cd1b61e 100644
--- a/README-RPM.md
+++ b/README-RPM.md
@@ -40,17 +40,17 @@ sudo yum install rpmlint
### Build source-RPM only
```
rpmbuild -bs miller.spec
-Wrote: /your/home/dir/rpmbuild/SRPMS/mlr-3.3.2-1.el6.src.rpm
+Wrote: /your/home/dir/rpmbuild/SRPMS/miller-3.3.2-1.el6.src.rpm
```
```
-rpm -qpl ../SRPMS/mlr-3.3.2-1.el6.src.rpm
+rpm -qpl ../SRPMS/miller-3.3.2-1.el6.src.rpm
mlr-3.3.2.tar.gz
miller.spec
```
```
-rpm -qpi ../SRPMS/mlr-3.3.2-1.el6.src.rpm
+rpm -qpi ../SRPMS/miller-3.3.2-1.el6.src.rpm
Name : mlr Relocations: (not relocatable)
Version : 3.3.2 Vendor: (none)
Release : 1.el6 Build Date: Sun 07 Feb 2016 09:43:39 PM EST
@@ -75,13 +75,13 @@ rpmbuild -ba miller.spec
```
```
-rpm -qpl ../RPMS/x86_64//mlr-3.3.2-1.el6.x86_64.rpm
+rpm -qpl ../RPMS/x86_64//miller-3.3.2-1.el6.x86_64.rpm
/usr/bin/mlr
/usr/share/man/man1/mlr.1.gz
```
```
-sudo rpm -ivh ../RPMS/x86_64/mlr-3.3.2-1.el6.x86_64.rpm
+sudo rpm -ivh ../RPMS/x86_64/miller-3.3.2-1.el6.x86_64.rpm
Preparing... ########################################### [100%]
1:mlr ########################################### [100%]
```
diff --git a/doc/build.html b/doc/build.html
index bd692a514..1790d8f3c 100644
--- a/doc/build.html
+++ b/doc/build.html
@@ -413,9 +413,9 @@ copyright.
mlr.static to ../mlr.{arch}. (This may require as prerequisite sudo yum install glibc-static or the like.)
ldd mlr.static and make sure it says not a dynamic executable.mv mlr.static ../mlr.linux_x86_65
+ mv mlr.static ../mlr.linux_x86_64
mlr-3.4.0.tar.gz and SRPM mlr-3.4.0-1.el6.src.rpm from buildbox,
+ Pull back release tarball mlr-3.4.0.tar.gz and SRPM miller-3.4.0-1.el6.src.rpm from buildbox,
and mlr.{arch} binaries from whatever buildboxes.
Download mlr.exe and msys-2.0.dll from
https://ci.appveyor.com/project/johnkerl/miller/build/artifacts.
diff --git a/doc/content-for-build.html b/doc/content-for-build.html
index 04795755d..b87de7475 100644
--- a/doc/content-for-build.html
+++ b/doc/content-for-build.html
@@ -301,9 +301,9 @@ copyright.
mlr.static to ../mlr.{arch}. (This may require as prerequisite sudo yum install glibc-static or the like.)
ldd mlr.static and make sure it says not a dynamic executable.mv mlr.static ../mlr.linux_x86_65
+ mv mlr.static ../mlr.linux_x86_64
mlr-3.4.0.tar.gz and SRPM mlr-3.4.0-1.el6.src.rpm from buildbox,
+ Pull back release tarball mlr-3.4.0.tar.gz and SRPM miller-3.4.0-1.el6.src.rpm from buildbox,
and mlr.{arch} binaries from whatever buildboxes.
Download mlr.exe and msys-2.0.dll from
https://ci.appveyor.com/project/johnkerl/miller/build/artifacts.