denysdovhan / bash-handbook

:book: For those who wanna learn Bash
https://git.io/bash-handbook
5.69k stars 756 forks source link

Stray `undefined` in "Want to learn more?" section #50

Closed sumbach closed 8 years ago

sumbach commented 8 years ago

When I use the bash-handbook binary to display the handbook, the "Want to learn more?" section is formatted oddly (and includes stray instances of undefined in the output):

...
Thanks for reading this handbook!

# Want to learn more?

Here's a list of other literature covering Bash:

undefinedBash man page.  In many environments that you can run Bash, the help system `man` can display information about Bash, by running the c
ommand `man bash`.  For more information on the `man` command, see the web page ["The man Command"](http://www.linfo.org/man.html) hosted at [T
he Linux Information Project](http://www.linfo.org/).undefinedundefined["Bourne-Again SHell manual"](https://www.gnu.org/software/bash/manual/)
 in many formats, including HTML, Info, TeX, PDF, and Texinfo.  Hosted at <https://www.gnu.org/>.  As of 2016/01, this covers version 4.3, last
 updated 2015/02/02.undefinedundefined[Bash 3.2 Man page](https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/
bash.1.html) hosted at Apple's Mac Developer Library site.  As of 2016/01, this covers version 3.2, last updated 2006/09/28.undefined

# License
...