X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman3%2Fstrchr.3;fp=original%2Fman3%2Fstrchr.3;h=ee2c56cffa277f904c333a2cf8b5f5754d16d833;hb=73cdbcd8b7948c6010c7756d89d5c0445ecba990;hp=b563d123aa1f34c6c5935a2a0b5efec88497782d;hpb=c8cd646b41355f90107c74c55f80ec293fbff17b;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man3/strchr.3 b/original/man3/strchr.3 index b563d123..ee2c56cf 100644 --- a/original/man3/strchr.3 +++ b/original/man3/strchr.3 @@ -96,7 +96,10 @@ The function returns a pointer to the matched character, or a pointer to the null -byte at the end of \fIs\fP (i.e., \fIs+strlen(s)\fP) +byte at the end of +.I s +(i.e., +.IR "s+strlen(s)" ) if the character is not found. .SH VERSIONS .BR strchrnul ()