summaryrefslogtreecommitdiffstats
path: root/doc/lrange.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lrange.n')
-rw-r--r--doc/lrange.n3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lrange.n b/doc/lrange.n
index 38c4abf..8dac91f 100644
--- a/doc/lrange.n
+++ b/doc/lrange.n
@@ -29,7 +29,8 @@ If \fIlast\fR is greater than or equal to the number of elements
in the list, then it is treated as if it were \fBend\fR.
If \fIfirst\fR is greater than \fIlast\fR then an empty string
is returned.
-Note:
+.PP
+Note that
.QW "\fBlrange \fIlist first first\fR"
does not always produce the same result as
.QW "\fBlindex \fIlist first\fR"