Module Name:    src
Committed By:   gutteridge
Date:           Sun Dec 18 23:38:42 UTC 2022

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

Log Message:
mutex.9: fix markup (.Em not .Fn)


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/share/man/man9/mutex.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/mutex.9
diff -u src/share/man/man9/mutex.9:1.32 src/share/man/man9/mutex.9:1.33
--- src/share/man/man9/mutex.9:1.32	Sat Aug 20 14:17:36 2022
+++ src/share/man/man9/mutex.9	Sun Dec 18 23:38:42 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mutex.9,v 1.32 2022/08/20 14:17:36 riastradh Exp $
+.\"	$NetBSD: mutex.9,v 1.33 2022/12/18 23:38:42 gutteridge Exp $
 .\"
 .\" Copyright (c) 2007, 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -203,7 +203,7 @@ All loads and stores before
 .Fn mutex_exit
 will not be reordered after it or delayed in a write buffer, and hence
 will
-.Fn happen before
+.Em happen before
 any subsequent
 .Fn mutex_enter
 to acquire the mutex even on another CPU or in an interrupt.

Reply via email to