aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/RELEASE-NOTES-3.7.10.2.md4
-rw-r--r--docs/RELEASE-NOTES-3.7.11.md4
-rw-r--r--docs/RELEASE-NOTES-3.7.9.1.md6
-rw-r--r--docs/RELEASE-NOTES-3.7.9.3.md2
-rw-r--r--docs/doxygen/Doxyfile.in2
-rw-r--r--docs/doxygen/Doxyfile.swig_doc.in2
-rw-r--r--docs/doxygen/other/build_guide.dox.in14
-rw-r--r--docs/doxygen/other/packet_txrx.dox2
-rw-r--r--docs/doxygen/other/volk_guide.dox3
9 files changed, 17 insertions, 22 deletions
diff --git a/docs/RELEASE-NOTES-3.7.10.2.md b/docs/RELEASE-NOTES-3.7.10.2.md
index ff5638df3..77dee3297 100644
--- a/docs/RELEASE-NOTES-3.7.10.2.md
+++ b/docs/RELEASE-NOTES-3.7.10.2.md
@@ -21,7 +21,7 @@ release:
* Darek Kawamoto <darek@he360.com>
* Ethan Trewhitt <ethan.trewhitt@gtri.gatech.edu>
* Geof Nieboer <gnieboer@corpcomm.net>
-* Hatsune Aru <email witheld>
+* Hatsune Aru <email withheld>
* Jacob Gilbert <mrjacobagilbert@gmail.com>
* Jiří Pinkava <j-pi@seznam.cz>
* Johannes Demel <demel@ant.uni-bremen.de>
@@ -47,7 +47,7 @@ release:
* Sylvain Munaut <tnt@246tNt.com>
* Thomas Habets <habets@google.com>
* Tim O'Shea <tim.oshea753@gmail.com>
-* Tobias Blomberg <email witheld>
+* Tobias Blomberg <email withheld>
Bug Fixes
diff --git a/docs/RELEASE-NOTES-3.7.11.md b/docs/RELEASE-NOTES-3.7.11.md
index b1b118bb3..11831cca8 100644
--- a/docs/RELEASE-NOTES-3.7.11.md
+++ b/docs/RELEASE-NOTES-3.7.11.md
@@ -25,7 +25,7 @@ release and the incorporated maintenance release:
* Darek Kawamoto <darek@he360.com>
* Ethan Trewhitt <ethan.trewhitt@gtri.gatech.edu>
* Geof Gnieboer <gnieboer@corpcomm.net>
-* Hatsune Aru <email witheld>
+* Hatsune Aru <email withheld>
* Jacob Gilbert <mrjacobagilbert@gmail.com>
* Jiří Pinkava <j-pi@seznam.cz>
* Johannes Demel <demel@ant.uni-bremen.de>
@@ -56,7 +56,7 @@ release and the incorporated maintenance release:
* Sylvain Munaut <tnt@246tNt.com>
* Thomas Habets <habets@google.com>
* Tim O'Shea <tim.oshea753@gmail.com>
-* Tobias Blomberg <email witheld>
+* Tobias Blomberg <email withheld>
Changes
diff --git a/docs/RELEASE-NOTES-3.7.9.1.md b/docs/RELEASE-NOTES-3.7.9.1.md
index 0d1dca9f6..e3433cf77 100644
--- a/docs/RELEASE-NOTES-3.7.9.1.md
+++ b/docs/RELEASE-NOTES-3.7.9.1.md
@@ -63,8 +63,8 @@ where blocks (such as the delay block) would drop tags. Paul David stepped in
with his first contribution to GNU Radio with a fix.
Fix an issue with flat\_flowgraph calculating alignment by
-misinterpreting units of write and read indeces. This was only apparent when these
-indeces are non-zero (a flowgraph has stopped and restarted).
+misinterpreting units of write and read indices. This was only apparent when these
+indices are non-zero (a flowgraph has stopped and restarted).
Fix exceptions thrown in hier\_block2 constructors.
@@ -102,7 +102,7 @@ Maximum Deviation parameter for NBFM transmitter exposed to GRC
### gr-digital
Change the constellation receiver to inherit from control\_loop
-publically
+publicly
rather than the impl to better support the control port interface.
(closed issue \#876)
diff --git a/docs/RELEASE-NOTES-3.7.9.3.md b/docs/RELEASE-NOTES-3.7.9.3.md
index f092bcf66..2867fe939 100644
--- a/docs/RELEASE-NOTES-3.7.9.3.md
+++ b/docs/RELEASE-NOTES-3.7.9.3.md
@@ -75,7 +75,7 @@ Bug fixes
* gr-uhd: Fixed timing of set_sample_rate call during initialization
(Marcus Mueller)
-* gr-zmq: Accomodate gcc 6.x changes to casting requirements (Philip
+* gr-zmq: Accommodate gcc 6.x changes to casting requirements (Philip
Balister)
Numerous MSVC/mingw incompatibilities that have crept in the last few
diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in
index c47a758a5..3be1cbc23 100644
--- a/docs/doxygen/Doxyfile.in
+++ b/docs/doxygen/Doxyfile.in
@@ -1054,7 +1054,7 @@ HTML_STYLESHEET =
# user-defined cascading style sheet that is included after the standard
# style sheets created by doxygen. Using this option one can overrule
# certain style aspects. This is preferred over using HTML_STYLESHEET
-# since it does not replace the standard style sheet and is therefor more
+# since it does not replace the standard style sheet and is therefore more
# robust against future updates. Doxygen will copy the style sheet file to
# the output directory.
diff --git a/docs/doxygen/Doxyfile.swig_doc.in b/docs/doxygen/Doxyfile.swig_doc.in
index 63bd51de4..48e01f5cd 100644
--- a/docs/doxygen/Doxyfile.swig_doc.in
+++ b/docs/doxygen/Doxyfile.swig_doc.in
@@ -913,7 +913,7 @@ HTML_STYLESHEET =
# user-defined cascading style sheet that is included after the standard
# style sheets created by doxygen. Using this option one can overrule
# certain style aspects. This is preferred over using HTML_STYLESHEET
-# since it does not replace the standard style sheet and is therefor more
+# since it does not replace the standard style sheet and is therefore more
# robust against future updates. Doxygen will copy the style sheet file to
# the output directory.
diff --git a/docs/doxygen/other/build_guide.dox.in b/docs/doxygen/other/build_guide.dox.in
index d729e1997..f3b75cc23 100644
--- a/docs/doxygen/other/build_guide.dox.in
+++ b/docs/doxygen/other/build_guide.dox.in
@@ -20,7 +20,7 @@ binary installation process (the <b>apt-get</b> or \b apt system in Debian and
Ubuntu, <b>yum</b> or \b dnf in RedHat and Fedora, etc.). GNU Radio tries to keep an
up-to-date build guide for the majority of the supported operating
systems on gnuradio.org
-(http://gnuradio.org/redmine/projects/gnuradio/wiki/BuildGuide).
+(https://wiki.gnuradio.org/index.php/BuildGuide).
Not all dependencies are required for all components, and not all
components are required for a given installation. The list of required
@@ -39,6 +39,7 @@ first. Most recent systems have these packages available.
\li boost (>= @GR_BOOST_MIN_VERSION@) http://www.boost.org/users/download/
\li cppunit (>= @GR_CPPUNIT_MIN_VERSION@) http://freedesktop.org/wiki/Software/cppunit/
\li mako (>= @GR_MAKO_MIN_VERSION@) http://www.makotemplates.org/download.html
+\li log4cpp (>= 1.0) http://log4cpp.sourceforge.net/
A C/C++ compiler is also required. These are known to work:
@@ -90,16 +91,12 @@ audio-osx and audio-windows to be either satisfied or built.
\subsection dep_uhd uhd: The Ettus USRP Hardware Driver Interface
\li uhd (>= 3.5.5) https://www.ettus.com/downloads
-\subsection dep_gr_video_sdl gr-video-sdl: PAL and NTSC display
+\subsection dep_gr_video_sdl gr-video-sdl: PAL and NTSC display (rarely used)
\li SDL (>= 1.2.0) http://www.libsdl.org/download-1.2.php
-\subsection dep_gr_comedi gr-comedi: Comedi hardware interface
+\subsection dep_gr_comedi gr-comedi: Comedi hardware interface (only if you know what this is)
\li comedilib (>= 0.8.1) http://www.comedi.org/
-\subsection dep_gr_log gr-log: Logging Tools (Optional)
-\li log4cpp (>= 1.0) http://log4cpp.sourceforge.net/
-
-
<b>Optional</b>
\ref page_ctrlport may use various backends to perform the RPC
@@ -110,7 +107,6 @@ Currently, ControlPort only supports the Apache Thrift backend.
\li thrift (>= 0.9.2) https://thrift.apache.org/
-
\section build_gr_cmake Building GNU Radio
GNU Radio is built using the CMake build system
@@ -192,7 +188,7 @@ If not specified, the "Release" mode is the default.
\li ENABLE_STATIC_LIBS: build static library files. Default is False.
\li CMAKE_TOOLCHAIN_FILE: A toolchain file to setup the CMake environment for cross-compiling.
-Here are som other potentially helpful CMake flags. These are to help you specifically locate certain dependencies. While the CMake scripts themselves should generally find these for us, we can use these to help direct CMake to specific locations if we have installed a different version elsewhere on the system that CMake doesn't know about.
+Here are some other potentially helpful CMake flags. These are to help you specifically locate certain dependencies. While the CMake scripts themselves should generally find these for us, we can use these to help direct CMake to specific locations if we have installed a different version elsewhere on the system that CMake doesn't know about.
\li QWT_LIBRARIES: shared library to use for Qwt (in the form \<path\>/libqwt.so).
\li QWT_INCLUDE_DIRS: path to Qwt include files (e.g., /usr/include/qwt).
diff --git a/docs/doxygen/other/packet_txrx.dox b/docs/doxygen/other/packet_txrx.dox
index c481e7e20..31417779c 100644
--- a/docs/doxygen/other/packet_txrx.dox
+++ b/docs/doxygen/other/packet_txrx.dox
@@ -29,7 +29,7 @@ Typically, a packet consists of the following elements:
- The payload.
- A checksum, typically a CRC value, to validate the packet contents.
-At the transmitter stage, these are modulated and prepared for transmission (a forward error correction code may also be applied). Because the transmitter knows te packet length, is a trivial matter to create the transmit frames using the tagged stream blocks.
+At the transmitter stage, these are modulated and prepared for transmission (a forward error correction code may also be applied). Because the transmitter knows the packet length, is a trivial matter to create the transmit frames using the tagged stream blocks.
The receiver has to perform a multitude of things to obtain the packet again.
Most importantly, it has to convert an infinite stream (coming from the receiver
diff --git a/docs/doxygen/other/volk_guide.dox b/docs/doxygen/other/volk_guide.dox
index e5a55c171..1f8f128e4 100644
--- a/docs/doxygen/other/volk_guide.dox
+++ b/docs/doxygen/other/volk_guide.dox
@@ -51,8 +51,7 @@ all else fails, VOLK can fall back on the generic proto-kernel, which
will always work.
See <a
-href="http://gnuradio.org/redmine/projects/gnuradio/wiki/Volk">VOLK on
-gnuradio.org</a> for details on the VOLK naming scheme.
+href="http://libvolk.org</a> for details on the VOLK naming scheme.
\section volk_alignment Setting and Using Memory Alignment Information