OSDN Git Service

(split) LDP: Update original to LDP v3.63
[linuxjm/LDP_man-pages.git] / original / man3 / mblen.3
index 442f41f..873cf53 100644 (file)
@@ -25,7 +25,7 @@ mblen \- determine number of bytes in next multibyte character
 .SH DESCRIPTION
 If
 .I s
-is not a NULL pointer, the
+is not NULL, the
 .BR mblen ()
 function inspects at most
 .I n
@@ -64,7 +64,7 @@ also returns \-1.
 .PP
 If
 .I s
-is a NULL pointer, the
+is NULL, the
 .BR mblen ()
 function
 .\" The Dinkumware doc and the Single UNIX specification say this, but