aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorAaron Weber <aaron@src.gnome.org>2001-07-09 22:49:50 +0800
committerAaron Weber <aaron@src.gnome.org>2001-07-09 22:49:50 +0800
commit913cd5d34e28dae1ab49f95d9c99645c225197a9 (patch)
tree1cb9c619361f14bec240f5ea68ac3a38a3078f46 /help
parent5fa5c372a1daedffeffb86b5c2259e51d43296a4 (diff)
downloadgsoc2013-evolution-913cd5d34e28dae1ab49f95d9c99645c225197a9.tar
gsoc2013-evolution-913cd5d34e28dae1ab49f95d9c99645c225197a9.tar.gz
gsoc2013-evolution-913cd5d34e28dae1ab49f95d9c99645c225197a9.tar.bz2
gsoc2013-evolution-913cd5d34e28dae1ab49f95d9c99645c225197a9.tar.lz
gsoc2013-evolution-913cd5d34e28dae1ab49f95d9c99645c225197a9.tar.xz
gsoc2013-evolution-913cd5d34e28dae1ab49f95d9c99645c225197a9.tar.zst
gsoc2013-evolution-913cd5d34e28dae1ab49f95d9c99645c225197a9.zip
Validation.
svn path=/trunk/; revision=10909
Diffstat (limited to 'help')
-rw-r--r--help/C/evolution-faq.sgml10
-rw-r--r--help/C/usage-contact.sgml4
2 files changed, 8 insertions, 6 deletions
diff --git a/help/C/evolution-faq.sgml b/help/C/evolution-faq.sgml
index f30a90bf4b..0dac339f0a 100644
--- a/help/C/evolution-faq.sgml
+++ b/help/C/evolution-faq.sgml
@@ -640,12 +640,14 @@
<listitem>
<para>
Make a copy of the addressbook database for backup
- purposes.
+ purposes, then move the original out of the way.
</para>
<programlisting>
- cp ~/evolution/local/Contacts/addressbook.db addressbook.db.backup
- </programlisting>
+ cd ~/evolution/local/Contacts
+ cp addressbook.db addressbook.db.backup
+ mv addressbook.db addressbook.db.tmp
+ </programlisting>
</listitem>
<listitem>
@@ -656,7 +658,7 @@
</para>
<programlisting>
- db_dump185 ~/evolution/local/Contacts/addressbook.db.backup | db_load ~/evolution/local/Contacts/addressbook.db
+ db_dump185 addressbook.db.tmp | db_load ~/evolution/local/Contacts/addressbook.db
</programlisting>
</listitem>
diff --git a/help/C/usage-contact.sgml b/help/C/usage-contact.sgml
index 9720bd4c63..f6dde4a5b0 100644
--- a/help/C/usage-contact.sgml
+++ b/help/C/usage-contact.sgml
@@ -375,7 +375,7 @@
</listitem>
<listitem>
<para>
- Name the rule in the <guilabel>Rule name</guilabel field.
+ Name the rule in the <guilabel>Rule name</guilabel> field.
</para>
</listitem>
<listitem>
@@ -398,7 +398,7 @@
</para>
<para>
To show all your contacts, select <guibutton>Show All</guibutton> in the
- <guilablel>Search Bar</guilabel> or search with an empty query.
+ <guilabel>Search Bar</guilabel> or search with an empty query.
</para>
</sect1>