diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-12-24 08:46:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-12-24 08:46:49 +0000 |
commit | 4262f4dc0baae89ce7ee4645c60b1063ceb0807c (patch) | |
tree | 83e8076f21d6f2b9329358d9e83af47288b0dcae /lib/libarch | |
parent | a6e43824140cebc291b59e52fdd6b4371657e2a9 (diff) |
formatting errors, found using freebsd's "igor";
Diffstat (limited to 'lib/libarch')
-rw-r--r-- | lib/libarch/alpha/inb.2 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libarch/alpha/inb.2 b/lib/libarch/alpha/inb.2 index d060338bd86..5d9fb6cb9a5 100644 --- a/lib/libarch/alpha/inb.2 +++ b/lib/libarch/alpha/inb.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inb.2,v 1.7 2007/05/31 19:19:27 jmc Exp $ +.\" $OpenBSD: inb.2,v 1.8 2011/12/24 08:46:48 jmc Exp $ .\" .\" Copyright (c) 2002 Matthieu Herrb .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: December 24 2011 $ .Dt LIBALPHA 2 alpha .Os .Sh NAME @@ -131,7 +131,8 @@ Code using these functions must be compiled using These functions originally appeared in .Fx . .Sh CAVEATS -Only BWX bus access method is supported for now. Machines requiring +Only BWX bus access method is supported for now. +Machines requiring swiz type access are not supported. .Pp Root credentials are needed to use these functions. |