esv.1: use semantic newlines

See the section "Use semantic newlines" of man-pages(7)
for some reasoning on this.
This commit is contained in:
Jeremy Baxter 2024-06-17 17:56:20 +12:00
parent 82a9eb84f0
commit 47b09314f7

37
esv.1
View file

@ -15,14 +15,14 @@
.Ek
.Sh DESCRIPTION
.Nm
displays Bible passages on your terminal. It can also play recorded
audio tracks of certain passages, through integration with an MP3
player utility.
displays Bible passages on your terminal.
It can also play recorded audio tracks of certain passages,
through integration with an MP3 player utility.
.Pp
See the section
.Sx EXAMPLES
below for some basic usage examples. Verses can be provided in the
format of
below for some basic usage examples.
Verses can be provided in the format of
.Em chapter ,
.Em chapter-chapter ,
.Em chapter:verse ,
@ -31,7 +31,9 @@ and
.Pp
By default,
.Xr mpg123 1
is used as the MP3 player. However, this can be overridden; see the
is used as the MP3 player.
However, this can be overridden;
see the
.Sx ENVIRONMENT
section for more information on this.
.Pp
@ -69,8 +71,8 @@ Exclude passage references.
.It Fl r
Include passage references (the default).
.It Fl s Ar query
Rather than displaying a passage or playing an audio track, search the
Bible for instances of
Rather than displaying a passage or playing an audio track,
search the Bible for instances of
.Ar query .
.It Fl V
Print the version number and exit.
@ -78,7 +80,8 @@ Print the version number and exit.
.Pp
The options
.Fl FfHhlNnRr
only apply when reading text passages, that is, when
only apply when reading text passages,
that is, when
.Fl a
or
.Fl s
@ -86,12 +89,12 @@ is not given.
.Sh ENVIRONMENT
.Bl -tag -width ESV_CONFIG
.It Ev ESV_CONFIG
Where to read the configuration file, rather than using the default
location (see section
Where to read the configuration file,
rather than using the default location (see section
.Sx FILES ) .
.It Ev ESV_PLAYER
The name of the MP3 player to use for playing audio passages. If this
is not set,
The name of the MP3 player to use for playing audio passages.
If this is not set,
.Nm
will look for
.Xr mpg123 1
@ -123,9 +126,11 @@ Search the Bible for instances of the word
.Sh BUGS
Currently searching the Bible using
.Fl s
only shows a portion of the results. If you have many results for your
query, and there are not many in the New Testament compared to those
in the Old Testament, your search may have been affected by this bug.
only shows a portion of the results.
If you have many results for your query,
and there are not many in the New Testament compared to those
in the Old Testament,
your search may have been affected by this bug.
.Pp
If you have discovered a bug in
.Nm ,