From c7aae2ae8ae990aa173576614434ade65f3f47ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Sun, 4 Nov 2012 04:38:27 +0100 Subject: [PATCH] typo --- manuals/ponysay.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index b96666a7..bfbb56a7 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -638,7 +638,7 @@ especially for shell scripts. The command @command{__pony=$(ponysay -o 3>&1 1>/dev/null | grep ^pony\ file: | sed -e s/^pony\ file:\ //g) && (ponysay -of "$__pony" | ponythink -Wn -f "$__pony")} -will give you a pony thinking of herself. The command works on GNU Bash, but my +will give you a pony thinking of herself. The command works on GNU Bash, but may not work on less POSIX compatible shells. It works by first getting a random pony and use the extra information printed the file descriptor 3 (see @ref{Extra information}), and fetchs the file name with help of @command{grep} and @command{sed}. The file