git: 1e078fb6021e - main - nproc.1: Fix "first appeared in" details
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jun 2023 16:55:49 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=1e078fb6021ebb5ccfb092fe9e5befcf4054ac0b
commit 1e078fb6021ebb5ccfb092fe9e5befcf4054ac0b
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-06-02 16:49:36 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-06-02 16:53:55 +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
---
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 8ebe94a21049..bf4a24e4ae53 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
@@ -51,7 +51,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