Module Name:    src
Committed By:   riastradh
Date:           Thu Sep  3 00:23:57 UTC 2020

Modified Files:
        src/share/man/man9: atomic_loadstore.9

Log Message:
atomic_load/store_* appeared in NetBSD 9, not 10.

Pullup preceded release of 9.0.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/atomic_loadstore.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/atomic_loadstore.9
diff -u src/share/man/man9/atomic_loadstore.9:1.5 src/share/man/man9/atomic_loadstore.9:1.6
--- src/share/man/man9/atomic_loadstore.9:1.5	Sun Dec  8 00:00:59 2019
+++ src/share/man/man9/atomic_loadstore.9	Thu Sep  3 00:23:57 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: atomic_loadstore.9,v 1.5 2019/12/08 00:00:59 uwe Exp $
+.\"	$NetBSD: atomic_loadstore.9,v 1.6 2020/09/03 00:23:57 riastradh Exp $
 .\"
 .\" Copyright (c) 2019 The NetBSD Foundation
 .\" All rights reserved.
@@ -766,7 +766,7 @@ or similar to enable resource reclamatio
 .Xr pserialize 9
 .Sh HISTORY
 These atomic operations first appeared in
-.Nx 10.0 .
+.Nx 9.0 .
 .Sh CAVEATS
 C11 formally specifies that all subexpressions, except the left
 operands of the

Reply via email to