diff options
Diffstat (limited to 'man3/strncat.3')
| -rw-r--r-- | man3/strncat.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strncat.3 b/man3/strncat.3 index 3b59485909..cb64c2803f 100644 --- a/man3/strncat.3 +++ b/man3/strncat.3 @@ -13,7 +13,7 @@ Standard C library .B #include <string.h> .PP .B [[deprecated]] -.BI "char *strncat(char " dest "[restrict strlen(." dest ") + strnlen(." src ") + 1]," +.BI "char *strncat(char " dest "[restrict strlen(." dest ") + strnlen(." src ", ." n ") + 1]," .BI " const char " src "[restrict ." n ], .BI " size_t " n ); .fi |
