Module Name:    src
Committed By:   wiz
Date:           Sat Apr 10 21:10:10 UTC 2010

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

Log Message:
Mark up NULL with Dv.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/share/man/man9/sysmon_envsys.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/sysmon_envsys.9
diff -u src/share/man/man9/sysmon_envsys.9:1.38 src/share/man/man9/sysmon_envsys.9:1.39
--- src/share/man/man9/sysmon_envsys.9:1.38	Sat Apr 10 19:03:56 2010
+++ src/share/man/man9/sysmon_envsys.9	Sat Apr 10 21:10:10 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysmon_envsys.9,v 1.38 2010/04/10 19:03:56 pgoyette Exp $
+.\"	$NetBSD: sysmon_envsys.9,v 1.39 2010/04/10 21:10:10 wiz Exp $
 .\"
 .\" Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -223,7 +223,9 @@
 The
 .Fa sme_set_limits
 callback can be invoked with the third argument (a pointer to the new
-limits) set to a NULL pointer.
+limits) set to a
+.Dv NULL
+pointer.
 Device drivers must recognize this as a request to restore the sensor
 limits to their original, boot-time values.
 .Pp

Reply via email to