From d0da299f5145e9a31824f834fd9147d5dda5c0f5 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Sat, 23 Sep 2017 22:48:48 +0200 Subject: [PATCH] help: Remove id parameter from figure element, to pass 'yelp-check validate' --- help/C/calendar.page | 2 +- help/C/color-selection.page | 2 +- help/C/entry.page | 2 +- help/C/error.page | 2 +- help/C/file-selection.page | 2 +- help/C/forms.page | 2 +- help/C/info.page | 2 +- help/C/list.page | 2 +- help/C/notification.page | 4 ++-- help/C/password.page | 2 +- help/C/progress.page | 2 +- help/C/question.page | 2 +- help/C/scale.page | 2 +- help/C/text.page | 2 +- help/C/warning.page | 3 +-- 15 files changed, 16 insertions(+), 17 deletions(-) diff --git a/help/C/calendar.page b/help/C/calendar.page index cd2191c..1c0a8d4 100644 --- a/help/C/calendar.page +++ b/help/C/calendar.page @@ -60,7 +60,7 @@ fi -
+
Calendar Dialog Example Zenity calendar dialog example diff --git a/help/C/color-selection.page b/help/C/color-selection.page index 66adb1b..6bb7f3d 100644 --- a/help/C/color-selection.page +++ b/help/C/color-selection.page @@ -46,7 +46,7 @@ case $? in esac -
+
Color Selection Dialog Example Zenity color selection dialog example diff --git a/help/C/entry.page b/help/C/entry.page index 69ad464..03b2db6 100644 --- a/help/C/entry.page +++ b/help/C/entry.page @@ -49,7 +49,7 @@ fi -
+
Text Entry Dialog Example Zenity text entry dialog example diff --git a/help/C/error.page b/help/C/error.page index 5c9113a..4d15ae8 100644 --- a/help/C/error.page +++ b/help/C/error.page @@ -22,7 +22,7 @@ zenity --error \ -
+
Error Dialog Example Zenity error dialog example diff --git a/help/C/file-selection.page b/help/C/file-selection.page index 0ec8c5b..9687d8f 100644 --- a/help/C/file-selection.page +++ b/help/C/file-selection.page @@ -62,7 +62,7 @@ case $? in esac -
+
File Selection Dialog Example Zenity file selection dialog example diff --git a/help/C/forms.page b/help/C/forms.page index fcf6c65..a3d529c 100644 --- a/help/C/forms.page +++ b/help/C/forms.page @@ -75,7 +75,7 @@ case $? in esac -
+
Forms Dialog Example Zenity forms dialog example diff --git a/help/C/info.page b/help/C/info.page index 1ea6232..8e8c8d5 100644 --- a/help/C/info.page +++ b/help/C/info.page @@ -22,7 +22,7 @@ zenity --info \ -
+
Information Dialog Example Zenity information dialog example diff --git a/help/C/list.page b/help/C/list.page index 39e86cd..776f33e 100644 --- a/help/C/list.page +++ b/help/C/list.page @@ -78,7 +78,7 @@ zenity --list \ -
+
List Dialog Example Zenity list dialog example diff --git a/help/C/notification.page b/help/C/notification.page index 01a504e..c82bd58 100644 --- a/help/C/notification.page +++ b/help/C/notification.page @@ -31,7 +31,7 @@ --text="There are system updates necessary!" -
+
Notification Icon Example Zenity notification icon example @@ -45,7 +45,7 @@ EOH -
+
Notification Icon with <cmd>--listen</cmd> Example Zenity notification with --listen example diff --git a/help/C/password.page b/help/C/password.page index 22094d8..ed062a3 100644 --- a/help/C/password.page +++ b/help/C/password.page @@ -41,7 +41,7 @@ case $? in esac -
+
Password Entry Dialog Example Zenity password entry dialog example diff --git a/help/C/progress.page b/help/C/progress.page index caabb16..3ed5260 100644 --- a/help/C/progress.page +++ b/help/C/progress.page @@ -71,7 +71,7 @@ fi -
+
Progress Dialog Example Zenity progress dialog example diff --git a/help/C/question.page b/help/C/question.page index 6e435c5..3f58602 100644 --- a/help/C/question.page +++ b/help/C/question.page @@ -22,7 +22,7 @@ zenity --question \ -
+
Question Dialog Example Zenity question dialog example diff --git a/help/C/scale.page b/help/C/scale.page index 29b2080..78c2ac5 100644 --- a/help/C/scale.page +++ b/help/C/scale.page @@ -71,7 +71,7 @@ case $? in esac -
+
Scale Dialog Example Zenity scale dialog example diff --git a/help/C/text.page b/help/C/text.page index f01166e..25d6772 100644 --- a/help/C/text.page +++ b/help/C/text.page @@ -77,7 +77,7 @@ case $? in esac -
+
Text Information Dialog Example Zenity text information dialog example diff --git a/help/C/warning.page b/help/C/warning.page index 1b7a642..f470d84 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." - -
+
Warning Dialog Example Zenity warning dialog example