From 43298be931d6e70f007f025b89b2ff84090be4c9 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 2 Dec 2013 12:21:47 +0100 Subject: [PATCH] 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 --- term-utils/setterm.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3