Fix man page formatting.

This commit is contained in:
Dianne Skoll
2025-11-28 11:30:07 -05:00
parent a8607cb012
commit 40b87eff60

View File

@@ -4142,10 +4142,10 @@ Returns an \fBINT\fR that is the location of \fItarget\fR in the
string \fIsearch\fR. Note that \fBindex\fR uses \fIbyte\fR positions,
not character positions, so should not be used on non-ASCII strings. Use
\fBmbindex\fR for non-ASCII strings.
.RS
.PP
The first byte of a string is numbered 1. If \fItarget\fR does not
exist in \fIsearch\fR, then 0 is returned.
.RS
.PP
The optional parameter \fIstart\fR specifies the position in
\fIsearch\fR at which to start looking for \fItarget\fR.