aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2013-08-01 12:27:17 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-08-01 12:27:17 +0200
commitbd18d73457338155ca9185547e4bebab0377aca6 (patch)
tree3b9bc7c364c13e2314c78943a2317fb1a230215e
parent97e91fec41cb2c0f342562d7cc25dfa9a79bd1c5 (diff)
downloadman-pages-bd18d73457338155ca9185547e4bebab0377aca6.tar.gz
wcsncat.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/wcsncat.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/wcsncat.3 b/man3/wcsncat.3
index 455e9580a3..5f16f49ab1 100644
--- a/man3/wcsncat.3
+++ b/man3/wcsncat.3
@@ -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