diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2020-06-17 15:56:04 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2020-06-17 15:56:04 -0400 |
commit | 8f1b54ee608af86d448a9981257fa58727dfe6fc (patch) | |
tree | 4a05012e325a15d1269674c67f285fab21d81676 /man | |
parent | 2741e9b381570f362732061dbca7835c8c185e9b (diff) |
add "-V" version-message
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/twm.man | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/man/twm.man b/man/twm.man index 35ea30f..619ddaa 100644 --- a/man/twm.man +++ b/man/twm.man @@ -43,8 +43,11 @@ .SH NAME twm \- Tab Window Manager for the X Window System .SH SYNTAX -\fBtwm \fP[ \fB\-display\fP \fIdpy\fP ] [ \fB\-s\fP ] -[ \fB\-f\fP \fIinitfile\fP ] [ \fB\-v\fP ] +\fBtwm \fP[ \fB\-display\fP \fIdpy\fP ] +[ \fB\-s\fP ] +[ \fB\-f\fP \fIinitfile\fP ] +[ \fB\-v\fP ] +[ \fB\-V\fP ] .SH DESCRIPTION \fITwm\fP is a window manager for the X Window System. It provides @@ -131,6 +134,9 @@ This option indicates that \fItwm\fP should print error messages whenever an unexpected X Error event is received. This can be useful when debugging applications but can be distracting in regular use. +.TP 8 +.B \-V +Tell \fItwm\fP to print its version to the standard output, and exit. .SH CUSTOMIZATION Much of \fItwm\fP's appearance and behavior can be controlled by providing a startup file in one of the following locations (searched in order for |