OSDN Git Service

(split) LDP: Update original to LDP v3.54
[linuxjm/LDP_man-pages.git] / original / man3 / wcsncat.3
index 455e958..5f16f49 100644 (file)
@@ -41,7 +41,7 @@ and adds a terminating null wide character (L\(aq\\0\(aq).
 The strings may not overlap.
 .PP
 The programmer must ensure that there is room for at least
-.IR "wcslen(dest) + n + 1"
+.IR wcslen(dest) + n +1
 wide characters at
 .IR dest .
 .SH RETURN VALUE