index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
sort
/
sort.1
Age
Commit message (
Expand
)
Author
2007-08-21
Fix up the -s description, with help from tom@
Todd C. Miller
2007-08-21
Add a -s option to make the radix sort be a stable sort. Based on
Todd C. Miller
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-05-30
- use a consistent text for STANDARDS
Jason McIntyre
2005-10-28
sort is part of posix so document it as such. more importantly list our
David Gwynne
2005-10-04
clarify behaviour of -u option;
Jason McIntyre
2005-10-04
document that -k may be specified multiple times,
Jason McIntyre
2005-10-04
remove ellipsis following -k in synopsis; my last commit put this
Jason McIntyre
2005-09-28
sort options and sync usage();
Jason McIntyre
2005-09-27
add a -z option that allows you to split records on the nul character
David Gwynne
2003-07-14
- .Cm Fl -> .Fl
Jason McIntyre
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-03-31
Sync positional arguments equivalence's description with reality.
Thierry Deval
2002-11-09
more SEE ALSO fixes.
Federico G. Schwindt
2002-02-10
Typo.
Aaron Campbell
2002-01-24
fix the history refs
Michael Shalayeff
2001-05-01
Remove completely redundant introductory sentences in ENVIRONMENT sections.
Aaron Campbell
2001-02-04
Bring in some recent fixup's from NetBSD. This allows lines longer than 65522
Eric Jackson
2000-11-09
Change all option list specifications to ".Bl -tag -width Ds". Most man
Aaron Campbell
2000-10-18
- Section shuffling.
Aaron Campbell
2000-07-06
Insert more missing .El directives. Our troff really should identify these and
Aaron Campbell
2000-04-12
Trailing whitespace begone!
Aaron Campbell
2000-03-24
Correct the HISTORY section to note that this command appeared in Version 5
Aaron Campbell
2000-03-11
Various cleanups and standardizations.
Aaron Campbell
2000-03-05
Finish standardizing options list introduction.
Aaron Campbell
2000-01-05
clarify; suggestions from austin@canuck.com
Paul Janzen
1999-06-05
- remove trailing white space
Aaron Campbell
1999-06-01
s/line/record/; phil@athenaeum.jellybaby.net
Aaron Campbell
1998-09-27
usr.bin/ man page cleanups, n-s
Aaron Campbell
1998-07-24
put -H in synopsis; aaron@ug.cs.dal.ca
Theo de Raadt
1997-01-20
sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.
Todd C. Miller