OpenBSD CVS

CVS log for src/usr.bin/sort/sort.1


[BACK] Up to [local] / src / usr.bin / sort

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.65 / (download) - annotate - [select for diffs], Thu Mar 31 17:27:27 2022 UTC (2 years, 1 month ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.64: +3 -3 lines
Diff to previous 1.64 (colored)

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@

Revision 1.64 / (download) - annotate - [select for diffs], Sat Sep 4 19:21:39 2021 UTC (2 years, 8 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.63: +3 -3 lines
Diff to previous 1.63 (colored)

delete a stray word reported by wilfried dot meindl at gmail dot com;
while here, delete the redundant word "will" right in front of it, too

Revision 1.63 / (download) - annotate - [select for diffs], Thu Jan 16 16:46:47 2020 UTC (4 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.62: +3 -3 lines
Diff to previous 1.62 (colored)

Usually, -width Fl (which is 10n) is too wide and hence ugly.
Change several instances, most of them to the usual -width Ds.

Revision 1.62 / (download) - annotate - [select for diffs], Fri Sep 6 19:25:08 2019 UTC (4 years, 8 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.61: +3 -3 lines
Diff to previous 1.61 (colored)

More Version 1 AT&T UNIX history.
This became possible because copies of the original v1 manuals
have shown up on the Internet some time ago.
Reminded by Sevan Janiyan <venture37 at geeklan dot co dot uk>.

Revision 1.61 / (download) - annotate - [select for diffs], Sun Jun 2 06:53:11 2019 UTC (4 years, 11 months ago) by bentley
Branch: MAIN
Changes since 1.60: +9 -5 lines
Diff to previous 1.60 (colored)

In manpages, don't escape apostrophes as \'; it's rarely what you want.

Most of these are correct just as '. A few benefit from Ql or \(aq.
But if in doubt, just use '.

Revision 1.60 / (download) - annotate - [select for diffs], Wed May 15 09:07:46 2019 UTC (5 years ago) by schwarze
Branch: MAIN
Changes since 1.59: +10 -28 lines
Diff to previous 1.59 (colored)

Cleanup:
Delete handling of LC_COLLATE (which has no effect)
and delete support for non-ASCII single-byte encodings,
allowing to replace the condition byte_sort == 1
with sort_mb_cur_max == 1.
Since none of our single-byte character and string functions are
locale dependent, also zap inspection of LC_CTYPE while here.

For know, keep the code supporting multi-byte encodings
even though it is very ugly, it cannot be reached right now,
and we have no plans to enable it any time soon.

OK millert@ tb@

Revision 1.59 / (download) - annotate - [select for diffs], Mon May 13 17:00:12 2019 UTC (5 years ago) by schwarze
Branch: MAIN
Changes since 1.58: +2 -27 lines
Diff to previous 1.58 (colored)

Delete tentacles of LC_NUMERIC support.
Our libc doesn't support that now and won't in the future.
Minus ~90 lines of code, no functional change.
OK tb@

Revision 1.58 / (download) - annotate - [select for diffs], Sun Feb 24 09:57:43 2019 UTC (5 years, 2 months ago) by anton
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.57: +3 -3 lines
Diff to previous 1.57 (colored)

short option comes first, followed by the corresponding long option

ok jmc@

Revision 1.57 / (download) - annotate - [select for diffs], Sat Jun 10 14:54:42 2017 UTC (6 years, 11 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.56: +10 -10 lines
Diff to previous 1.56 (colored)

add missing blanks before several delimiters; found with mandoc -Tlint

Revision 1.56 / (download) - annotate - [select for diffs], Mon Oct 17 02:58:29 2016 UTC (7 years, 7 months ago) by lteo
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.55: +4 -4 lines
Diff to previous 1.55 (colored)

/var/tmp -> /tmp

From Jan Stary.
"POSIX doesn't restrict us here" and ok schwarze@

Revision 1.55 / (download) - annotate - [select for diffs], Tue Oct 11 13:08:20 2016 UTC (7 years, 7 months ago) by schwarze
Branch: MAIN
Changes since 1.54: +6 -2 lines
Diff to previous 1.54 (colored)

missing .Fl macro, from Jan Stary

Revision 1.54 / (download) - annotate - [select for diffs], Sun Apr 5 14:20:22 2015 UTC (9 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.53: +12 -1 lines
Diff to previous 1.53 (colored)

Document that some sorts uses -b w/o key fields.

Revision 1.53 / (download) - annotate - [select for diffs], Sun Apr 5 13:56:04 2015 UTC (9 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.52: +7 -4 lines
Diff to previous 1.52 (colored)

The -b flag should only apply when key fields are specified.
If -b follows -k it has no effect.

Revision 1.52 / (download) - annotate - [select for diffs], Sun Apr 5 13:54:06 2015 UTC (9 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.51: +9 -2 lines
Diff to previous 1.51 (colored)

Do not permute command line arguments but still support the
obsolescent "-o outfile" after input files syntax.

Revision 1.51 / (download) - annotate - [select for diffs], Wed Apr 1 19:56:01 2015 UTC (9 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.50: +2 -1 lines
Diff to previous 1.50 (colored)

Use strtonum() to parse argument to --batch-size and document the
minimum value in the manual.

Revision 1.50 / (download) - annotate - [select for diffs], Sat Mar 21 21:47:37 2015 UTC (9 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.49: +9 -8 lines
Diff to previous 1.49 (colored)

typo/grammar fixes;

Revision 1.49 / (download) - annotate - [select for diffs], Sat Mar 21 21:30:58 2015 UTC (9 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.48: +39 -44 lines
Diff to previous 1.48 (colored)

sort options, and generally shuffle around; do not give "file operands" its own
section;

Revision 1.48 / (download) - annotate - [select for diffs], Sat Mar 21 21:19:25 2015 UTC (9 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

too late, alas, i found one more arc4random Fn that is better as Xr;

Revision 1.47 / (download) - annotate - [select for diffs], Sat Mar 21 21:18:02 2015 UTC (9 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.46: +4 -5 lines
Diff to previous 1.46 (colored)

there is no real need to send readers to arc4random_buf(3) in SEE ALSO, but
in the one place where it is mentioned, use an Xr rather than Fn;

Revision 1.46 / (download) - annotate - [select for diffs], Sat Mar 21 21:15:12 2015 UTC (9 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.45: +22 -22 lines
Diff to previous 1.45 (colored)

sort ENVIRONMENT;

Revision 1.45 / (download) - annotate - [select for diffs], Thu Mar 19 13:51:10 2015 UTC (9 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.44: +3 -5 lines
Diff to previous 1.44 (colored)

standard sections, and a little more macro stuff;

Revision 1.44 / (download) - annotate - [select for diffs], Thu Mar 19 13:36:01 2015 UTC (9 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.43: +17 -17 lines
Diff to previous 1.43 (colored)

macro fixes;

Revision 1.43 / (download) - annotate - [select for diffs], Thu Mar 19 13:11:05 2015 UTC (9 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.42: +4 -4 lines
Diff to previous 1.42 (colored)

update the note in STANDARDS about which options are extensions; also add -m
to SYNOPSIS and usage(), which i missed in previous;

Revision 1.42 / (download) - annotate - [select for diffs], Thu Mar 19 11:38:12 2015 UTC (9 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.41: +12 -17 lines
Diff to previous 1.41 (colored)

first run through this page. mainly getting SYNOPSIS and usage() orderly
(if perhaps not quite correct yet);

Revision 1.41 / (download) - annotate - [select for diffs], Tue Mar 17 17:45:13 2015 UTC (9 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.40: +337 -170 lines
Diff to previous 1.40 (colored)

Initial import of FreeBSD sort.

Revision 1.40 / (download) - annotate - [select for diffs], Sat Aug 24 22:18:05 2013 UTC (10 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.39: +5 -5 lines
Diff to previous 1.39 (colored)

use MB for megabytes instead of Mb;
From: Zeljko Jovanovic

Revision 1.39 / (download) - annotate - [select for diffs], Fri Sep 3 11:09:29 2010 UTC (13 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.38: +23 -23 lines
Diff to previous 1.38 (colored)

add an EXIT STATUS section for /usr/bin;

Revision 1.38 / (download) - annotate - [select for diffs], Mon Jun 28 15:28:52 2010 UTC (13 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.37: +13 -9 lines
Diff to previous 1.37 (colored)

move -H and -s to their own little section, since they did not belong in
the section they were in;

from Daniel Dickman
ok otto sobrado

Revision 1.37 / (download) - annotate - [select for diffs], Fri Jun 11 06:51:41 2010 UTC (13 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.36: +54 -30 lines
Diff to previous 1.36 (colored)

various fixes from Daniel Dickman:
- clarify sort's various modes of operation
- -m is overridden by -C and -c
- ordering options should not appear after -k
- give -k it's own little section (aw!)

discussed with, tweaked by, and ok sobrado millert otto

Revision 1.36 / (download) - annotate - [select for diffs], Thu May 27 20:32:41 2010 UTC (13 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored)

"Pa Ar" produces wonky output, and makes no sense;

Revision 1.35 / (download) - annotate - [select for diffs], Tue Dec 22 19:47:02 2009 UTC (14 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.34: +24 -17 lines
Diff to previous 1.34 (colored)

implement -C (silent -c), required by POSIX.1-2008;
patch from Daniel Dickman <didickman at gmail dot com> tweaked by me;
"looks ok" millert@, manual help and ok jmc@

Revision 1.34 / (download) - annotate - [select for diffs], Sun Aug 16 09:41:08 2009 UTC (14 years, 9 months ago) by sobrado
Branch: MAIN
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 (colored)

replace ".Ar file ..." with ".Ar" whenever possible.

ok jmc@

Revision 1.33 / (download) - annotate - [select for diffs], Sun Feb 8 17:15:10 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored)

bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
updates to follow;

Revision 1.32 / (download) - annotate - [select for diffs], Wed Oct 1 06:39:18 2008 UTC (15 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

-s not specified by posix; from Daniel Dickman

Revision 1.31 / (download) - annotate - [select for diffs], Tue Aug 21 21:22:37 2007 UTC (16 years, 9 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.30: +5 -3 lines
Diff to previous 1.30 (colored)

Fix up the -s description, with help from tom@

Revision 1.30 / (download) - annotate - [select for diffs], Tue Aug 21 20:29:25 2007 UTC (16 years, 9 months ago) by millert
Branch: MAIN
Changes since 1.29: +4 -2 lines
Diff to previous 1.29 (colored)

Add a -s option to make the radix sort be a stable sort.  Based on
a diff from Eric Gouyer.  Closes PR 5553.  OK deraadt@

Revision 1.29 / (download) - annotate - [select for diffs], Thu May 31 19:20:16 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

convert to new .Dd format;

Revision 1.28 / (download) - annotate - [select for diffs], Wed May 30 04:41:34 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored)

- use a consistent text for STANDARDS
- note which options are extensions to POSIX

Revision 1.27 / (download) - annotate - [select for diffs], Fri Oct 28 23:18:17 2005 UTC (18 years, 6 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.26: +11 -1 lines
Diff to previous 1.26 (colored)

sort is part of posix so document it as such. more importantly list our
extensions so hopefully people moving scripts to other platforms wont get
too confused. this has been bothering me since -z was added.

big help from and ok jmc@

Revision 1.26 / (download) - annotate - [select for diffs], Tue Oct 4 18:13:22 2005 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

clarify behaviour of -u option;
ok otto@

Revision 1.25 / (download) - annotate - [select for diffs], Tue Oct 4 15:12:01 2005 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.24: +5 -1 lines
Diff to previous 1.24 (colored)

document that -k may be specified multiple times,
and the effect of doing so;

ok otto@

Revision 1.24 / (download) - annotate - [select for diffs], Tue Oct 4 11:26:43 2005 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.23: +2 -6 lines
Diff to previous 1.23 (colored)

remove ellipsis following -k in synopsis; my last commit put this
in the wrong place, but i think it will be clearer to remove it
altogether and improve the description of -k (to follow);

ok otto@

Revision 1.23 / (download) - annotate - [select for diffs], Wed Sep 28 10:10:16 2005 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.22: +41 -31 lines
Diff to previous 1.22 (colored)

sort options and sync usage();
some help from dlg@

Revision 1.22 / (download) - annotate - [select for diffs], Tue Sep 27 23:40:07 2005 UTC (18 years, 7 months ago) by dlg
Branch: MAIN
Changes since 1.21: +4 -2 lines
Diff to previous 1.21 (colored)

add a -z option that allows you to split records on the nul character
('\0'). useful in combination with things like "find . -print0" and
"xargs -0". for dewi, a chump.

ok deraadt@

Revision 1.21 / (download) - annotate - [select for diffs], Mon Jul 14 12:56:07 2003 UTC (20 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

- .Cm Fl -> .Fl
- fix list width

Revision 1.20 / (download) - annotate - [select for diffs], Tue Jun 3 02:56:16 2003 UTC (20 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.19: +2 -6 lines
Diff to previous 1.19 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Mar 31 18:28:50 2003 UTC (21 years, 1 month ago) by tdeval
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Sync positional arguments equivalence's description with reality.
ok millert@

Revision 1.18 / (download) - annotate - [select for diffs], Sat Nov 9 02:22:33 2002 UTC (21 years, 6 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

more SEE ALSO fixes.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Feb 10 15:50:15 2002 UTC (22 years, 3 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Typo.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jan 24 20:33:46 2002 UTC (22 years, 3 months ago) by mickey
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

fix the history refs

Revision 1.15 / (download) - annotate - [select for diffs], Tue May 1 17:58:04 2001 UTC (23 years ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.14: +1 -3 lines
Diff to previous 1.14 (colored)

Remove completely redundant introductory sentences in ENVIRONMENT sections.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Feb 4 21:27:01 2001 UTC (23 years, 3 months ago) by ericj
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.13: +15 -6 lines
Diff to previous 1.13 (colored)


Bring in some recent fixup's from NetBSD. This allows lines longer than 65522
to be properly sorted. Many other cleanup's done, and depreciate register.
millert@ and deraadt@ ok.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Nov 9 17:52:39 2000 UTC (23 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Oct 18 05:24:12 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.11: +35 -56 lines
Diff to previous 1.11 (colored)

- Section shuffling.
- Remove short lines.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jul 6 04:06:56 2000 UTC (23 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Insert more missing .El directives. Our troff really should identify these and
spit out a warning.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Apr 12 21:47:50 2000 UTC (24 years, 1 month ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Trailing whitespace begone!

Revision 1.9 / (download) - annotate - [select for diffs], Fri Mar 24 21:41:09 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

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.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Mar 11 21:40:03 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.7: +37 -33 lines
Diff to previous 1.7 (colored)

Various cleanups and standardizations.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Mar 5 00:28:55 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Finish standardizing options list introduction.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 5 07:40:43 2000 UTC (24 years, 4 months ago) by pjanzen
Branch: MAIN
Changes since 1.5: +37 -19 lines
Diff to previous 1.5 (colored)

clarify; suggestions from austin@canuck.com

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jun 5 01:21:40 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.4: +5 -5 lines
Diff to previous 1.4 (colored)

- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 1 22:13:43 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

s/line/record/; phil@athenaeum.jellybaby.net

Revision 1.3 / (download) - annotate - [select for diffs], Sun Sep 27 16:57:54 1998 UTC (25 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.2: +34 -31 lines
Diff to previous 1.2 (colored)

usr.bin/ man page cleanups, n-s

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 24 00:32:23 1998 UTC (25 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

put -H in synopsis; aaron@ug.cs.dal.ca

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 20 19:39:55 1997 UTC (27 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1

sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.