Module Name: src
Committed By: sevan
Date: Sun Sep 1 22:50:11 UTC 2019
Modified Files:
src/games/bcd: bcd.6
Log Message:
Document history.
https://www.bell-labs.com/usr/dmr/www/man11.pdf
Between v1 & v6 UNIX, bcd was rewritten in C, but I don't know if which version,
hence I've skipped mentioning it.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/games/bcd/bcd.6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/games/bcd/bcd.6
diff -u src/games/bcd/bcd.6:1.17 src/games/bcd/bcd.6:1.18
--- src/games/bcd/bcd.6:1.17 Tue Jan 16 06:43:53 2018
+++ src/games/bcd/bcd.6 Sun Sep 1 22:50:11 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: bcd.6,v 1.17 2018/01/16 06:43:53 pgoyette Exp $
+.\" $NetBSD: bcd.6,v 1.18 2019/09/01 22:50:11 sevan Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)bcd.6 8.1 (Berkeley) 5/31/93
.\"
-.Dd January 9, 2018
+.Dd September 1, 2019
.Dt BCD 6
.Os
.Sh NAME
@@ -83,3 +83,10 @@ option).
.%B "ITU-T Recommendation F.1: Operational provisions for the international public telegram service"
.%O "Division B, I. Morse code"
.Re
+.Sh HISTORY
+A
+.Nm bcd
+utility appeared in
+.At v1 .
+The current implementation originates from a rewrite included in
+.Bx 4.3 reno