summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-11-21 17:00:22 +0100
committerAlejandro Colomar <alx@kernel.org>2023-11-21 19:30:48 +0100
commit41125e322f65b3e149f6deb3e704936990cd1dd1 (patch)
tree0957a393ec6910e9f30ecedeb7240d4bc4f3ef03
parent9f3c55b0d31c063082f0887f7032b0302a252951 (diff)
strncat.3: CAVEATS: wfix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man3/strncat.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/strncat.3 b/man3/strncat.3
index b9514cc0e..6755bee60 100644
--- a/man3/strncat.3
+++ b/man3/strncat.3
@@ -70,8 +70,8 @@ C11, POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, C89, SVr4, 4.3BSD.
.SH CAVEATS
-The name of this function is confusing.
-This function has no relation to
+The name of this function is confusing;
+it has no relation to
.BR strncpy (3).
.P
If the destination buffer does not already contain a string,