mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Fix man page formatting.
This commit is contained in:
@@ -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,
|
string \fIsearch\fR. Note that \fBindex\fR uses \fIbyte\fR positions,
|
||||||
not character positions, so should not be used on non-ASCII strings. Use
|
not character positions, so should not be used on non-ASCII strings. Use
|
||||||
\fBmbindex\fR for non-ASCII strings.
|
\fBmbindex\fR for non-ASCII strings.
|
||||||
|
.RS
|
||||||
.PP
|
.PP
|
||||||
The first byte of a string is numbered 1. If \fItarget\fR does not
|
The first byte of a string is numbered 1. If \fItarget\fR does not
|
||||||
exist in \fIsearch\fR, then 0 is returned.
|
exist in \fIsearch\fR, then 0 is returned.
|
||||||
.RS
|
|
||||||
.PP
|
.PP
|
||||||
The optional parameter \fIstart\fR specifies the position in
|
The optional parameter \fIstart\fR specifies the position in
|
||||||
\fIsearch\fR at which to start looking for \fItarget\fR.
|
\fIsearch\fR at which to start looking for \fItarget\fR.
|
||||||
|
|||||||
Reference in New Issue
Block a user