summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2021-11-02 15:12:10 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2021-11-02 15:12:10 +0000
commit0459e05d8438c67f37bbb0bb5b8da224f21397ea (patch)
treedcf0a521cd9c91f51f2302b4fd874c127a99b379
parent9087c654ee977f8afe8f91627b205ad8ec7be3b0 (diff)
Add HISTORY section. OK schwarze@.
-rw-r--r--usr.bin/uniq/uniq.19
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1
index affd478612e..cc8c8df364c 100644
--- a/usr.bin/uniq/uniq.1
+++ b/usr.bin/uniq/uniq.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uniq.1,v 1.21 2017/12/23 00:52:33 schwarze Exp $
+.\" $OpenBSD: uniq.1,v 1.22 2021/11/02 15:12:09 millert Exp $
.\" $NetBSD: uniq.1,v 1.5 1994/12/06 07:51:15 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)uniq.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: December 23 2017 $
+.Dd $Mdocdate: November 2 2021 $
.Dt UNIQ 1
.Os
.Sh NAME
@@ -159,3 +159,8 @@ The historic
and
.Fl Ns Ar number
options have been deprecated but are still supported in this implementation.
+.Sh HISTORY
+A
+.Nm
+utility first appeared in
+.At v3 .