summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-03-08 22:01:31 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-03-08 22:01:31 +0000
commit0b469fb5f459a598879815f73a4ffd89df1f4dd5 (patch)
tree55e898278b20e34ddd3be958f7baab31032bd187 /share/man/man4
parenta6a4a6f527647018f04922ac284efe16704251d8 (diff)
typos;
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/man4.mvme68k/intro.46
-rw-r--r--share/man/man4/man4.mvme68k/mem.420
2 files changed, 13 insertions, 13 deletions
diff --git a/share/man/man4/man4.mvme68k/intro.4 b/share/man/man4/man4.mvme68k/intro.4
index 545e3d25a3e..fce1658f747 100644
--- a/share/man/man4/man4.mvme68k/intro.4
+++ b/share/man/man4/man4.mvme68k/intro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.4,v 1.13 2002/10/01 21:08:41 miod Exp $
+.\" $OpenBSD: intro.4,v 1.14 2003/03/08 22:01:30 jmc Exp $
.\" Copyright (c) 1990, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -123,10 +123,10 @@ MVME1[67]x memory controller.
MVME147 PCC chip.
.It Xr pcctwo 4
MVME1[67]7 PCC2 chip.
-.It Xr ssh 4
-NCR53710 low level SCSI adapter interface.
.It Xr sram 4
MVME162 static memory.
+.It Xr ssh 4
+NCR53710 low level SCSI adapter interface.
.It Xr vme 4
VME bus support.
.It Xr vs 4
diff --git a/share/man/man4/man4.mvme68k/mem.4 b/share/man/man4/man4.mvme68k/mem.4
index 3865719e668..2a412f13ca7 100644
--- a/share/man/man4/man4.mvme68k/mem.4
+++ b/share/man/man4/man4.mvme68k/mem.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mem.4,v 1.6 2002/10/01 21:01:35 miod Exp $
+.\" $OpenBSD: mem.4,v 1.7 2003/03/08 22:01:30 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.
.Pp
On the mvme68k,
@@ -76,9 +76,9 @@ Writeability of these devices is controlled by the system
.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 .