summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2014-10-31 12:54:07 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2014-10-31 12:54:07 -0700
commit415fab407155b12c82109e2b236f01d4b187d3c1 (patch)
tree9531c22cde06753ce0903a7fab8b1423f807cd25
parent69477ad4a0a38c3a2968440fad41d7890aff61b6 (diff)
parent6221cdadf1790e62074a9804e266b8fc315da62c (diff)
Merge remote-tracking branch 'uwehermann/readme_fixes' into maint
-rw-r--r--README4
-rw-r--r--README.building-boost4
-rw-r--r--README.hacking6
3 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index 8546181beb..f460dd76ab 100644
--- a/README
+++ b/README
@@ -48,9 +48,9 @@ How to Build GNU Radio:
For more complete instructions, see the "Building GNU Radio" page in
the GNU Radio manual (can be built or found online at
-http://gnuradio.org/doc/doxygen/page_build.html).
+http://gnuradio.org/doc/doxygen/build_guide.html).
-See these steps fow a quick build guide.
+See these steps for a quick build guide.
(1) Ensure that you've satisfied the external dependencies. These
dependencies are listed in the manual's build page and are not
diff --git a/README.building-boost b/README.building-boost
index 9833f2ce42..5b5f5f7c70 100644
--- a/README.building-boost
+++ b/README.building-boost
@@ -10,11 +10,11 @@ There are two recommended methods:
Installing boost using the PyBOMBS utility, or building it from a source
tarball.
-1. Installing Boost using ByBOMBS
+1. Installing Boost using PyBOMBS
---------------------------------
Following http://gnuradio.org/redmine/projects/pybombs/wiki/Using you can
-install a recent boost by downloading and executing the PyBombs utility:
+install a recent boost by downloading and executing the PyBOMBS utility:
# go to a directory you have write access to
$ git clone git://github.com/pybombs/pybombs
diff --git a/README.hacking b/README.hacking
index 4e3a6a393e..11057c8c65 100644
--- a/README.hacking
+++ b/README.hacking
@@ -91,7 +91,7 @@ All class static data members shall begin with s_<foo>.
** File names
-Each significant class shall be contained in it's own file.
+Each significant class shall be contained in its own file.
* Storage management
@@ -225,7 +225,7 @@ If your application has a verbose option, use:
If your application allows the user to specify the "fast USB" options, use:
add_option("", "--fusb-block-size", type="intx", default=0,
- help="specify fast usb block size [default=%default]")
+ help="specify fast USB block size [default=%default]")
add_option("", "--fusb-nblocks", type="intx", default=0,
- help="specify number of fast usb blocks [default=%default]")
+ help="specify number of fast USB blocks [default=%default]")