Module Name:    src
Committed By:   riastradh
Date:           Sat Nov 30 02:47:14 UTC 2019

Modified Files:
        src/share/man/man9: atomic_loadstore.9 uvm_hotplug.9
        src/usr.sbin/i2cscan: i2cscan.8
        src/usr.sbin/pcictl: pcictl.8

Log Message:
Use .Sy, not .Em, for bold-faced WARNING of impending doom.

Underline and, worse, italic aren't as good at catching the eye.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/atomic_loadstore.9
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/uvm_hotplug.9
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/i2cscan/i2cscan.8
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/pcictl/pcictl.8

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.2 src/share/man/man9/atomic_loadstore.9:1.3
--- src/share/man/man9/atomic_loadstore.9:1.2	Sat Nov 30 02:38:44 2019
+++ src/share/man/man9/atomic_loadstore.9	Sat Nov 30 02:47:14 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: atomic_loadstore.9,v 1.2 2019/11/30 02:38:44 riastradh Exp $
+.\"	$NetBSD: atomic_loadstore.9,v 1.3 2019/11/30 02:47:14 riastradh Exp $
 .\"
 .\" Copyright (c) 2019 The NetBSD Foundation
 .\" All rights reserved.
@@ -655,7 +655,7 @@ and
 functions like a acquire operation on
 .Fa obj .
 .Pp
-.Em WARNING :
+.Sy WARNING :
 The combination of
 .Fn atomic_load_relaxed
 and

Index: src/share/man/man9/uvm_hotplug.9
diff -u src/share/man/man9/uvm_hotplug.9:1.4 src/share/man/man9/uvm_hotplug.9:1.5
--- src/share/man/man9/uvm_hotplug.9:1.4	Sat Dec 24 08:05:47 2016
+++ src/share/man/man9/uvm_hotplug.9	Sat Nov 30 02:47:14 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: uvm_hotplug.9,v 1.4 2016/12/24 08:05:47 wiz Exp $
+.\"	$NetBSD: uvm_hotplug.9,v 1.5 2019/11/30 02:47:14 riastradh Exp $
 .\"
 .\" Copyright (c) 2016 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -95,7 +95,7 @@ They must
 never be used after
 .Xr uvm_init 9 .
 .Pp
-.Em WARNING :
+.Sy WARNING :
 This is an experimental feature and should not be used in production
 environments.
 Furthermore, attempting to "hotplug" without

Index: src/usr.sbin/i2cscan/i2cscan.8
diff -u src/usr.sbin/i2cscan/i2cscan.8:1.6 src/usr.sbin/i2cscan/i2cscan.8:1.7
--- src/usr.sbin/i2cscan/i2cscan.8:1.6	Thu Nov 26 23:29:05 2015
+++ src/usr.sbin/i2cscan/i2cscan.8	Sat Nov 30 02:47:14 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: i2cscan.8,v 1.6 2015/11/26 23:29:05 wiz Exp $
+.\"	$NetBSD: i2cscan.8,v 1.7 2019/11/30 02:47:14 riastradh Exp $
 .\"
 .\" Copyright (c) 2011, 2013 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -61,7 +61,7 @@ Available options:
 scan using 1 byte reads instead of quick writes.
 .El
 .Pp
-.Em WARNING !
+.Sy WARNING :
 Using this utility can access some devices in such a
 manner as to leave them in an unstable or unusable state.
 It can also lock up the entire

Index: src/usr.sbin/pcictl/pcictl.8
diff -u src/usr.sbin/pcictl/pcictl.8:1.19 src/usr.sbin/pcictl/pcictl.8:1.20
--- src/usr.sbin/pcictl/pcictl.8:1.19	Tue Sep 27 16:44:04 2016
+++ src/usr.sbin/pcictl/pcictl.8	Sat Nov 30 02:47:14 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pcictl.8,v 1.19 2016/09/27 16:44:04 mrg Exp $
+.\"	$NetBSD: pcictl.8,v 1.20 2019/11/30 02:47:14 riastradh Exp $
 .\"
 .\" Copyright 2001 Wasabi Systems, Inc.
 .\" All rights reserved.
@@ -96,7 +96,7 @@ If the bus is not specified, it defaults
 PCI bus specified on the command line.
 If the function is not specified, it defaults to 0.
 .Pp
-.Em WARNING :
+.Sy WARNING :
 .Nm
 .Cm read
 is a dangerous command that can damage hardware and panic the operating
@@ -118,7 +118,7 @@ If the bus is not specified, it defaults
 PCI bus specified on the command line.
 If the function is not specified, it defaults to 0.
 .Pp
-.Em WARNING :
+.Sy WARNING :
 .Nm
 .Cm write
 is a dangerous command that can damage hardware and panic the operating

Reply via email to