summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbentley <bentley@openbsd.org>2015-12-24 01:49:34 +0000
committerbentley <bentley@openbsd.org>2015-12-24 01:49:34 +0000
commit03bbf82d0785680acb2afc8ce52487dc4febc8ca (patch)
treea1cb0f3e1fe41d8625b22d45fc863cd9430f84d9
parentmdoc macro cleanup. (diff)
downloadwireguard-openbsd-03bbf82d0785680acb2afc8ce52487dc4febc8ca.tar.xz
wireguard-openbsd-03bbf82d0785680acb2afc8ce52487dc4febc8ca.zip
Mark up paths with Pa, and adjust tag width to avoid ugly wrapping.
ok jmc@ schwarze@
-rw-r--r--share/man/man4/drm.410
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/drm.4 b/share/man/man4/drm.4
index 132d14ee353..81afeb461cf 100644
--- a/share/man/man4/drm.4
+++ b/share/man/man4/drm.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: drm.4,v 1.6 2015/11/21 08:04:20 jmc Exp $
+.\" $OpenBSD: drm.4,v 1.7 2015/12/24 01:49:34 bentley Exp $
.\"
.\" Copyright (c) 2008 Jason McIntyre <jmc@openbsd.org>
.\"
@@ -13,7 +13,7 @@
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-.Dd $Mdocdate: November 21 2015 $
+.Dd $Mdocdate: December 24 2015 $
.Dt DRM 4
.Os
.Sh NAME
@@ -46,10 +46,10 @@ Intel integrated graphics chipsets
ATI RADEON video driver
.El
.Sh FILES
-.Bl -tag -width "/usr/X11R6/lib/modules/X_dri.soXXX" -compact
-.It /dev/drm*
+.Bl -tag -width "/usr/X11R6/lib/modules/dri/X_dri.so" -compact
+.It Pa /dev/drm*
DRM device special files.
-.It /usr/X11R6/lib/modules/dri/*_dri.so
+.It Pa /usr/X11R6/lib/modules/dri/*_dri.so
X DRI modules.
.El
.Sh SEE ALSO