Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2022 11:12:51 GMT
From:      Jens Schweikhardt <schweikh@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 25c54b848e17 - main - Reference correct section for free(3).
Message-ID:  <202209171112.28HBCpQj039480@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by schweikh:

URL: https://cgit.FreeBSD.org/src/commit/?id=25c54b848e175916d44daf85a62244d50e45bd77

commit 25c54b848e175916d44daf85a62244d50e45bd77
Author:     Jens Schweikhardt <schweikh@FreeBSD.org>
AuthorDate: 2022-09-17 11:11:42 +0000
Commit:     Jens Schweikhardt <schweikh@FreeBSD.org>
CommitDate: 2022-09-17 11:12:44 +0000

    Reference correct section for free(3).
---
 lib/libgeom/libgeom.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libgeom/libgeom.3 b/lib/libgeom/libgeom.3
index e1a3a35b7062..79977630c90d 100644
--- a/lib/libgeom/libgeom.3
+++ b/lib/libgeom/libgeom.3
@@ -298,7 +298,7 @@ that fetches the
 .Ar kern.geom.confxml
 OID, and returns it's value.
 The allocated memory should be released with
-.Xr free 2
+.Xr free 3
 after use.
 .Pp
 The



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209171112.28HBCpQj039480>