summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-06-08 23:02:14 +0200
committerDave Davenport <qball@blame.services>2021-06-08 23:02:14 +0200
commitd4a73278f24be5ccdcdca31ac1cba4afc0befcf3 (patch)
treea2074919a6a4975a549df32b39aa94ecb59b80eb
parentc2601e08e1f1f7ac328cfa1b803c3a85632627ae (diff)
[Doc] Small textual tweak.
-rw-r--r--doc/rofi.16
-rw-r--r--doc/rofi.1.markdown4
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/rofi.1 b/doc/rofi.1
index 51d11988..d68444ec 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -166,7 +166,7 @@ Dump the current active theme, in rasi format, to stdout and exit.
\fB\fC\-rasi\-validate\fR \fIfilename\fP
.PP
-Try to parse the file and 0 when succesful.
+Try to parse the file and return 0 when succesful, non\-zero when failed.
.PP
\fB\fC\-threads\fR \fInum\fP
@@ -180,7 +180,11 @@ Specify the number of threads \fBrofi\fP should use:
.IP \(bu 2
1: Disable threading
.IP \(bu 2
+
+.PP
2..N: Specify the maximum number of threads to use in the thread pool.
+.PP
+Default: Autodetect
.RE
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index 3e18334c..2bb38a3d 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -106,7 +106,7 @@ Dump the current active theme, in rasi format, to stdout and exit.
`-rasi-validate` *filename*
-Try to parse the file and 0 when succesful.
+Try to parse the file and return 0 when succesful, non-zero when failed.
`-threads` *num*
@@ -116,6 +116,8 @@ Specify the number of threads **rofi** should use:
* 1: Disable threading
* 2..N: Specify the maximum number of threads to use in the thread pool.
+ Default: Autodetect
+
`-display` *display*
The X server to contact. Default is `$DISPLAY`.