Skip to content

Commit 39c100c

Browse files
committed
Delete duplicated text fragment in lseq manpage
1 parent 653e0a7 commit 39c100c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/lseq.n

-6
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ elements, and if \fIcount\fR is not supplied, it is computed as:
6363
\fIcount\fR = int( (\fIend\fR - \fIstart\fR + \fIstep\fR) / \fIstep\fR )
6464
.CE
6565
.RE
66-
.PP
67-
The numeric arguments, \fIstart\fR, \fIend\fR, \fIstep\fR, and \fIcount\fR,
68-
can also be a valid expression. the \fBlseq\fR command will evaluate the
69-
expression (as if with \fBexpr\fR)
70-
and use the numeric result, or return an error as with any invalid argument
71-
value; a non-numeric expression result will result in an error.
7266
.SH EXAMPLES
7367
.CS
7468
.\"

0 commit comments

Comments
 (0)