Module Name: src
Committed By: riastradh
Date: Fri Aug 11 16:34:28 UTC 2023
Modified Files:
src/lib/libc/string: strlcpy.3
Log Message:
strlcpy(3): Nix stray space between `NUL' and `-terminating'.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/string/strlcpy.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/string/strlcpy.3
diff -u src/lib/libc/string/strlcpy.3:1.17 src/lib/libc/string/strlcpy.3:1.18
--- src/lib/libc/string/strlcpy.3:1.17 Fri Aug 11 16:06:10 2023
+++ src/lib/libc/string/strlcpy.3 Fri Aug 11 16:34:28 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: strlcpy.3,v 1.17 2023/08/11 16:06:10 uwe Exp $
+.\" $NetBSD: strlcpy.3,v 1.18 2023/08/11 16:34:28 riastradh Exp $
.\" from OpenBSD: strlcpy.3,v 1.11 2000/11/16 23:27:41 angelos Exp
.\"
.\" Copyright (c) 1998, 2000 Todd C. Miller <[email protected]>
@@ -74,7 +74,7 @@ to the end of
It will append at most
.Fa size
- strlen(dst) - 1 bytes,
-.Tn NUL -terminating
+.Tn NUL Ns -terminating
the result.
.Ss Relation to Xr strncpy 3 and Xr strncat 3
Unlike