Skip to content

Commit 6a88f06

Browse files
committed
Updated manpage
1 parent e824c00 commit 6a88f06

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

man/create-man.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
TEST=$(txt2man -h 2> /dev/null)
99
[ "$TEST" ] || { echo -e "\nYou need to install txt2man, from https://github.com/mvertes/txt2man.\n"; exit 1; }
1010

11-
T2M_DATE="18 August 2019"
11+
T2M_DATE="16 April 2020"
1212
T2M_NAME=scrot
13-
T2M_VERSION=1.2
13+
T2M_VERSION=1.3
1414
T2M_LEVEL=1
1515
T2M_DESC="command line screen capture utility"
1616

man/scrot.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" Text automatically generated by txt2man
2-
.TH scrot 1 "18 August 2019" "scrot-1.2" "command line screen capture utility"
2+
.TH scrot 1 "16 April 2020" "scrot-1.3" "command line screen capture utility"
33
.SH NAME
44
\fBscrot \fP- command line screen capture utility
55
\fB
@@ -43,7 +43,7 @@ Output version information and exit.
4343
.TP
4444
.B
4545
\fB-D\fP, \fB--display\fP
46-
Specify the display to use; see X(7).
46+
Specify the display to use; see \fBX\fP(7).
4747
.TP
4848
.B
4949
\fB-a\fP, \fB--autoselect\fP

man/scrot.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DESCRIPTION
2222
OPTIONS
2323
-h, --help Display help output and exit.
2424
-v, --version Output version information and exit.
25-
-D, --display specify the display to use; see X(7).
25+
-D, --display Specify the display to use; see X(7).
2626
-a, --autoselect Non-interactively choose a rectangle of x,y,w,h.
2727
-b, --border When selecting a window, grab wm border too.
2828
-c, --count Display a countdown when used with delay.

0 commit comments

Comments
 (0)