summaryrefslogtreecommitdiff
path: root/notmuch.1
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-02-23 11:21:41 -0800
committerCarl Worth <cworth@cworth.org>2010-02-23 11:21:41 -0800
commit6365f156c8a282840ab2482d00f4677ad148962b (patch)
tree93c98ac40fc578da3577c4be4c91a4094463e4f2 /notmuch.1
parenta696119756fb13ef875d01134a84a25ac846a7bb (diff)
notmuch.1: Use bold and indentation for the NOTMUCH_CONFIG variable.
This seems to be the standard method of formatting an environment variable section within a man page.
Diffstat (limited to 'notmuch.1')
-rw-r--r--notmuch.111
1 files changed, 7 insertions, 4 deletions
diff --git a/notmuch.1 b/notmuch.1
index aeebdd1..8b773e5 100644
--- a/notmuch.1
+++ b/notmuch.1
@@ -424,10 +424,13 @@ specify a date range to return messages from 2009-10-01 until the
current time:
$(date +%s -d 2009-10-01)..$(date +%s)
-.SH ENVIRONMENT VARIABLES
-.IP NOTMUCH_CONFIG
-Specifies the location of the configuration file to override the default of
-.IR ~/.notmuch-config .
+.SH ENVIRONMENT
+The following environment variables can be used to control the
+behavior of notmuch.
+.TP
+.B NOTMUCH_CONFIG
+Specifies the location of the notmuch configuration file. Notmuch will
+use ${HOME}/.notmuch-config if this variable is not set.
.SH SEE ALSO
The emacs-based interface to notmuch (available as
.B notmuch.el