diff options
author | Warner Losh <imp@FreeBSD.org> | 2022-07-24 20:58:44 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2022-07-24 21:01:52 +0000 |
commit | 8a02ea1dbc139862456f488464072719341658d7 (patch) | |
tree | fd72a9fb6e34a1f82bc1fada04a6944b2c03ccb8 /usr.bin/nl | |
parent | f10dd8af4b4fb17173321fac13b3221bf096555a (diff) | |
download | src-8a02ea1dbc139862456f488464072719341658d7.tar.gz src-8a02ea1dbc139862456f488464072719341658d7.zip |
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)
Diffstat (limited to 'usr.bin/nl')
-rw-r--r-- | usr.bin/nl/nl.1 | 4 |
1 files 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 |