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.
This commit is contained in:
Carl Worth 2010-02-23 11:21:41 -08:00
parent a696119756
commit 6365f156c8

View file

@ -424,10 +424,13 @@ specify a date range to return messages from 2009-10-01 until the
current time: current time:
$(date +%s -d 2009-10-01)..$(date +%s) $(date +%s -d 2009-10-01)..$(date +%s)
.SH ENVIRONMENT VARIABLES .SH ENVIRONMENT
.IP NOTMUCH_CONFIG The following environment variables can be used to control the
Specifies the location of the configuration file to override the default of behavior of notmuch.
.IR ~/.notmuch-config . .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 .SH SEE ALSO
The emacs-based interface to notmuch (available as The emacs-based interface to notmuch (available as
.B notmuch.el .B notmuch.el