commit c776bb923767e4ca1fa1e6179cfc37e3d0babc0a parent 11794e5af35d61c0477e1a267c862939c2c8f674 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Mon, 16 Nov 2015 21:22:36 +0100 xscreenshot.1: convert to mandoc Diffstat:
M | xscreenshot.1 | | | 38 | ++++++++++++++++++++++---------------- |
1 file changed, 22 insertions(+), 16 deletions(-)
diff --git a/xscreenshot.1 b/xscreenshot.1 @@ -1,17 +1,23 @@ -.TH XSCREENSHOT 1 xscreenshot\-1.0 -.SH NAME -xscreenshot \- simple screenshot utility -.SH SYNOPSIS -.B xscreenshot -.RB [winid] -.SH OPTIONS -.TP -.B [winid] +.Dd November 16, 2015 +.Dt XSCREENSHOT 1 +.Os +.Sh NAME +.Nm xscreenshot +.Nd simple screenshot utility +.Sh SYNOPSIS +.Nm +.Op Ar winid +.Sh DESCRIPTION +.Nm +makes a screenshot of the screen or a window with id +.Ar winid +and writes image data in the Farbfeld format to stdout. +.Sh OPTIONS +.Bl -tag -width Ds +.It Ar 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! +.El +.Sh SEE ALSO +.Xr xprop 1 +.Sh AUTHORS +.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org