diff options
Diffstat (limited to 'share/man/man4/man4.vax/mem.4')
-rw-r--r-- | share/man/man4/man4.vax/mem.4 | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/share/man/man4/man4.vax/mem.4 b/share/man/man4/man4.vax/mem.4 index ed3fbe92b9f..c7fc87bfab5 100644 --- a/share/man/man4/man4.vax/mem.4 +++ b/share/man/man4/man4.vax/mem.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mem.4,v 1.5 2000/07/22 05:01:13 bjc Exp $ +.\" $OpenBSD: mem.4,v 1.6 2002/10/01 21:05:31 miod Exp $ .\" $NetBSD: mem.4,v 1.3 1996/03/03 17:13:50 thorpej Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -39,8 +39,7 @@ .Os .Sh NAME .Nm mem , -.Nm kmem , -.Nm kUmem +.Nm kmem .Nd memory files .Sh DESCRIPTION The special file @@ -59,17 +58,6 @@ in the same manner as .Nm /dev/mem . Only kernel virtual addresses that are currently mapped to memory are allowed. .Pp -The file -.Nm /dev/kUmem -also refers to kernel virtual memory, -but may be used to access areas mapped to -.Tn UNIBUS -address space -and other -.Tn I/O -areas. -It forces all accesses to use word (short integer) accesses. -.Pp On the .Tn VAX 11/780 (and others), @@ -96,7 +84,6 @@ Writeability of these devices is controlled by the system .Bl -tag -width Pa -compact .It Pa /dev/mem .It Pa /dev/kmem -.It Pa /dev/kUmem .El .Sh SEE ALSO .Xr securelevel 7 @@ -106,7 +93,3 @@ The .Nm kmem files appeared in .At v6 . -The file -.Nm kUmem -appeared in -.Bx 3.0 . |