Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2024 16:32:37 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2ce32ab21a59 - main - Fix "version introduced" in two manual pages
Message-ID:  <202405231632.44NGWbPq063533@gitrepo.freebsd.org>

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

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

commit 2ce32ab21a5961dd9405cde8d985da9d0a664276
Author:     Tom Hukins <tom@FreeBSD.org>
AuthorDate: 2024-05-22 12:32:03 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-05-23 16:30:32 +0000

    Fix "version introduced" in two manual pages
    
    Signed-off-by: Tom Hukins <tom@FreeBSD.org>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1252
---
 lib/libc/gen/exec.3                     | 2 +-
 usr.bin/posixmqcontrol/posixmqcontrol.1 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3
index 8f866e5ab321..ce289ebf502a 100644
--- a/lib/libc/gen/exec.3
+++ b/lib/libc/gen/exec.3
@@ -344,7 +344,7 @@ function first appeared in
 The
 .Fn execvpe
 function first appeared in
-.Fx 15.0 .
+.Fx 14.1 .
 .Sh BUGS
 The type of the
 .Fa argv
diff --git a/usr.bin/posixmqcontrol/posixmqcontrol.1 b/usr.bin/posixmqcontrol/posixmqcontrol.1
index 67ddbfd5eaf0..ec7059b90235 100644
--- a/usr.bin/posixmqcontrol/posixmqcontrol.1
+++ b/usr.bin/posixmqcontrol/posixmqcontrol.1
@@ -172,7 +172,7 @@ info reports a worst-case estimate for QSIZE.
 The
 .Nm
 command appeared in
-.Fx 15.0 .
+.Fx 14.1 .
 .Sh AUTHORS
 The
 .Nm



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