From: Michael Orlitzky Date: Sat, 2 Mar 2019 03:10:42 +0000 (-0500) Subject: doc: use POSIX shell syntax in the man page examples. X-Git-Tag: 0.5.1~7 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=commitdiff_plain;h=7b1f25b5a8f60c2f388eff66a4532f424820e1d6;hp=7b1f25b5a8f60c2f388eff66a4532f424820e1d6 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. ---