git: 2c75ac14d7e9 - main - libpathconv: Document library in the man pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Dec 2025 17:45:38 UTC
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