strlcpy(3): Nix stray space between `NUL' and `-terminating'.

This commit is contained in:
riastradh 2023-08-11 16:34:28 +00:00
parent a1270450a1
commit f6905a9fb3
1 changed files with 2 additions and 2 deletions

View File

@ -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 <Todd.Miller@courtesan.com>
@ -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