OSDN Git Service

(split) LDP: Update original to LDP v3.52.
[linuxjm/LDP_man-pages.git] / original / man3 / strchr.3
index b563d12..ee2c56c 100644 (file)
@@ -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 ()