summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <[email protected]>2014-04-26 12:19:10 +0200
committerinfirit <[email protected]>2014-09-25 14:53:11 +0200
commit4e2bfeb7c30e025500ddb3489913bbc3d357e32c (patch)
tree1c03a55130be61e4a8542967bcebf4408dbd36f4
parent22234d3aa22e68a2cb146421d6bb8977f01463f3 (diff)
downloadmate-utils-4e2bfeb7c30e025500ddb3489913bbc3d357e32c.tar.bz2
mate-utils-4e2bfeb7c30e025500ddb3489913bbc3d357e32c.tar.xz
Fix several hyphens-used-as-minus-sign issues on two of the man pages
Closes https://github.com/mate-desktop/mate-utils/issues/64
-rw-r--r--gsearchtool/mate-search-tool.12
-rw-r--r--mate-screenshot/mate-screenshot.126
2 files changed, 14 insertions, 14 deletions
diff --git a/gsearchtool/mate-search-tool.1 b/gsearchtool/mate-search-tool.1
index b238d395..686a8cc9 100644
--- a/gsearchtool/mate-search-tool.1
+++ b/gsearchtool/mate-search-tool.1
@@ -26,7 +26,7 @@ apply additional search options.
uses the find, grep, and locate UNIX commands. The case
sensitivity of the search depends on your operating
system. For example, on Linux, the find, grep, and locate
-commands support the -i option, so all searches are
+commands support the \-i option, so all searches are
case-insensitive.
For full documentation see the
diff --git a/mate-screenshot/mate-screenshot.1 b/mate-screenshot/mate-screenshot.1
index 36261328..8728c2dc 100644
--- a/mate-screenshot/mate-screenshot.1
+++ b/mate-screenshot/mate-screenshot.1
@@ -1,50 +1,50 @@
.TH "MATE-SCREENSHOT" "1" "June 28, 2009" "" ""
.SH NAME
-mate-screenshot \- capture the screen, a window, or an user-defined area and save the snapshot image to a file.
+mate-screenshot \- capture the screen, a window, or an user\-defined area and save the snapshot image to a file.
.SH SYNOPSIS
.sp
-\fBmate-screenshot\fR [ \fB-w\fR ] [ \fB-a\fR ] [ \fB-b\fR ] [ \fB-B\fR ] [ \fB-d \fISECONDS\fB \fR ] [ \fB-e \fIEFFECT\fB \fR ] [ \fB-i\fR ] [ \fB--display \fIDISPLAY\fB \fR ]
+\fBmate-screenshot\fR [ \fB\-w\fR ] [ \fB\-a\fR ] [ \fB\-b\fR ] [ \fB\-B\fR ] [ \fB\-d \fISECONDS\fB \fR ] [ \fB\-e \fIEFFECT\fB \fR ] [ \fB\-i\fR ] [ \fB\-\-display \fIDISPLAY\fB \fR ]
.SH "DESCRIPTION"
.PP
\fBmate-screenshot\fR is a MATE utility for taking
-screenshots of the entire screen, a window or an user-defined area of the screen, with optional beutifying
+screenshots of the entire screen, a window or an user\-defined area of the screen, with optional beutifying
border effects.
.SH "OPTIONS"
.TP
-\fB-w, --window\fR
+\fB\-w, \-\-window\fR
Grab the current active window instead of the entire
screen.
.TP
-\fB-a, --area\fR
+\fB\-a, \-\-area\fR
Grab an area of the screen instead of the entire screen.
.TP
-\fB-b, --include-border\fR
+\fB\-b, \-\-include-border\fR
Include the window border within the screenshot.
.TP
-\fB-B, --remove-border\fR
+\fB\-B, \-\-remove-border\fR
Remove the window border from the screenshot.
.TP
-\fB-d, --delay=\fISECONDS\fB,\fR
+\fB\-d, \-\-delay=\fISECONDS\fB,\fR
Take the screenshot after the specified delay [in seconds].
.TP
-\fB-e, --effect=\fIEFFECT\fB,\fR
+\fB\-e, \-\-effect=\fIEFFECT\fB,\fR
Add an effect to the outside of the screenshot border.
\fIEFFECT\fR can be ``shadow''
(adding drop shadow), ``border'' (adding rectangular
space around the screenshot) or ``none'' (no effect).
Default is ``none''.
.TP
-\fB-i, --interactive\fR
+\fB\-i, \-\-interactive\fR
Interactively set options in a dialog.
.TP
-\fB--display=\fIDISPLAY\fB\fR
+\fB\-\-display=\fIDISPLAY\fB\fR
X display to use.
.TP
-\fB-?, -h, --help\fR
+\fB\-?, \-h, \-\-help\fR
Show a summary of the available options.
.PP
In addition, the usual GTK+ and MATE command line options apply.
-See the output of --help for details.
+See the output of \-\-help for details.
.PP
.SH "SEE ALSO"
.PP