Module Name: src
Committed By: sevan
Date: Sun Sep 1 18:44:06 UTC 2019
Modified Files:
src/usr.bin/wc: wc.1
Log Message:
Document history
https://www.bell-labs.com/usr/dmr/www/man14.pdf
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/wc/wc.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/wc/wc.1
diff -u src/usr.bin/wc/wc.1:1.17 src/usr.bin/wc/wc.1:1.18
--- src/usr.bin/wc/wc.1:1.17 Mon Jul 3 21:34:22 2017
+++ src/usr.bin/wc/wc.1 Sun Sep 1 18:44:06 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: wc.1,v 1.17 2017/07/03 21:34:22 wiz Exp $
+.\" $NetBSD: wc.1,v 1.18 2019/09/01 18:44:06 sevan Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" from: @(#)wc.1 8.2 (Berkeley) 4/19/94
.\"
-.Dd February 18, 2010
+.Dd September 1, 2019
.Dt WC 1
.Os
.Sh NAME
@@ -144,3 +144,8 @@ The
.Nm
utility conforms to
.St -p1003.2-92 .
+.Sh HISTORY
+A
+.Nm
+utility appeared in
+.At v1 .