diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.mac68k/intro.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.mac68k/mem.4 | 24 |
2 files changed, 14 insertions, 14 deletions
diff --git a/share/man/man4/man4.mac68k/intro.4 b/share/man/man4/man4.mac68k/intro.4 index 2e73e019a20..200702e2204 100644 --- a/share/man/man4/man4.mac68k/intro.4 +++ b/share/man/man4/man4.mac68k/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.10 2002/10/01 21:08:41 miod Exp $ +.\" $OpenBSD: intro.4,v 1.11 2003/03/08 21:57:42 jmc Exp $ .\" $NetBSD: intro.4,v 1.4 1997/03/28 00:29:35 veego Exp $ .\" .\" Copyright (c) 1990, 1991 Regents of the University of California. @@ -113,7 +113,7 @@ Apple Sound Chip. .Tn NCR 53C9x built-in SCSI interface. .It Xr grf 4 -on-board and NuBus-based video interface. +On-board and NuBus-based video interface. .It Xr ite 4 Mac68k Internal Terminal Emulator. .It Xr mc 4 diff --git a/share/man/man4/man4.mac68k/mem.4 b/share/man/man4/man4.mac68k/mem.4 index 2ca196db366..bd517e87867 100644 --- a/share/man/man4/man4.mac68k/mem.4 +++ b/share/man/man4/man4.mac68k/mem.4 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)mem.4 8.1 (Berkeley) 6/5/93 -.\" $OpenBSD: mem.4,v 1.2 2000/04/27 00:35:57 deraadt Exp $ +.\" $OpenBSD: mem.4,v 1.3 2003/03/08 21:57:42 jmc Exp $ .\" $NetBSD: mem.4,v 1.1 1997/06/08 17:40:57 ender Exp $ .\" .Dd June 8, 1997 @@ -43,22 +43,22 @@ .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. 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 @@ -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 . |