From 4d27b0a8733980577811ff79ca217a11c5c15ac6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 27 Oct 2012 22:50:17 +0200 Subject: wrapping options from issue #108 --- manuals/manpage.0 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manuals/manpage.0') diff --git a/manuals/manpage.0 b/manuals/manpage.0 index 5407e2c..62fc9eb 100644 --- a/manuals/manpage.0 +++ b/manuals/manpage.0 @@ -80,7 +80,9 @@ is added as an argument to \fI-q\fP. If one or more ponies are added as an argum to \fI-q\fP the pony will be selected randomly from that set of ponies. .TP .B \-W, \-\-wrap \fIcolumn\fP -The screen column where the message should be wrapped. +The screen column where the message should be wrapped, the balloons extra width is taken +into consideration. If the argument is not an integer, but starts instead with \fIn\fP, +no wrapping is done, and if it starts with \fIi\fP the width of the terminal is used. .TP .B \-A, \-\-all List all pony files, MLP-FiM and non-MLP-FiM, in this case the first list are MLP:FiM -- cgit From 99cfeea2d4f858a32f23ddf9031ed9593231428e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 27 Oct 2012 23:24:41 +0200 Subject: man: typo + info: update -W, balloon width consideration --- manuals/manpage.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manuals/manpage.0') diff --git a/manuals/manpage.0 b/manuals/manpage.0 index 62fc9eb..4985964 100644 --- a/manuals/manpage.0 +++ b/manuals/manpage.0 @@ -80,7 +80,7 @@ is added as an argument to \fI-q\fP. If one or more ponies are added as an argum to \fI-q\fP the pony will be selected randomly from that set of ponies. .TP .B \-W, \-\-wrap \fIcolumn\fP -The screen column where the message should be wrapped, the balloons extra width is taken +The screen column where the message should be wrapped, the balloon's extra width is taken into consideration. If the argument is not an integer, but starts instead with \fIn\fP, no wrapping is done, and if it starts with \fIi\fP the width of the terminal is used. .TP -- cgit From 7c50985a1313880564f98b705e3b4f7324b0d82e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 27 Oct 2012 23:43:38 +0200 Subject: spanish update on -W and prefer 'number' over 'integer' --- manuals/manpage.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manuals/manpage.0') diff --git a/manuals/manpage.0 b/manuals/manpage.0 index 4985964..fefc6ae 100644 --- a/manuals/manpage.0 +++ b/manuals/manpage.0 @@ -81,7 +81,7 @@ to \fI-q\fP the pony will be selected randomly from that set of ponies. .TP .B \-W, \-\-wrap \fIcolumn\fP The screen column where the message should be wrapped, the balloon's extra width is taken -into consideration. If the argument is not an integer, but starts instead with \fIn\fP, +into consideration. If the argument is not a number, but starts instead with \fIn\fP, no wrapping is done, and if it starts with \fIi\fP the width of the terminal is used. .TP .B \-A, \-\-all -- cgit