aboutsummaryrefslogtreecommitdiffstats
path: root/man3/index.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-10-19 07:07:02 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-10-19 07:07:02 +0000
commit63aa9df02fee88a559822c460ab5a30f1d8414ee (patch)
treefedc607745a57e06a1a541feca62e18d51523ddb /man3/index.3
parente511ffb6bcaa9a584412a95e602435827e302033 (diff)
downloadman-pages-63aa9df02fee88a559822c460ab5a30f1d8414ee.tar.gz
Automated unformatting of parentheses using unformat_parens.sh
Diffstat (limited to 'man3/index.3')
-rw-r--r--man3/index.36
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