diff options
author | rws <empty> | 1991-07-11 21:35:01 +0000 |
---|---|---|
committer | rws <empty> | 1991-07-11 21:35:01 +0000 |
commit | d43f50dadf5ccc6c9429f28da17f6832f63032e1 (patch) | |
tree | bf8ccaa010d4a5b963400a7868c6ac9f71a43753 /xc/programs/xconsole | |
parent | 7798a3b538df2090619cbf2315003364c0aacb68 (diff) |
add exitOnFail
Diffstat (limited to 'xc/programs/xconsole')
-rw-r--r-- | xc/programs/xconsole/xconsole.man | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/xc/programs/xconsole/xconsole.man b/xc/programs/xconsole/xconsole.man index ff6bc967b..45f8889df 100644 --- a/xc/programs/xconsole/xconsole.man +++ b/xc/programs/xconsole/xconsole.man @@ -4,7 +4,7 @@ xconsole - monitor system console messages .SH SYNOPSIS .ta 8n \fBxconsole\fP [-\fItoolkitoption\fP ...] [-file \fIfile-name\fP] -[-notify] [-stripNonprint] [-daemon] [-verbose] +[-notify] [-stripNonprint] [-daemon] [-verbose] [-exitOnFail] .SH DESCRIPTION The .I xconsole @@ -32,11 +32,16 @@ to place itself in the background, using fork/exit. When set, this option directs .I xconsole to display an informative message in the first line of the text buffer. +.TP 8 +.B \-exitOnFail +When set, this option directs +.I xconsole +to exit when it is unable to redirect the console output. .SH X DEFAULTS This program uses the .I Athena Text widget, look in the -.I Atena Widget Set +.I Athena Widget Set documentation for controlling it. .SH WIDGETS In order to specify resources, it is useful to know the hierarchy of |