summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2017-09-23 22:48:48 +0200
committerAndre Klapper <a9016009@gmx.de>2017-09-23 22:48:48 +0200
commitd0da299f5145e9a31824f834fd9147d5dda5c0f5 (patch)
tree107c24c3d0b25abfb3a234fd013a62fe05c7e03a /help
parentman: Remove mention of gdialog (diff)
downloadzenity-d0da299f5145e9a31824f834fd9147d5dda5c0f5.tar.gz
zenity-d0da299f5145e9a31824f834fd9147d5dda5c0f5.tar.bz2
zenity-d0da299f5145e9a31824f834fd9147d5dda5c0f5.zip
help: Remove id parameter from figure element, to pass 'yelp-check validate'
Diffstat (limited to 'help')
-rw-r--r--help/C/calendar.page2
-rw-r--r--help/C/color-selection.page2
-rw-r--r--help/C/entry.page2
-rw-r--r--help/C/error.page2
-rw-r--r--help/C/file-selection.page2
-rw-r--r--help/C/forms.page2
-rw-r--r--help/C/info.page2
-rw-r--r--help/C/list.page2
-rw-r--r--help/C/notification.page4
-rw-r--r--help/C/password.page2
-rw-r--r--help/C/progress.page2
-rw-r--r--help/C/question.page2
-rw-r--r--help/C/scale.page2
-rw-r--r--help/C/text.page2
-rw-r--r--help/C/warning.page3
15 files changed, 16 insertions, 17 deletions
diff --git a/help/C/calendar.page b/help/C/calendar.page
index cd2191c2..1c0a8d46 100644
--- a/help/C/calendar.page
+++ b/help/C/calendar.page
@@ -60,7 +60,7 @@ fi
</code>
- <figure id="zenity-calendar-screenshot">
+ <figure>
<title>Calendar Dialog Example</title>
<desc>Zenity calendar dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-calendar-screenshot.png"/>
diff --git a/help/C/color-selection.page b/help/C/color-selection.page
index 66adb1b3..6bb7f3df 100644
--- a/help/C/color-selection.page
+++ b/help/C/color-selection.page
@@ -46,7 +46,7 @@ case $? in
esac
</code>
- <figure id="zenity-colorselection-screenshot">
+ <figure>
<title>Color Selection Dialog Example</title>
<desc><app>Zenity</app> color selection dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-colorselection-screenshot.png"/>
diff --git a/help/C/entry.page b/help/C/entry.page
index 69ad4641..03b2db6e 100644
--- a/help/C/entry.page
+++ b/help/C/entry.page
@@ -49,7 +49,7 @@ fi
</code>
- <figure id="zenity-entry-screenshot">
+ <figure>
<title>Text Entry Dialog Example</title>
<desc><app>Zenity</app> text entry dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-entry-screenshot.png"/>
diff --git a/help/C/error.page b/help/C/error.page
index 5c9113ac..4d15ae8f 100644
--- a/help/C/error.page
+++ b/help/C/error.page
@@ -22,7 +22,7 @@ zenity --error \
</code>
- <figure id="zenity-error-screenshot">
+ <figure>
<title>Error Dialog Example</title>
<desc><app>Zenity</app> error dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-error-screenshot.png"/>
diff --git a/help/C/file-selection.page b/help/C/file-selection.page
index 0ec8c5bd..9687d8f7 100644
--- a/help/C/file-selection.page
+++ b/help/C/file-selection.page
@@ -62,7 +62,7 @@ case $? in
esac
</code>
- <figure id="zenity-fileselection-screenshot">
+ <figure>
<title>File Selection Dialog Example</title>
<desc><app>Zenity</app> file selection dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-fileselection-screenshot.png"/>
diff --git a/help/C/forms.page b/help/C/forms.page
index fcf6c657..a3d529c1 100644
--- a/help/C/forms.page
+++ b/help/C/forms.page
@@ -75,7 +75,7 @@ case $? in
esac
</code>
- <figure id="zenity-forms-screenshot">
+ <figure>
<title>Forms Dialog Example</title>
<desc><app>Zenity</app> forms dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-forms-screenshot.png"/>
diff --git a/help/C/info.page b/help/C/info.page
index 1ea62324..8e8c8d5f 100644
--- a/help/C/info.page
+++ b/help/C/info.page
@@ -22,7 +22,7 @@ zenity --info \
</code>
- <figure id="zenity-information-screenshot">
+ <figure>
<title>Information Dialog Example</title>
<desc><app>Zenity</app> information dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-information-screenshot.png"/>
diff --git a/help/C/list.page b/help/C/list.page
index 39e86cd4..776f33eb 100644
--- a/help/C/list.page
+++ b/help/C/list.page
@@ -78,7 +78,7 @@ zenity --list \
</code>
- <figure id="zenity-list-screenshot">
+ <figure>
<title>List Dialog Example</title>
<desc><app>Zenity</app> list dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-list-screenshot.png"/>
diff --git a/help/C/notification.page b/help/C/notification.page
index 01a504e2..c82bd58a 100644
--- a/help/C/notification.page
+++ b/help/C/notification.page
@@ -31,7 +31,7 @@
--text="There are system updates necessary!"
</code>
- <figure id="zenity-notification-screenshot">
+ <figure>
<title>Notification Icon Example</title>
<desc><app>Zenity</app> notification icon example</desc>
<media type="image" mime="image/png" src="figures/zenity-notification-screenshot.png"/>
@@ -45,7 +45,7 @@
EOH
</code>
- <figure id="zenity-notification-listen-screenshot">
+ <figure>
<title>Notification Icon with <cmd>--listen</cmd> Example</title>
<desc><app>Zenity</app> notification with <cmd>--listen</cmd> example</desc>
<media type="image" mime="image/png" src="figures/zenity-notification-listen-screenshot.png"/>
diff --git a/help/C/password.page b/help/C/password.page
index 22094d89..ed062a32 100644
--- a/help/C/password.page
+++ b/help/C/password.page
@@ -41,7 +41,7 @@ case $? in
esac
</code>
- <figure id="zenity-password-screenshot">
+ <figure>
<title>Password Entry Dialog Example</title>
<desc><app>Zenity</app> password entry dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-password-screenshot.png"/>
diff --git a/help/C/progress.page b/help/C/progress.page
index caabb16a..3ed5260e 100644
--- a/help/C/progress.page
+++ b/help/C/progress.page
@@ -71,7 +71,7 @@ fi
</code>
- <figure id="zenity-progress-screenshot">
+ <figure>
<title>Progress Dialog Example</title>
<desc><app>Zenity</app> progress dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-progress-screenshot.png"/>
diff --git a/help/C/question.page b/help/C/question.page
index 6e435c57..3f586023 100644
--- a/help/C/question.page
+++ b/help/C/question.page
@@ -22,7 +22,7 @@ zenity --question \
</code>
- <figure id="zenity-question-screenshot">
+ <figure>
<title>Question Dialog Example</title>
<desc><app>Zenity</app> question dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-question-screenshot.png"/>
diff --git a/help/C/scale.page b/help/C/scale.page
index 29b20800..78c2ac50 100644
--- a/help/C/scale.page
+++ b/help/C/scale.page
@@ -71,7 +71,7 @@ case $? in
esac
</code>
- <figure id="zenity-scale-screenshot">
+ <figure>
<title>Scale Dialog Example</title>
<desc><app>Zenity</app> scale dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-scale-screenshot.png"/>
diff --git a/help/C/text.page b/help/C/text.page
index f01166ec..25d67728 100644
--- a/help/C/text.page
+++ b/help/C/text.page
@@ -77,7 +77,7 @@ case $? in
esac
</code>
- <figure id="zenity-text-screenshot">
+ <figure>
<title>Text Information Dialog Example</title>
<desc><app>Zenity</app> text information dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-text-screenshot.png"/>
diff --git a/help/C/warning.page b/help/C/warning.page
index 1b7a642f..f470d847 100644
--- a/help/C/warning.page
+++ b/help/C/warning.page
@@ -21,8 +21,7 @@ zenity --warning \
--text="Disconnect the power cable to avoid electrical shock."
</code>
-
- <figure id="zenity-warning-screenshot">
+ <figure>
<title>Warning Dialog Example</title>
<desc><app>Zenity</app> warning dialog example</desc>
<media type="image" mime="image/png" src="figures/zenity-warning-screenshot.png"/>
bgstack15