]> gitweb.michael.orlitzky.com - haeredes.git/commit
doc: use POSIX shell syntax in the man page examples.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 2 Mar 2019 03:10:42 +0000 (22:10 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 2 Mar 2019 03:10:42 +0000 (22:10 -0500)
commit7b1f25b5a8f60c2f388eff66a4532f424820e1d6
treee765b330a1fddf9539cc7885f2ba5f9c6ebafe27
parent3f25fc286646f24a1f40e0acda74a6907d2f08f9
doc: use POSIX shell syntax in the man page examples.

The shell examples given in the man page use the "haeredes <<< foo"
syntax to feed the string "foo" into haeredes on stdin. That's a
Bash-only shortcut for "echo foo | haeredes", however, and the latter
works in all POSIX-compatible shells. So, this commit updates the
documentation to use the more reliable syntax.
doc/man1/haeredes.1