Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2025 17:45:38 +0000
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc:        Artem Bunichev <tembun@bk.ru>
Subject:   git: 2c75ac14d7e9 - main - libpathconv: Document library in the man pages
Message-ID:  <69419ac2.f143.3fe8df29@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=2c75ac14d7e9d1d57d70bbf26716868607f0d1fe

commit 2c75ac14d7e9d1d57d70bbf26716868607f0d1fe
Author:     Artem Bunichev <tembun@bk.ru>
AuthorDate: 2025-12-16 17:42:46 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-12-16 17:43:17 +0000

    libpathconv: Document library in the man pages
    
    Reviewed by:            ziaee, imp
    Differential Revision:  https://reviews.freebsd.org/D54213
---
 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 DESCRIPTION


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69419ac2.f143.3fe8df29>