aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2023-06-02 16:49:36 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2023-06-02 16:53:55 +0000
commit1e078fb6021ebb5ccfb092fe9e5befcf4054ac0b (patch)
tree84ac5c3c05f6299506258d329f14e6aa7e279f9e
parent6a3e9a885a9f27863883fc9500975e4e6f6c9fde (diff)
downloadsrc-1e078fb6021ebb5ccfb092fe9e5befcf4054ac0b.tar.gz
src-1e078fb6021ebb5ccfb092fe9e5befcf4054ac0b.zip
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
-rw-r--r--bin/nproc/nproc.14
1 files 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