summaryrefslogtreecommitdiffstats
path: root/term-utils/setterm.1
diff options
context:
space:
mode:
authorSami Kerola2014-05-24 11:38:16 +0200
committerSami Kerola2014-05-26 17:35:59 +0200
commitb5700fe50644131245ccdd4dc0aae1b27b62a5d3 (patch)
treec6060c165dda35d3ff385759b8ac19714e83f2e5 /term-utils/setterm.1
parentsetterm: add usage() descriptions (diff)
downloadkernel-qcow2-util-linux-b5700fe50644131245ccdd4dc0aae1b27b62a5d3.tar.gz
kernel-qcow2-util-linux-b5700fe50644131245ccdd4dc0aae1b27b62a5d3.tar.xz
kernel-qcow2-util-linux-b5700fe50644131245ccdd4dc0aae1b27b62a5d3.zip
docs: setterm.1 add missing options to manual page and remove duplicate
Reviewed-by: Benno Schulenberg <bensberg@justemail.net> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'term-utils/setterm.1')
-rw-r--r--term-utils/setterm.120
1 files changed, 16 insertions, 4 deletions
diff --git a/term-utils/setterm.1 b/term-utils/setterm.1
index d15fd40e7..cc69617e4 100644
--- a/term-utils/setterm.1
+++ b/term-utils/setterm.1
@@ -52,6 +52,9 @@ cause problems for vi users.
Like \fB\-\-dump\fP, but appends to the snapshot file instead of overwriting
it. Only works if no \fB\-\-dump\fP options are given.
.TP
+\fB\-\-foreground\fP \fI8-color\fP|\fBdefault\fP (virtual consoles only)
+Sets the foreground text color.
+.TP
\fB\-\-background\fP \fI8-color\fP|\fBdefault\fP (virtual consoles only)
Sets the background text color.
.TP
@@ -106,16 +109,25 @@ 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.
.TP
-.BR \-\-append " [\fI1-NR_CONS\fP]"
-Like \fB\-\-dump\fP, but appends to the snapshot file instead of overwriting
-it. Only works if no \fB\-\-dump\fP options are given.
-.TP
.BI \-\-file " dumpfilename"
Sets the snapshot file name for any \fB\-\-dump\fP or \fB\-\-append\fP options
on the same command line. If this option is not present, the default is
screen.dump in the current directory. A path name that exceeds system
maximum will be truncated, see PATH_MAX from linux/limits.h for the value.
.TP
+\fB\-\-hbcolor\fP \fI16-color\fP (virtual consoles only)
+Sets the color for bold characters.
+.TP
+.B \-\-initialize
+Displays the terminal initialization string, which typically sets the
+terminal's rendering options, and other attributes to the default values.
+.TP
+.BR \-\-inversescreen " [" on | off "]"
+Swap foreground and background colors for the whole screen.
+.TP
+.BR \-\-linewrap " [" on | off "]"
+Continue on a new line when a line is full.
+.TP
.BR \-\-msg " [" on | off "] (virtual consoles only)"
Enables or disables the sending of kernel \fBprintk()\fP messages to the
console.