Commit 58d17f9e authored by Victor Ananjevsky's avatar Victor Ananjevsky

update man pages

parent f980284a
.TH YAD-TOOLS "1" "March 2021" "yad-tools" "User Commands" .TH YAD-TOOLS "1" "April 2021" "yad-tools" "User Commands"
.SH NAME .SH NAME
yad-tools \- show some miscellaneous stuff. yad-tools \- show some miscellaneous stuff.
...@@ -22,6 +22,12 @@ Additional argument is font name. ...@@ -22,6 +22,12 @@ Additional argument is font name.
\fB\-i\fR, \fB\-\-icon\fR \fB\-i\fR, \fB\-\-icon\fR
This mode is intended to get full path to icon file from icon name. This mode is intended to get full path to icon file from icon name.
Additional argument is icon name. Additional argument is icon name.
.TP
.B \-\-show-langs
Show list of available languages for spell checking. Works only if yad built with \fIGSpell\fP support.
.TP
.B \-\-show-themes
Show list of available GtkSourceView themes. Works only if yad built with \fIGtkSourceView\fP support.
.SS PFD mode options .SS PFD mode options
.TP .TP
......
.TH YAD 1 "April 27, 2020" "yad" "User Commands" .TH YAD 1 "April 2021" "yad" "User Commands"
.SH NAME .SH NAME
yad \- display GTK+ dialogs from shell scripts or command-line yad \- display GTK+ dialogs from shell scripts or command-line
...@@ -248,7 +249,7 @@ Set the policy type for vertical scrollbars. \fITYPE\fP can be one of the \fIaut ...@@ -248,7 +249,7 @@ Set the policy type for vertical scrollbars. \fITYPE\fP can be one of the \fIaut
Enable spell checking in textview widgets Enable spell checking in textview widgets
.TP .TP
.B \-\-spell-lang=\fILANGUAGE\fP .B \-\-spell-lang=\fILANGUAGE\fP
Set spell checking language to \fILANGUAGE\fP. By default language guesses from current locale. Use option \fI\-\-show-langs\fP for get list of all possible languages. Set spell checking language to \fILANGUAGE\fP. By default language guesses from current locale. Use \fIyad-tools(1)\fP to get list of all possible languages.
.TP .TP
.B \-\-bool-fmt=\fITYPE\fP .B \-\-bool-fmt=\fITYPE\fP
Set the output type of boolean values to \fITYPE\fP. Possible types are \fIT\fP, \fIt\fP, \fIY\fP, \fIy\fP, \fIO\fP, \fIo\fP and \fI1\fP. Set the output type of boolean values to \fITYPE\fP. Possible types are \fIT\fP, \fIt\fP, \fIY\fP, \fIy\fP, \fIO\fP, \fIo\fP and \fI1\fP.
...@@ -968,7 +969,7 @@ Next options works only if yad builds with GtkSourceView. ...@@ -968,7 +969,7 @@ Next options works only if yad builds with GtkSourceView.
Highlight syntax for specified \fILANGUAGE\fP. Highlight syntax for specified \fILANGUAGE\fP.
.TP .TP
.B \-\-theme=\fITHEME\fP .B \-\-theme=\fITHEME\fP
Set used theme to \fITHEME\fP. Use option \fI\-\-show-themes\fP for get list of all available themes. Set used theme to \fITHEME\fP. Use \fIyad-tools(1)\fP to get list of all available themes.
.TP .TP
.B \-\-line-num .B \-\-line-num
Show line numbers. Show line numbers.
...@@ -1090,13 +1091,6 @@ Display an about dialog. ...@@ -1090,13 +1091,6 @@ Display an about dialog.
.TP .TP
.B \-\-version .B \-\-version
Show version of program. Show version of program.
.TP
.B \-\-show-langs
Show list of possible languages for spell checking. Available only if yad builds with \fIGtkSpell\fP support.
.TP
.B \-\-show-themes
Show list of possible GtkSourceView themes. Available only if yad builds with \fIGtkSourceView\fP support.
.PP .PP
Also the standard GTK+ options are accepted. Also the standard GTK+ options are accepted.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment