From a6983dd2799b0d12fb77e016d748668c633d3c93 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 12 Dec 2017 10:54:42 +0100 Subject: [PATCH] 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. --- man/manual.docbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/manual.docbook b/man/manual.docbook index bbd4812bb..9c2221bc9 100644 --- a/man/manual.docbook +++ b/man/manual.docbook @@ -1281,7 +1281,7 @@ Checking minsize.c... buffer size must be larger than other argument buffer - size. Example: see strncpy configuration in std.cfg + size. Example: see memccpy configuration in posix.cfg