summaryrefslogtreecommitdiffstats
path: root/tabbed.1
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-02-09 17:39:33 +0100
committerChristoph Lohmann <20h@r-36.net>2012-02-09 17:39:33 +0100
commitc79e3392413da488eecb2769473989d0c2c861c9 (patch)
tree1788d8acb8d521e730186a472df87a81176ac0dd /tabbed.1
parent3d12c416b82e4dd0b41d627752a165cbfb96d59a (diff)
downloadtabbed-c79e3392413da488eecb2769473989d0c2c861c9.tar.gz
Allow no automatic spawning of the command.
Diffstat (limited to 'tabbed.1')
-rw-r--r--tabbed.113
1 files changed, 12 insertions, 1 deletions
diff --git a/tabbed.1 b/tabbed.1
index b4c3765..09bd57b 100644
--- a/tabbed.1
+++ b/tabbed.1
@@ -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