Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jul 2022 21:03:43 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: 8a02ea1dbc13 - main - nl: Correct history
Message-ID:  <202207242103.26OL3hZm055598@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=8a02ea1dbc139862456f488464072719341658d7

commit 8a02ea1dbc139862456f488464072719341658d7
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-07-24 20:58:44 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-07-24 21:01:52 +0000

    nl: Correct history
    
    nl actually first was available with System III, not System Vr2. Updated
    based on discussion on TUHS mailing list (archive recently moved so this
    message isn't get available in the archive).
    
    Suggested by: segalogo (Matt G)
---
 usr.bin/nl/nl.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.bin/nl/nl.1 b/usr.bin/nl/nl.1
index 1be5ed945c84..d25f032bbe71 100644
--- a/usr.bin/nl/nl.1
+++ b/usr.bin/nl/nl.1
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 18, 2020
+.Dd July 24, 2022
 .Dt NL 1
 .Os
 .Sh NAME
@@ -278,7 +278,7 @@ utility conforms to
 The
 .Nm
 utility first appeared in
-.At V.2 .
+.At III .
 .Sh BUGS
 Input lines are limited to
 .Dv LINE_MAX



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