Skip to content

Commit 096b846

Browse files
committed
Updated manpage
1 parent 4488646 commit 096b846

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

man/create-man.sh

+2-2
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="25 Mar 2025"
19+
T2M_DATE="02 Abr 2025"
2020
T2M_NAME=scrot
21-
T2M_VERSION=1.12
21+
T2M_VERSION=1.12.1
2222
T2M_LEVEL=1
2323
T2M_DESC="command line screen capture utility"
2424
create-man

man/scrot.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" Text automatically generated by txt2man
2-
.TH scrot 1 "25 Mar 2025" "scrot-1.12" "command line screen capture utility"
2+
.TH scrot 1 "02 Abr 2025" "scrot-1.12.1" "command line screen capture utility"
33
.SH NAME
44
\fBscrot \fP- command line screen capture utility
55
\fB
@@ -278,9 +278,9 @@ When using \fB-s\fP, you can indicate the style of the line with \fB-l\fP.
278278

279279
mode=MODE MODE can be "auto", "edge" or "classic" without quotes.
280280
edge is the new selection, classic uses the old one.
281-
"auto" uses "edge" if no compositor is running, "classic"
282-
otherwise. "edge" ignores the style specifier and the -f flag,
283-
"classic" ignores the opacity specifier.
281+
"auto" uses "edge" if no compositor is running and -f flag
282+
isn't active, "classic" otherwise. "edge" ignores the style
283+
specifier, "classic" ignores the opacity specifier.
284284

285285
.fam T
286286
.fi

0 commit comments

Comments
 (0)