From: Alejandro Colomar Date: Tue, 6 Dec 2022 01:15:24 +0000 (+0100) Subject: strncat.3: tfix X-Git-Tag: man-pages-6.02~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9baab44e7d2d930a1a69e39ef697ab56e43ef176;p=thirdparty%2Fman-pages.git strncat.3: tfix Signed-off-by: Alejandro Colomar --- diff --git a/man3/strncat.3 b/man3/strncat.3 index 5ce0418cb9..3b59485909 100644 --- a/man3/strncat.3 +++ b/man3/strncat.3 @@ -13,7 +13,7 @@ Standard C library .B #include .PP .B [[deprecated]] -.BI "char *strncat(char " dest "[restrict strlen(." dest ") + strnlen(." n ") + 1]," +.BI "char *strncat(char " dest "[restrict strlen(." dest ") + strnlen(." src ") + 1]," .BI " const char " src "[restrict ." n ], .BI " size_t " n ); .fi