]> gitweb.michael.orlitzky.com - haeredes.git/commitdiff
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)
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.


No differences found