Date: Thu, 01 Jan 2026 18:10:05 +0000 From: Alexander Ziaee <ziaee@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Artem Bunichev <tembun@bk.ru> Subject: git: b2b49011988f - stable/15 - libpathconv: Document library in the man pages Message-ID: <6956b87d.34b62.6eee31b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=b2b49011988fe6ea6033fcbcab76d833f10ad762 commit b2b49011988fe6ea6033fcbcab76d833f10ad762 Author: Artem Bunichev <tembun@bk.ru> AuthorDate: 2025-12-16 17:42:46 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2026-01-01 18:09:48 +0000 libpathconv: Document library in the man pages Reviewed by: ziaee, imp Differential Revision: https://reviews.freebsd.org/D54213 (cherry picked from commit 2c75ac14d7e9d1d57d70bbf26716868607f0d1fe) --- lib/libpathconv/abs2rel.3 | 3 ++- lib/libpathconv/rel2abs.3 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/libpathconv/abs2rel.3 b/lib/libpathconv/abs2rel.3 index 9240ef1662e2..d8e39ef3b8b9 100644 --- a/lib/libpathconv/abs2rel.3 +++ b/lib/libpathconv/abs2rel.3 @@ -23,13 +23,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 7, 2022 +.Dd December 13, 2025 .Dt ABS2REL 3 .Os .Sh NAME .Nm abs2rel .Nd make a relative path name from an absolute path name .Sh SYNOPSIS +.Lb libpathconv .Ft "char *" .Fn abs2rel "const char *path" "const char *base" "char *result" "size_t size" .Sh DESCRIPTION diff --git a/lib/libpathconv/rel2abs.3 b/lib/libpathconv/rel2abs.3 index 1f607fd739e1..3d8f544fc3b3 100644 --- a/lib/libpathconv/rel2abs.3 +++ b/lib/libpathconv/rel2abs.3 @@ -23,13 +23,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 7, 2022 +.Dd December 13, 2025 .Dt REL2ABS 3 .Os .Sh NAME .Nm rel2abs .Nd make an absolute path name from a relative path name .Sh SYNOPSIS +.Lb libpathconv .Ft "char *" .Fn rel2abs "const char *path" "const char *base" "char *result" "size_t size" .Sh DESCRIPTIONhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6956b87d.34b62.6eee31b>
