diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-27 00:36:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-27 00:36:02 +0000 |
commit | 5657a8159dd9a7d995b15a207ba353918c4f4e1c (patch) | |
tree | 8b1a03970bfdfcf216b0dac449e4547f4b369871 /share/man/man4/man4.vax | |
parent | 1dd6118a8dfa9fbefa2027938842518ea78778a4 (diff) |
have mem(4) talk about securelevel(7)
Diffstat (limited to 'share/man/man4/man4.vax')
-rw-r--r-- | share/man/man4/man4.vax/mem.4 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man4/man4.vax/mem.4 b/share/man/man4/man4.vax/mem.4 index 5e9f73dc3cc..49c9955da3d 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.3 1999/06/05 13:18:39 aaron Exp $ +.\" $OpenBSD: mem.4,v 1.4 2000/04/27 00:36:00 deraadt 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. @@ -89,12 +89,17 @@ for the current process is .Dv UPAGES long and ends at the virtual address 80000000(16). +.Pp +Writeability of these devices is controlled by the system +.Xr securelevel 7 . .Sh FILES .Bl -tag -width Pa -compact .It Pa /dev/mem .It Pa /dev/kmem .It Pa /dev/kUmem .El +.Sh SEE ALSO +.Xr securelevel 7 .Sh HISTORY The .Nm mem , |