From 6399802ed76a89c5b8640f7e0853d59b8fec995c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 23 Oct 2012 19:10:23 +0200 Subject: typo fix in info manual + removed empty item in info manual change log --- manuals/ponysay.texinfo | 5 ++--- ponysay.pdf | Bin 413121 -> 413104 bytes 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index c65b2b5..3cf8131 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -1892,13 +1892,13 @@ and lower case and upper case English alphabet characters @code{a-z}. @cindex short options Command line arguments starting with either exactly one hyphen (@code{-}) or exactly one plus sign (@code{+}), and have exactly one character beyond that. They may be argumentless, -argumented, optionally argumented, or variadic (consumes are following arguments). +argumented, optionally argumented, or variadic (consumes all following arguments). @item long options @cindex long options Command line arguments starting with either at least two hyphens (@code{-}) or at least two plus signs (@code{+}), beyond that they have at least one character, but often at least one -work. They by be argumentless, argumented, optionally argumented, or variadic (consumes are +work. They by be argumentless, argumented, optionally argumented, or variadic (consumes all following arguments). @item completion @@ -1951,7 +1951,6 @@ sequences. @itemize @bullet @item New extraponies: @file{molestia} (Tumblr) -@item @end itemize @heading Version 2.8 diff --git a/ponysay.pdf b/ponysay.pdf index c5df187..9724c43 100644 Binary files a/ponysay.pdf and b/ponysay.pdf differ -- cgit