add manpage - xscreenshot - screen capture tool | |
git clone git://git.codemadness.org/xscreenshot | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 2d869ad3f9af08d8fd02fe07f8002a892ccfc2d2 | |
parent cb982e93f664eb8052bb180a5faac8fb02718a83 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Mon, 28 Jul 2014 14:46:11 +0000 | |
add manpage | |
Signed-off-by: Hiltjo Posthuma <[email protected]> | |
Diffstat: | |
A xscreenshot.1 | 17 +++++++++++++++++ | |
1 file changed, 17 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/xscreenshot.1 b/xscreenshot.1 | |
@@ -0,0 +1,17 @@ | |
+.TH XSCREENSHOT 1 xscreenshot\-1.0 | |
+.SH NAME | |
+xscreenshot \- simple screenshot utility | |
+.SH SYNOPSIS | |
+.B xscreenshot | |
+.RB [winid] | |
+.SH OPTIONS | |
+.TP | |
+.B [winid] | |
+the window id, can be in decimal or hexadecimal format. | |
+.SH DESCRIPTION | |
+Make a screenshot of the screen or a window. Write image data | |
+to stdout. | |
+.SH SEE ALSO | |
+.BR xprop(1) | |
+.SH BUGS | |
+Please report them! |