Module Name: src
Committed By: wiz
Date: Sun Aug 2 22:38:29 UTC 2009
Modified Files:
src/share/man/man4: gpiosim.4
Log Message:
Make HTML-ready.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/gpiosim.4
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/man4/gpiosim.4
diff -u src/share/man/man4/gpiosim.4:1.1 src/share/man/man4/gpiosim.4:1.2
--- src/share/man/man4/gpiosim.4:1.1 Sat Aug 1 15:43:01 2009
+++ src/share/man/man4/gpiosim.4 Sun Aug 2 22:38:29 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpiosim.4,v 1.1 2009/08/01 15:43:01 mbalmer Exp $
+.\" $NetBSD: gpiosim.4,v 1.2 2009/08/02 22:38:29 wiz Exp $
.\"
.\" Copyright (c) 2009 Marc Balmer <[email protected]>
.\" All rights reserved.
@@ -32,9 +32,9 @@
The state of the simulated device can be manipulated through the
.Xr sysctl 8
interface.
-For this purpose, access the "hw.gpiosim<N>.value"
+For this purpose, access the "hw.gpiosim\*[Lt]N\*[Gt].value"
.Xr sysctl 8
-variable, where "<N>" denotes the number of the
+variable, where "\*[Lt]N\*[Gt]" denotes the number of the
.Nm
instance.
.Sh SEE ALSO