summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/man4.hp300/mem.46
-rw-r--r--usr.bin/sort/sort.110
2 files changed, 8 insertions, 8 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
diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1
index 37e20377c8a..47876a85c70 100644
--- a/usr.bin/sort/sort.1
+++ b/usr.bin/sort/sort.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sort.1,v 1.39 2010/09/03 11:09:29 jmc Exp $
+.\" $OpenBSD: sort.1,v 1.40 2013/08/24 22:18:05 jmc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)sort.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: September 3 2010 $
+.Dd $Mdocdate: August 24 2013 $
.Dt SORT 1
.Os
.Sh NAME
@@ -118,7 +118,7 @@ The following options override the default ordering rules globally:
.Bl -tag -width indent
.It Fl H
Use a merge sort instead of a radix sort.
-This option should be used for files larger than 60Mb.
+This option should be used for files larger than 60MB.
.It Fl s
Enable stable sort.
Uses additional resources (see
@@ -458,7 +458,7 @@ is equivalent to
.Fl f
and may take twice as long.
.Sh BUGS
-To sort files larger than 60Mb, use
+To sort files larger than 60MB, use
.Nm
.Fl H ;
-files larger than 704Mb must be sorted in smaller pieces, then merged.
+files larger than 704MB must be sorted in smaller pieces, then merged.