strncpy(3): Tiny wording tweak.
This commit is contained in:
parent
59f2c9f1d8
commit
312767bb97
|
@ -31,7 +31,7 @@
|
|||
.\"
|
||||
.\" from: @(#)strcpy.3 8.1 (Berkeley) 6/4/93
|
||||
.\" from: NetBSD: strcpy.3,v 1.23 2015/04/01 20:18:17 riastradh Exp
|
||||
.\" $NetBSD: strncpy.3,v 1.11 2023/08/11 21:11:21 riastradh Exp $
|
||||
.\" $NetBSD: strncpy.3,v 1.12 2023/08/11 21:12:10 riastradh Exp $
|
||||
.\"
|
||||
.Dd August 11, 2023
|
||||
.Dt STRNCPY 3
|
||||
|
@ -98,7 +98,7 @@ and
|
|||
.Fn strncpy
|
||||
write exactly
|
||||
.Fa len
|
||||
bytes to it, including nonempty
|
||||
bytes to it, which includes nonempty
|
||||
.Tn NUL
|
||||
padding only if a
|
||||
.Tn NUL
|
||||
|
|
Loading…
Reference in New Issue