diff options
| author | Martin Cracauer <cracauer@FreeBSD.org> | 2026-05-21 20:08:08 +0000 |
|---|---|---|
| committer | Martin Cracauer <cracauer@FreeBSD.org> | 2026-05-21 20:08:08 +0000 |
| commit | 03c410ba172426aa7f2a1cc19b94250686e5c8bd (patch) | |
| tree | f7babcaf6e5f9c841fcf2a7f694f21c29524e4b0 | |
| parent | cba191e291c17b32247e12d6f94dcde56994bfe6 (diff) | |
man: Stop referring to non-existing manpage strlcpy(9)
Reviewed by: ziaee, mhorne, kevans
| -rw-r--r-- | share/man/man9/copy.9 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/copy.9 b/share/man/man9/copy.9 index 3a3105ddf644..fe51bbd12704 100644 --- a/share/man/man9/copy.9 +++ b/share/man/man9/copy.9 @@ -67,9 +67,10 @@ to another. .Pp .Fn copystr is deprecated and should be replaced with -.Xr strlcpy 9 . +.Xr strlcpy 3 , +which has a kernel-to-kernel version. It will be removed from -.Fx 13 . +.Fx 16 . .Pp The .Fn copyin |
