Manual: Fix sizeof reference to strncpy config (#1016)

Because the configuration for strncpy contained sizeof by error, the example was no longer correct.
Replaced with a reference to memccpy which uses sizeof.
This commit is contained in:
Sebastian 2017-12-12 10:54:42 +01:00 committed by amai2012
parent 3f36d4b5f4
commit a6983dd279
1 changed files with 1 additions and 1 deletions

View File

@ -1281,7 +1281,7 @@ Checking minsize.c...
<listitem>
<para>buffer size must be larger than other argument buffer
size. Example: see strncpy configuration in std.cfg</para>
size. Example: see memccpy configuration in posix.cfg</para>
</listitem>
</varlistentry>