summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2017-10-17 12:57:20 -0400
committerDavid Bremner <david@tethera.net>2017-10-18 22:36:09 -0300
commit5fb0f5f113e7cb7422fb44bb7abcba2bcadfc0c8 (patch)
tree1c8d5eaf36b7c98133a6bf0b00b7e537fe3a0c4c /doc/man1
parentab8b40f7e350c0661dda5b9d52041150ed339a39 (diff)
doc: fix documentation typos and copy/paste-os
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/notmuch-dump.rst2
-rw-r--r--doc/man1/notmuch-restore.rst8
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/man1/notmuch-dump.rst b/doc/man1/notmuch-dump.rst
index f3f2b394..1e4468e6 100644
--- a/doc/man1/notmuch-dump.rst
+++ b/doc/man1/notmuch-dump.rst
@@ -85,7 +85,7 @@ Supported options for **dump** include
Output per-message (key,value) metadata. Each line starts
with "#= ", followed by a message id, and a space separated
- list of key=value pairs. pair. Ids, keys and values are hex
+ list of key=value pairs. Ids, keys and values are hex
encoded if needed.
**tags**
diff --git a/doc/man1/notmuch-restore.rst b/doc/man1/notmuch-restore.rst
index cb68bc8a..07b20dfc 100644
--- a/doc/man1/notmuch-restore.rst
+++ b/doc/man1/notmuch-restore.rst
@@ -62,14 +62,14 @@ Supported options for **restore** include
**properties**
- Output per-message (key,value) metadata. Each line starts
+ Restore per-message (key,value) metadata. Each line starts
with "#= ", followed by a message id, and a space separated
- list of key=value pairs. pair. Ids, keys and values are
- hex encoded if needed.
+ list of key=value pairs. Ids, keys and values are hex
+ encoded if needed.
**tags**
- Output per-message metadata, namely tags. See *format* above
+ Restore per-message metadata, namely tags. See *format* above
for more details.
The default is to restore all available types of data. The