summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-07-09 16:02:29 +0300
committerMonsta <[email protected]>2015-07-09 16:02:29 +0300
commit234185013805b7faad18c10138e510e09c9e498a (patch)
tree38c7ae9b91aedc7aff380c7cdaff2df7bfa64af0
parentb310d6a65aae426c5b303950e8c5472b8bdfb352 (diff)
downloadmate-desktop-234185013805b7faad18c10138e510e09c9e498a.tar.bz2
mate-desktop-234185013805b7faad18c10138e510e09c9e498a.tar.xz
user guide: corrected yelp usage examples, they're more modern now
-rw-r--r--user-guide/C/gostools.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/user-guide/C/gostools.xml b/user-guide/C/gostools.xml
index d99fc03..d63b20d 100644
--- a/user-guide/C/gostools.xml
+++ b/user-guide/C/gostools.xml
@@ -935,25 +935,24 @@ a screenshot of the entire screen.</para>
<para>Use this URI when you want to access a file with
yelp, for example:</para>
- <screen><userinput>yelp file:///usr/share/mate/help/gcalctool/C/gcalctool.xml</userinput></screen>
+ <screen><userinput>yelp file:///usr/share/help/C/mate-control-center/config-mouse.xml</userinput></screen>
</listitem>
</varlistentry>
<varlistentry>
- <term><option>help:</option> or
- <option>mate-help:</option></term>
+ <term><option>help:</option></term>
<listitem>
<para>Use this URI when you want to access MATE help documents,
which are typically written in DocBook format.</para>
- <screen><userinput>yelp help:gcalctool</userinput></screen>
+ <screen><userinput>yelp help:mate-terminal</userinput></screen>
<para>If you want to open the help document at a particular section,
- append a question mark to the end of the URI, followed by the section id.</para>
+ append a slash to the end of the URI, followed by the section id.</para>
- <screen><userinput>yelp help:user-guide?yelp-advanced-cmdline</userinput></screen>
+ <screen><userinput>yelp help:mate-user-guide/yelp-advanced-cmdline</userinput></screen>
</listitem>
</varlistentry>
@@ -968,7 +967,7 @@ a screenshot of the entire screen.</para>
therefore it may be necessary to escape the argument so that the
shell does not interpret the parenthesis.</para>
- <screen><userinput>yelp man:gcalctool</userinput></screen>
+ <screen><userinput>yelp man:mate-panel</userinput></screen>
<para>or</para>