diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-12-10 21:15:31 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-12-10 21:15:31 +0000 |
commit | a5c1d5a6b4c7febf560a215ed07d28e65de3a9b2 (patch) | |
tree | fc8582b1103d8b60d8586813c55ebdcf2e54bfe1 /share/man | |
parent | 4e69035faba777878bb63713a3f9377d76b09675 (diff) |
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
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man3/assert.3 | 8 |
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 . |