Module Name: src
Committed By: sevan
Date: Sat Apr 18 22:03:51 UTC 2020
Modified Files:
src/libexec/utmp_update: utmp_update.8
Log Message:
document history
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/libexec/utmp_update/utmp_update.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/utmp_update/utmp_update.8
diff -u src/libexec/utmp_update/utmp_update.8:1.2 src/libexec/utmp_update/utmp_update.8:1.3
--- src/libexec/utmp_update/utmp_update.8:1.2 Wed Apr 30 13:10:52 2008
+++ src/libexec/utmp_update/utmp_update.8 Sat Apr 18 22:03:51 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: utmp_update.8,v 1.2 2008/04/30 13:10:52 martin Exp $
+.\" $NetBSD: utmp_update.8,v 1.3 2020/04/18 22:03:51 sevan Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -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 December 12, 2002
+.Dd April 18, 2020
.Dt UTMP_UPDATE 8
.Os
.Sh NAME
@@ -59,3 +59,8 @@ returns 0 on success, and 1 if an error
.Sh SEE ALSO
.Xr pututxline 3 ,
.Xr utmpx 5
+.Sh HISTORY
+A
+.Nm
+utility appeared in
+.Nx 2.0 .