summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2014-03-02 17:56:46 +0200
committerTomi Ollila <tomi.ollila@iki.fi>2014-03-02 17:56:46 +0200
commit019449d60d74ae241e6d4987faf0d7f0e7d36513 (patch)
treeb6a01eec38e2c4e5bbe3006c19ff530ddee842ed
parente4e3a15c0b540a0aa632896c0800978a35a1dbb9 (diff)
note to self: no git commit -am in wrong places!
-rw-r--r--frontends.mdwn2
-rw-r--r--index.mdwn2
-rw-r--r--searching.mdwn4
3 files changed, 4 insertions, 4 deletions
diff --git a/frontends.mdwn b/frontends.mdwn
index d3dcbcb..056d0fa 100644
--- a/frontends.mdwn
+++ b/frontends.mdwn
@@ -2,7 +2,7 @@
## Shipping with Notmuch
-* [[notmuch-cli|man]], the CLI bindings provided with Notmuch.
+* [[notmuch-cli|manpages]], the CLI bindings provided with Notmuch.
* [[notmuch-emacs|emacstips]], the Emacs email client.
* [notmuch-vim](http://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README), the vim frontend.
* [[notmuch-mutt]], mutt interoperability script.
diff --git a/index.mdwn b/index.mdwn
index f64a0d1..70a2874 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -54,7 +54,7 @@ The configuration wizard will walk you through initial setup,
including specifying the location of your mail store and how to start
the initial indexing. After that, come back and checkout our docs:
- * [[Notmuch manual pages|man]]
+ * [[Notmuch manual pages|manpages]]
* [[General how-tos|howto]]
* [[Frequently Asked Questions|faq]]
* [[Searching]]
diff --git a/searching.mdwn b/searching.mdwn
index fba0fc6..f2534aa 100644
--- a/searching.mdwn
+++ b/searching.mdwn
@@ -4,7 +4,7 @@ What good is an advanced indexing mail client if we don't know how to
use it to actually find e-mail?
Please see the [[notmuch-search-terms manual
-page|man/notmuch-search-terms-7]] first for an overview of the
+page|manpages/notmuch-search-terms-7]] first for an overview of the
search syntax, including the prefixes (such as "to:") and date range
searches.
@@ -172,5 +172,5 @@ work:
For `<since>` and `<until>`, notmuch understands a variety of standard
and natural ways of expressing dates and times, both in absolute terms
("2012-10-24") and in relative terms ("yesterday"). Please refer to the
-[[notmuch-search-terms manual page|man/notmuch-search-terms-7]] for
+[[notmuch-search-terms manual page|manpages/notmuch-search-terms-7]] for
details.