diff options
| author | Christoph Lohmann <20h@r-36.net> | 2012-02-09 17:39:33 +0100 |
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2012-02-09 17:39:33 +0100 |
| commit | c79e3392413da488eecb2769473989d0c2c861c9 (patch) | |
| tree | 1788d8acb8d521e730186a472df87a81176ac0dd /tabbed.1 | |
| parent | 3d12c416b82e4dd0b41d627752a165cbfb96d59a (diff) | |
| download | tabbed-c79e3392413da488eecb2769473989d0c2c861c9.tar.gz | |
Allow no automatic spawning of the command.
Diffstat (limited to 'tabbed.1')
| -rw-r--r-- | tabbed.1 | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -4,16 +4,27 @@ tabbed \- generic tabbed interface .SH SYNOPSIS .B tabbed .RB [ \-d ] +.RB [ \-h ] +.RB [ \-s ] .RB [ \-v ] .IR command ... .SH DESCRIPTION .B tabbed -is a simple tabbed container for applications which support XEmbed. +is a simple tabbed container for applications which support XEmbed. Tabbed +will then run the provides command with the xid of tabbed as appended +argument. (See EXAMPLES.) The automatic spawning of the command can be +disabled by provoding the -s parameter. .SH OPTIONS .TP .B \-d detaches tabbed from the terminal and prints its XID to stdout. .TP +.B \-h +will print the usage of tabbed. +.TP +.B \-s +will disable automatic spawning of the command. +.TP .B \-v prints version information to stderr, then exits. .SH USAGE |