diff options
author | dg <dg@FreeBSD.org> | 1994-08-23 09:34:10 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-08-23 09:34:10 +0000 |
commit | 463fb272ff3883bd32c54473da32d5860ffba85e (patch) | |
tree | dbe745795dbd738117d82e0d9ba29774adcf4301 | |
parent | 62765641677cb2dbf3a3a2200cc8d8b6d3d159b3 (diff) | |
download | FreeBSD-src-463fb272ff3883bd32c54473da32d5860ffba85e.zip FreeBSD-src-463fb272ff3883bd32c54473da32d5860ffba85e.tar.gz |
Corrected kernel base address.
-rw-r--r-- | share/man/man4/man4.i386/mem.4 | 2 | ||||
-rw-r--r-- | share/man/man4/mem.4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/mem.4 b/share/man/man4/man4.i386/mem.4 index 1080cac..39166ee 100644 --- a/share/man/man4/man4.i386/mem.4 +++ b/share/man/man4/man4.i386/mem.4 @@ -68,7 +68,7 @@ for the current process is .Dv UPAGES long, and ends at virtual -address 0xfe000000. +address 0xf0000000. .Sh FILES .Bl -tag -width Pa -compact .It Pa /dev/mem diff --git a/share/man/man4/mem.4 b/share/man/man4/mem.4 index 1080cac..39166ee 100644 --- a/share/man/man4/mem.4 +++ b/share/man/man4/mem.4 @@ -68,7 +68,7 @@ for the current process is .Dv UPAGES long, and ends at virtual -address 0xfe000000. +address 0xf0000000. .Sh FILES .Bl -tag -width Pa -compact .It Pa /dev/mem |