From 2ce32ab21a5961dd9405cde8d985da9d0a664276 Mon Sep 17 00:00:00 2001 From: Tom Hukins Date: Wed, 22 May 2024 13:32:03 +0100 Subject: [PATCH] Fix "version introduced" in two manual pages Signed-off-by: Tom Hukins 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 8f866e5ab32..ce289ebf502 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 67ddbfd5eaf..ec7059b9023 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