Skip to content

Commit 2f2711e

Browse files
committed
Updated manpage
1 parent e4fc86c commit 2f2711e

File tree

3 files changed

+21
-10
lines changed

3 files changed

+21
-10
lines changed

man/create-man.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ txt2man -d "$T2M_DATE" -t $T2M_NAME -r $T2M_NAME-$T2M_VERSION -s $T2M_LEVEL -v "
1616
#--------------------------------------------------------
1717

1818
# Put here all data for your first manpage (in T2M lines)
19-
T2M_DATE="09 Nov 2021"
19+
T2M_DATE="09 Jan 2023"
2020
T2M_NAME=scrot
21-
T2M_VERSION=1.7
21+
T2M_VERSION=1.8
2222
T2M_LEVEL=1
2323
T2M_DESC="command line screen capture utility"
2424
create-man

man/scrot.1

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
.\" Text automatically generated by txt2man
2-
.TH scrot 1 "09 Nov 2021" "scrot-1.7" "command line screen capture utility"
2+
.TH scrot 1 "09 Jan 2023" "scrot-1.8" "command line screen capture utility"
33
.SH NAME
44
\fBscrot \fP- command line screen capture utility
55
\fB
66
.SH SYNOPSIS
77
.nf
88
.fam C
9-
\fBscrot\fP [\fB-bcfhikmopsuvz\fP] [\fB-a\fP \fIX,Y,W,H\fP] [\fB-C\fP \fINAME\fP] [\fB-D\fP \fIDISPLAY\fP] [\fB-d\fP \fISEC\fP] [\fB-e\fP \fICMD\fP]
10-
[\fB-F\fP \fIFILE\fP] [\fB-l\fP \fISTYLE\fP] [\fB-n\fP \fIOPTS\fP] [\fB-q\fP \fINUM\fP] [\fB-S\fP \fICMD\fP] [\fB-t\fP \fINUM\fP | \fIGEOM\fP] [\fIFILE\fP]
9+
\fBscrot\fP [\fB-bcfhimopuvz\fP] [\fB-a\fP \fIX,Y,W,H\fP] [\fB-C\fP \fINAME\fP] [\fB-D\fP \fIDISPLAY\fP] [\fB-d\fP \fISEC\fP] [\fB-e\fP \fICMD\fP]
10+
[\fB-F\fP \fIFILE\fP] [\fB-k\fP \fIOPT\fP] [\fB-l\fP \fISTYLE\fP] [\fB-M\fP \fINUM\fP] [\fB-n\fP \fIOPTS\fP] [\fB-q\fP \fINUM\fP] [\fB-S\fP \fICMD\fP] [\fB-s\fP \fIOPTS\fP]
11+
[\fB-t\fP \fINUM\fP | \fIGEOM\fP] [\fIFILE\fP]
1112

1213
.fam T
1314
.fi
@@ -81,9 +82,9 @@ Display help and exit.
8182
Don't exit for keyboard input. ESC still exits.
8283
.TP
8384
.B
84-
\fB-k\fP, \fB--stack\fP OPT
85+
\fB-k\fP, \fB--stack\fP \fIOPT\fP
8586
Capture stack/overlapped windows and join them. A
86-
running Composite Manager is needed. OPT it's optional
87+
running Composite Manager is needed. \fIOPT\fP it's optional
8788
join letter: v/h (vertical/horizontal). Default: h
8889
.TP
8990
.B
@@ -92,6 +93,10 @@ join letter: v/h (vertical/horizontal). Default: h
9293
option is used; see SELECTION \fISTYLE\fP.
9394
.TP
9495
.B
96+
\fB-M\fP, \fB--monitor\fP \fINUM\fP
97+
Capture Xinerama monitor number \fINUM\fP.
98+
.TP
99+
.B
95100
\fB-m\fP, \fB--multidisp\fP
96101
For multiple heads, screenshot all of them in order.
97102
.TP
@@ -122,10 +127,10 @@ file size. Default: 75.
122127
\fICMD\fP is an imlib2 script.
123128
.TP
124129
.B
125-
\fB-s\fP, \fB--select\fP OPT
130+
\fB-s\fP, \fB--select\fP \fIOPTS\fP
126131
Interactively select a window or rectangle with the
127132
mouse, use the arrow keys to resize. See the \fB-l\fP and
128-
\fB-f\fP options. OPT it's optional; see SELECTION MODE
133+
\fB-f\fP options. \fIOPTS\fP it's optional; see SELECTION MODE
129134
.TP
130135
.B
131136
\fB-t\fP, \fB--thumb\fP \fINUM\fP | \fIGEOM\fP
@@ -169,6 +174,7 @@ recognised by \fBscrot\fP:
169174
$s The image's size in bytes (ignored when used in the filename).
170175
$t The image's file format (ignored when used in the filename).
171176
$w The image's width.
177+
$W The name of the window (only for --select and --focused).
172178
\\n A literal newline (ignored when used in the filename).
173179

174180
.fam T
@@ -290,6 +296,8 @@ Example:
290296

291297
.fam T
292298
.fi
299+
.SH SEE ALSO
300+
\fBoptipng\fP(1)
293301
.SH AUTHOR
294302
\fBscrot\fP was originally developed by Tom Gilbert.
295303
.PP

man/scrot.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ SPECIAL STRINGS
8383
$s The image's size in bytes (ignored when used in the filename).
8484
$t The image's file format (ignored when used in the filename).
8585
$w The image's width.
86-
$W The name of the window (only for --select and --focused)
86+
$W The name of the window (only for --select and --focused).
8787
\\n A literal newline (ignored when used in the filename).
8888

8989
Example:
@@ -172,6 +172,9 @@ NOTE FORMAT
172172
$ scrot -n "-f '/usr/share/fonts/TTF/DroidSans-Bold/40' -x 10
173173
-y 20 -c 255,0,0,255 -t 'Hi'"
174174

175+
SEE ALSO
176+
optipng(1)
177+
175178
AUTHOR
176179
scrot was originally developed by Tom Gilbert.
177180

0 commit comments

Comments
 (0)