diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-07 09:35:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-07 09:35:00 +0000 |
commit | e480ba8c7ced01182e61086f5d1a6f0f517ffd62 (patch) | |
tree | dc6303a38b546bd2e69d7b36d0c72c9530778157 | |
parent | fedbba7368e1e7df8f69223615a272705e3db4c9 (diff) |
typos;
-rw-r--r-- | share/man/man4/man4.alpha/asc.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.alpha/mem.4 | 24 | ||||
-rw-r--r-- | share/man/man4/man4.alpha/tga.4 | 6 |
3 files changed, 17 insertions, 17 deletions
diff --git a/share/man/man4/man4.alpha/asc.4 b/share/man/man4/man4.alpha/asc.4 index 54b9e36323c..6634f28911c 100644 --- a/share/man/man4/man4.alpha/asc.4 +++ b/share/man/man4/man4.alpha/asc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: asc.4,v 1.1 2002/09/30 18:09:48 miod Exp $ +.\" $OpenBSD: asc.4,v 1.2 2003/03/07 09:34:59 jmc Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All rights reserved. @@ -23,7 +23,7 @@ NCR 53c[f]94 chips, found on DEC 3000/[3456789]00 series Alpha workstations. .Sh SEE ALSO .Xr cd 4 , .Xr ch 4 , -.Xr intro 4, +.Xr intro 4 , .Xr scsi 4 , .Xr sd 4 , .Xr ss 4 , diff --git a/share/man/man4/man4.alpha/mem.4 b/share/man/man4/man4.alpha/mem.4 index 2f6d218aeff..61f086f65e7 100644 --- a/share/man/man4/man4.alpha/mem.4 +++ b/share/man/man4/man4.alpha/mem.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mem.4,v 1.1 2001/10/05 00:16:55 miod Exp $ +.\" $OpenBSD: mem.4,v 1.2 2003/03/07 09:34:59 jmc Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -42,10 +42,10 @@ .Sh NAME .Nm mem , .Nm kmem -.Nd main memory +.Nd memory files .Sh DESCRIPTION The file -.Nm /dev/mem +.Pa /dev/mem is an interface to the physical memory of the computer. Byte offsets in this file are interpreted as physical memory addresses. @@ -53,12 +53,12 @@ Reading and writing this file is equivalent to reading and writing memory itself. An error will be returned if an attempt is made to reference an offset outside of -.Nm /dev/mem . +.Pa /dev/mem . .Pp Kernel virtual memory is accessed via the file -.Nm /dev/kmem +.Pa /dev/kmem in the same manner as -.Nm /dev/mem . +.Pa /dev/mem . Only kernel virtual addresses that are currently mapped to memory are allowed. .Sh ALPHA On the @@ -71,15 +71,15 @@ Writeability of these devices is controlled by the system .Xr securelevel 7 . .Sh FILES .Bl -tag -width /dev/kmem -compact -.It Pa /dev/mem -.It Pa /dev/kmem +.It /dev/mem +.It /dev/kmem .El .Sh SEE ALSO .Xr securelevel 7 .Sh HISTORY -The files -.Nm mem +The +.Pa /dev/mem and -.Nm kmem -appeared in +.Pa /dev/kmem +files appeared in .At v6 . diff --git a/share/man/man4/man4.alpha/tga.4 b/share/man/man4/man4.alpha/tga.4 index 57a472f91dd..60518ea25b4 100644 --- a/share/man/man4/man4.alpha/tga.4 +++ b/share/man/man4/man4.alpha/tga.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tga.4,v 1.3 2002/09/30 18:09:48 miod Exp $ +.\" $OpenBSD: tga.4,v 1.4 2003/03/07 09:34:59 jmc Exp $ .\" .\" Copyright (c) 2001 Nathan L. Binkert .\" All rights reserved. @@ -27,7 +27,7 @@ .\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .Dd October 5, 2001 -.Dt TGA 4 +.Dt TGA 4 alpha .Os .Sh NAME .Nm tga @@ -70,7 +70,7 @@ there are no guarantees. .Pp N.B.: The resolution selected is the resolution used in X windows. .Pp -There are also a couple of extra jumpers on some card. +There are also a couple of extra jumpers on some cards. One of these jumpers often selects the card to be the primary display. Exactly one of the cards in your machine should have that jumper on. If you have extra cards, they should have the jumper off. |