Fixing the manpage project name. - tabbed - tab interface for application suppo… | |
git clone git://git.suckless.org/tabbed | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 361ddc85d506c058562ccba7c68370d49733c928 | |
parent 9b007101f20b0f6cb011111486c79c34078b7b5d | |
Author: Christoph Lohmann <[email protected]> | |
Date: Wed, 21 Aug 2013 06:47:51 +0200 | |
Fixing the manpage project name. | |
Thanks Joerg Jung for noticing! | |
Diffstat: | |
M tabbed.1 | 3 ++- | |
1 file changed, 2 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/tabbed.1 b/tabbed.1 | |
@@ -40,7 +40,8 @@ closed. Mutually exclusive with -c. | |
will print the usage of tabbed. | |
.TP | |
.BI \-g " geometry" | |
-defines the X11 geometry string, which will fixate the height and width of st. | |
+defines the X11 geometry string, which will fixate the height and width of | |
+tabbed. | |
Them form is [=][<width>{xX}<height>][{+-}<xoffset>{+-}<yoffset>]. See | |
.BR XParseGeometry (3) | |
for further details. |