diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-25 20:46:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-25 20:46:52 +0000 |
commit | 4021c6e4a6c152e058b30b88c3f193b9ff2774c1 (patch) | |
tree | 51599b0f9ca8c63d5d7c22beec550b5bfa249b99 | |
parent | c36100dd7e3f33b7977af600207a3c972c7a981a (diff) |
a few more tweaks;
-rw-r--r-- | share/man/man4/agp.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/agp.4 b/share/man/man4/agp.4 index 3385c4b6fb6..73069bdf8f0 100644 --- a/share/man/man4/agp.4 +++ b/share/man/man4/agp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: agp.4,v 1.1 2007/11/25 17:11:11 oga Exp $ +.\" $OpenBSD: agp.4,v 1.2 2007/11/25 20:46:51 jmc Exp $ .\" Copyright (c) Owain Ainsworth <oga@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -22,8 +22,8 @@ .Cd "agp* at pchb?" .Sh DESCRIPTION The -.Nm -driver provides support from programming the AGP GART through +.Nm +driver provides support for programming the AGP GART through .Xr ioctl 2 . This support is used by the X server on some architectures. .Pp @@ -127,7 +127,7 @@ typedef struct _agp_unbind { .Ed .El .Sh FILES -.Bl -tag -width /dev/agpgart -compact +.Bl -tag -width "/dev/agpgartXXX" -compact .It Pa /dev/agp? AGP GART device special files. .It Pa /dev/agpgart |