aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/C/evolution-faq.sgml10
-rw-r--r--doc/C/usage-contact.sgml4
-rw-r--r--help/C/evolution-faq.sgml10
-rw-r--r--help/C/usage-contact.sgml4
4 files changed, 16 insertions, 12 deletions
diff --git a/doc/C/evolution-faq.sgml b/doc/C/evolution-faq.sgml
index f30a90bf4b..0dac339f0a 100644
--- a/doc/C/evolution-faq.sgml
+++ b/doc/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/doc/C/usage-contact.sgml b/doc/C/usage-contact.sgml
index 9720bd4c63..f6dde4a5b0 100644
--- a/doc/C/usage-contact.sgml
+++ b/doc/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>
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>