Module Name: src
Committed By: dyoung
Date: Fri Jan 22 20:40:36 UTC 2010
Modified Files:
src/share/man/man9: percpu.9
Log Message:
Add missing .El.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/percpu.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/percpu.9
diff -u src/share/man/man9/percpu.9:1.3 src/share/man/man9/percpu.9:1.4
--- src/share/man/man9/percpu.9:1.3 Fri Jan 22 20:27:57 2010
+++ src/share/man/man9/percpu.9 Fri Jan 22 20:40:36 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: percpu.9,v 1.3 2010/01/22 20:27:57 dyoung Exp $
+.\" $NetBSD: percpu.9,v 1.4 2010/01/22 20:40:36 dyoung Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -156,6 +156,7 @@
Do not rely on
.Fa cb
to be run on the CPUs in any particular order.
+.El
.Sh CODE REFERENCES
This section describes places within the
.Nx