Module Name: src
Committed By: martin
Date: Wed Feb 7 09:59:56 UTC 2018
Modified Files:
src/lib/libc/atomic: atomic_ops.3
Log Message:
Bump date for previous
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/atomic/atomic_ops.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/atomic/atomic_ops.3
diff -u src/lib/libc/atomic/atomic_ops.3:1.6 src/lib/libc/atomic/atomic_ops.3:1.7
--- src/lib/libc/atomic/atomic_ops.3:1.6 Wed Feb 7 09:55:35 2018
+++ src/lib/libc/atomic/atomic_ops.3 Wed Feb 7 09:59:56 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: atomic_ops.3,v 1.6 2018/02/07 09:55:35 martin Exp $
+.\" $NetBSD: atomic_ops.3,v 1.7 2018/02/07 09:59:56 martin Exp $
.\"
.\" Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 14, 2010
+.Dd February 7, 2018
.Dt ATOMIC_OPS 3
.Os
.Sh NAME