From 671a958085a35b3ee21fd90be5ac5b610be2b6b6 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sat, 19 Aug 2023 11:39:17 +0100 Subject: [PATCH] man: fix formatting of some man-page references Signed-off-by: Jeremy Sowden --- man/exit-code.inc | 2 +- man/mu-easy.7.org | 6 +++--- man/mu-query.7.org | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man/exit-code.inc b/man/exit-code.inc index a7f1b32b..2099dad1 100644 --- a/man/exit-code.inc +++ b/man/exit-code.inc @@ -5,7 +5,7 @@ otherwise. 0. success 2. no matches found. Try a different query - 11. database schema mismatch. You need to re-initialize ~mu~, see *mu-init(1*) + 11. database schema mismatch. You need to re-initialize ~mu~, see *mu-init(1)* 19. failed to acquire lock. Some other program has exclusive access to the mu database # Local Variables: diff --git a/man/mu-easy.7.org b/man/mu-easy.7.org index b862172a..8ebca999 100644 --- a/man/mu-easy.7.org +++ b/man/mu-easy.7.org @@ -51,20 +51,20 @@ reach a speed of a few hundred messages per second. *mu index* guesses the top-level Maildir to do its job; if it guesses wrong, you can use the =--maildir= option to specify the top-level directory that should be -processed. See the *mu-index*(1) man page for more details. +processed. See the *mu-index(1)* man page for more details. Normally, *mu index* visits all the directories under the top-level Maildir; however, you can exclude certain directories (say, the 'trash' or 'spam' folders) by creating a file called =.noindex= in the directory. When *mu* sees such a file, it will exclude this directory and its sub-directories from indexing. -Also see *.noupdate* in the *mu-index*(1) manpage. +Also see *.noupdate* in the *mu-index(1)* manpage. * SEARCHING YOUR E-MAIL After you have indexed your mail, you can start searching it. By default, the search results are printed on standard output. Alternatively, the output can take the form of Maildir with symbolic links to the found messages. This enables -integration with e-mail clients; see the *mu-find*(1) man page for details, the +integration with e-mail clients; see the *mu-find(1)* man page for details, the syntax of the search parameters and so on. Here, we just give some examples for common cases. diff --git a/man/mu-query.7.org b/man/mu-query.7.org index fe5c06bf..ed527ef1 100644 --- a/man/mu-query.7.org +++ b/man/mu-query.7.org @@ -83,7 +83,7 @@ Note that a =pure not= - e.g. searching for *not apples* is quite a 'heavy' quer * REGULAR EXPRESSIONS AND WILDCARDS -The language supports matching basic PCRE regular expressions, see *pcre(3*). +The language supports matching basic PCRE regular expressions, see *pcre(3)*. Regular expressions are enclosed in *//*. Some examples: #+begin_example