git: 412394a79096 - stable/13 - nproc.1: Fix "first appeared in" details
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 10:58:02 UTC
The branch stable/13 has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=412394a79096b989d0f6bdfb3213e3f8e5105f7a
commit 412394a79096b989d0f6bdfb3213e3f8e5105f7a
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-06-02 16:49:36 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-06-05 10:57:17 +0000
nproc.1: Fix "first appeared in" details
nproc(1) has been MFC'ed into 13-STABLE and made it into 13.2-RELEASE.
MFC after: 3 days
(cherry picked from commit 1e078fb6021ebb5ccfb092fe9e5befcf4054ac0b)
---
bin/nproc/nproc.1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/nproc/nproc.1 b/bin/nproc/nproc.1
index d4d97ccbb5be..b693ded79a39 100644
--- a/bin/nproc/nproc.1
+++ b/bin/nproc/nproc.1
@@ -3,7 +3,7 @@
.\"
.\" * SPDX-License-Identifier: BSD-2-Clause
.\"
-.Dd February 15, 2023
+.Dd June 2, 2023
.Dt NPROC 1
.Os
.Sh NAME
@@ -50,7 +50,7 @@ On FreeBSD only active threads will be reported.
The
.Nm
utility first appeared in
-.Fx 14.0 .
+.Fx 13.2 .
.Sh AUTHORS
.An -nosplit
.An Mateusz Guzik Aq Mt mjg@FreeBSD.org