diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-08-24 22:18:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-08-24 22:18:06 +0000 |
commit | 919f41e9bf6a11612918979f0e13f89b21957f58 (patch) | |
tree | f3f29f1d6ff34b92f13a8445dadcf9d3079b1e48 /share | |
parent | e45a6695ee8060924cf41f70b707690174a0b929 (diff) |
use MB for megabytes instead of Mb;
From: Zeljko Jovanovic
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.hp300/mem.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/man4.hp300/mem.4 b/share/man/man4/man4.hp300/mem.4 index 1d2b01255ce..148d9a801a4 100644 --- a/share/man/man4/man4.hp300/mem.4 +++ b/share/man/man4/man4.hp300/mem.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mem.4,v 1.8 2007/05/31 19:19:54 jmc Exp $ +.\" $OpenBSD: mem.4,v 1.9 2013/08/24 22:18:05 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)mem.4 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: August 24 2013 $ .Dt MEM 4 hp300 .Os .Sh NAME @@ -61,7 +61,7 @@ the last byte of physical memory is always Therefore, on an .Tn HP300 with -8Mb of memory, physical memory would start +8MB of memory, physical memory would start at .Li 0xFF800000 . The kernel virtual memory runs from |