From cb4fe2b020a3553c7eccd307c7087efd51f27025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Sat, 3 Nov 2012 20:24:09 +0100 Subject: [PATCH] typo --- manuals/ponysay.texinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 94a4337f..c7c16378 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -639,8 +639,8 @@ 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 -Wi -f "$__pony")} will give you a pony thinking of herself. The command works on GNU Bash, but my -not work one 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}), +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 name is stored in a shell variable. It the pipes one an execute of ponysay into another executing, using the stored file anme in both executions.