Date: Thu, 21 May 2026 20:08:24 +0000 From: Martin Cracauer <cracauer@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 03c410ba1724 - main - man: Stop referring to non-existing manpage strlcpy(9) Message-ID: <6a0f6638.3c7a0.152892aa@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by cracauer: URL: https://cgit.FreeBSD.org/src/commit/?id=03c410ba172426aa7f2a1cc19b94250686e5c8bd commit 03c410ba172426aa7f2a1cc19b94250686e5c8bd Author: Martin Cracauer <cracauer@FreeBSD.org> AuthorDate: 2026-05-21 20:08:08 +0000 Commit: Martin Cracauer <cracauer@FreeBSD.org> CommitDate: 2026-05-21 20:08:08 +0000 man: Stop referring to non-existing manpage strlcpy(9) Reviewed by: ziaee, mhorne, kevans --- share/man/man9/copy.9 | 5 +++-- 1 file 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 copyinhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0f6638.3c7a0.152892aa>
