diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-24 21:41:10 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-24 21:41:10 +0000 |
commit | c9cde209ca9db65080504e63658b6767c4216a71 (patch) | |
tree | 14cad37713bc21aa62c6368201dd8c76bcab3b36 /usr.bin/mail/mail.1 | |
parent | 279694ad2ff64f874bdc3e6eae6f1277016c7f82 (diff) |
Correct the HISTORY section to note that this command appeared in Version 5
of AT&T UNIX, not Version 6. Verified by strings(1)'ing a .dsk file (PDP-11
executable) containing the v5 sources, obtainable at gatekeeper.dec.com in the
directory /pub/DEC/sim/software. Idea from NetBSD PR/4790.
Diffstat (limited to 'usr.bin/mail/mail.1')
-rw-r--r-- | usr.bin/mail/mail.1 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index a04e753cb13..ccd108af413 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.27 2000/03/10 19:07:20 aaron Exp $ +.\" $OpenBSD: mail.1,v 1.28 2000/03/24 21:41:08 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -1108,9 +1108,8 @@ system initialization file .Sh HISTORY A .Nm mail -command -appeared in -.At v6 . +command appeared in +.At v5 . This man page is derived from .%T "The Mail Reference Manual" originally written by Kurt Shoens. |