diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:07:02 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:07:02 +0000 |
| commit | 63aa9df02fee88a559822c460ab5a30f1d8414ee (patch) | |
| tree | fedc607745a57e06a1a541feca62e18d51523ddb /man3/index.3 | |
| parent | e511ffb6bcaa9a584412a95e602435827e302033 (diff) | |
| download | man-pages-63aa9df02fee88a559822c460ab5a30f1d8414ee.tar.gz | |
Automated unformatting of parentheses using unformat_parens.sh
Diffstat (limited to 'man3/index.3')
| -rw-r--r-- | man3/index.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/index.3 b/man3/index.3 index 8b3e55a72e..446befefee 100644 --- a/man3/index.3 +++ b/man3/index.3 @@ -38,16 +38,16 @@ index, rindex \- locate character in string .BI "char *rindex(const char *" s ", int " c ); .fi .SH DESCRIPTION -The \fBindex()\fP function returns a pointer to the first occurrence +The \fBindex\fP() function returns a pointer to the first occurrence of the character \fIc\fP in the string \fIs\fP. .PP -The \fBrindex()\fP function returns a pointer to the last occurrence +The \fBrindex\fP() function returns a pointer to the last occurrence of the character \fIc\fP in the string \fIs\fP. .PP The terminating NULL character is considered to be a part of the strings. .SH "RETURN VALUE" -The \fBindex()\fP and \fBrindex()\fP functions return a pointer to +The \fBindex\fP() and \fBrindex\fP() functions return a pointer to the matched character or NULL if the character is not found. .SH "CONFORMING TO" 4.3BSD |
