summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-12-10 21:15:30 +0000
committerschwarze <schwarze@openbsd.org>2014-12-10 21:15:30 +0000
commit75a9523c2147d1fb92bb3cc491818fbd662b74ab (patch)
tree6b772443f3962c5cd49ad1773c68bed3e33f601b
parentadd missing sentence to RETURN VALUES; from Kaspars at Bankovskis dot net (diff)
downloadwireguard-openbsd-75a9523c2147d1fb92bb3cc491818fbd662b74ab.tar.xz
wireguard-openbsd-75a9523c2147d1fb92bb3cc491818fbd662b74ab.zip
HISTORY correction: v7, not v6.
Facts checked by Kaspars Bankovskis using tuhs.org archives. The commit introducing the claim that it was in v6 (by Keith Bostic on June 9, 1993) does not cite any sources: http://svnweb.freebsd.org/csrg?view=revision&revision=62961
-rw-r--r--share/man/man3/assert.38
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man3/assert.3 b/share/man/man3/assert.3
index 84ba907581f..c47a25ec902 100644
--- a/share/man/man3/assert.3
+++ b/share/man/man3/assert.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: assert.3,v 1.9 2014/12/07 01:27:03 schwarze Exp $
+.\" $OpenBSD: assert.3,v 1.10 2014/12/10 21:15:30 schwarze Exp $
.\" $NetBSD: assert.3,v 1.5 1994/11/30 15:24:30 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)assert.3 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: December 7 2014 $
+.Dd $Mdocdate: December 10 2014 $
.Dt ASSERT 3
.Os
.Sh NAME
@@ -84,5 +84,5 @@ macro conforms to
.Sh HISTORY
An
.Fn assert
-macro appeared in
-.At v6 .
+macro first appeared in
+.At v7 .