Module Name: src
Committed By: riastradh
Date: Sun Nov 12 21:07:15 UTC 2017
Modified Files:
src/share/man/man9: intro.9
Log Message:
Xref locking(9). Xref membar_ops(3), not mb(9).
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/intro.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/intro.9
diff -u src/share/man/man9/intro.9:1.18 src/share/man/man9/intro.9:1.19
--- src/share/man/man9/intro.9:1.18 Tue May 30 13:49:01 2017
+++ src/share/man/man9/intro.9 Sun Nov 12 21:07:15 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: intro.9,v 1.18 2017/05/30 13:49:01 abhinav Exp $
+.\" $NetBSD: intro.9,v 1.19 2017/11/12 21:07:15 riastradh Exp $
.\"
.\" Copyright (c) 1997, 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -207,6 +207,10 @@ TCP congestion control API.
See
.Xr tcp_congctl 9 .
.Sh LOCKING AND INTERRUPT CONTROL
+See
+.Xr locking 9
+for an overview.
+.Pp
Condition variables.
See
.Xr condvar 9 .
@@ -217,7 +221,7 @@ See
.Pp
Memory barriers.
See
-.Xr mb 9 .
+.Xr membar_ops 3 .
.Pp
Mutual exclusion primitives.
See