diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-14 13:10:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-14 13:10:25 +0000 |
commit | 311edb4590ad11673d09d17fd17e0ef5d0317790 (patch) | |
tree | 56a821465389a31e0a87b45c2033ea32745d305d /share/man | |
parent | 48cb5b7dc873b4f7cb23d955eb3f73d9f97b0471 (diff) |
these functions first appeared in 4.1, not 4.0;
from jung; ok art
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/atomic.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/atomic.9 b/share/man/man9/atomic.9 index 64b6e41ebac..28d443b7921 100644 --- a/share/man/man9/atomic.9 +++ b/share/man/man9/atomic.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atomic.9,v 1.2 2007/04/27 14:56:52 jmc Exp $ +.\" $OpenBSD: atomic.9,v 1.3 2007/05/14 13:10:24 jmc Exp $ .\" .\" Copyright (c) 2007 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -60,4 +60,4 @@ It is equivalent to The .Nm functions first appeared in -.Ox 4.0 . +.Ox 4.1 . |