From: Karel Zak Date: Mon, 2 Dec 2013 11:21:47 +0000 (+0100) Subject: setterm: fix -dump man page info X-Git-Tag: v2.25-rc1~707 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43298be931d6e70f007f025b89b2ff84090be4c9;p=thirdparty%2Futil-linux.git setterm: fix -dump man page info It seems that setterm -dump does not dump terminal attributes, but the man page says -dump includes the attributes. Let's fix the man page. Reported-by: Phillip Susi Signed-off-by: Karel Zak --- diff --git a/term-utils/setterm.1 b/term-utils/setterm.1 index 9b44333ee5..9f5b2292d7 100644 --- a/term-utils/setterm.1 +++ b/term-utils/setterm.1 @@ -101,7 +101,7 @@ Turns the terminal's cursor on or off. Sets the terminal's rendering options to the default values. .TP .BR \-dump " [\fI1-NR_CONS\fP]" -Writes a snapshot of the given virtual console (with attributes) to the file +Writes a snapshot of the given virtual console to the file specified in the \fB\-file\fP option, overwriting its contents; the default is screen.dump. Without an argument, dumps the current virtual console. Overrides \fB\-append\fP.