summaryrefslogtreecommitdiffstats
path: root/term-utils/setterm.1
diff options
context:
space:
mode:
authorKarel Zak2013-12-02 12:21:47 +0100
committerKarel Zak2013-12-02 12:21:47 +0100
commit43298be931d6e70f007f025b89b2ff84090be4c9 (patch)
tree7f77dd0724240f0aaab2c3c90b955322ce653d64 /term-utils/setterm.1
parentagetty: support the special terminal on first serial line on a S/390 (diff)
downloadkernel-qcow2-util-linux-43298be931d6e70f007f025b89b2ff84090be4c9.tar.gz
kernel-qcow2-util-linux-43298be931d6e70f007f025b89b2ff84090be4c9.tar.xz
kernel-qcow2-util-linux-43298be931d6e70f007f025b89b2ff84090be4c9.zip
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 <psusi@ubuntu.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'term-utils/setterm.1')
-rw-r--r--term-utils/setterm.12
1 files changed, 1 insertions, 1 deletions
diff --git a/term-utils/setterm.1 b/term-utils/setterm.1
index 9b44333ee..9f5b2292d 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.