Fix typo in strncat, wcsncat manual entries
commit5d1d4918eebdaaf0ab0a5baf28c502c32c21f12e
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Dec 2015 23:23:18 +0000 (4 15:23 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Dec 2015 23:24:35 +0000 (4 15:24 -0800)
treebd42c16f33aa8d368d998cf6302c51be02c2725c
parent8f5e8b01a1da2a207228f2072c934fa5918554b8
Fix typo in strncat, wcsncat manual entries

* manual/string.texi (Copying and Concatenation): Fix typos in
sample implementations of strncat and wcsncat, by having them use
the old value of the destination length, not the new one.
ChangeLog
manual/string.texi