diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-24 21:41:10 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-24 21:41:10 +0000 |
commit | c9cde209ca9db65080504e63658b6767c4216a71 (patch) | |
tree | 14cad37713bc21aa62c6368201dd8c76bcab3b36 /usr.bin/sort/sort.1 | |
parent | 279694ad2ff64f874bdc3e6eae6f1277016c7f82 (diff) |
Correct the HISTORY section to note that this command appeared in Version 5
of AT&T UNIX, not Version 6. Verified by strings(1)'ing a .dsk file (PDP-11
executable) containing the v5 sources, obtainable at gatekeeper.dec.com in the
directory /pub/DEC/sim/software. Idea from NetBSD PR/4790.
Diffstat (limited to 'usr.bin/sort/sort.1')
-rw-r--r-- | usr.bin/sort/sort.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1 index 56087733953..3f288cedb50 100644 --- a/usr.bin/sort/sort.1 +++ b/usr.bin/sort/sort.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sort.1,v 1.8 2000/03/11 21:40:03 aaron Exp $ +.\" $OpenBSD: sort.1,v 1.9 2000/03/24 21:41:09 aaron Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -399,7 +399,7 @@ calls link and unlink, and thus fails in protected directories. A .Nm command appeared in -.At v6 . +.At v5 . .Sh NOTES The current sort command uses lexicographic radix sorting, which requires that sort keys be kept in memory (as opposed to previous versions which used quick |