Age | Commit message (Expand) | Author |
2016-10-17 | /var/tmp -> /tmp | Lawrence Teo |
2016-10-11 | missing .Fl macro, from Jan Stary | Ingo Schwarze |
2015-04-05 | Document that some sorts uses -b w/o key fields. | Todd C. Miller |
2015-04-05 | The -b flag should only apply when key fields are specified. | Todd C. Miller |
2015-04-05 | Do not permute command line arguments but still support the | Todd C. Miller |
2015-04-01 | Use strtonum() to parse argument to --batch-size and document the | Todd C. Miller |
2015-03-21 | typo/grammar fixes; | Jason McIntyre |
2015-03-21 | sort options, and generally shuffle around; do not give "file operands" its own | Jason McIntyre |
2015-03-21 | too late, alas, i found one more arc4random Fn that is better as Xr; | Jason McIntyre |
2015-03-21 | there is no real need to send readers to arc4random_buf(3) in SEE ALSO, but | Jason McIntyre |
2015-03-21 | sort ENVIRONMENT; | Jason McIntyre |
2015-03-19 | standard sections, and a little more macro stuff; | Jason McIntyre |
2015-03-19 | macro fixes; | Jason McIntyre |
2015-03-19 | update the note in STANDARDS about which options are extensions; also add -m | Jason McIntyre |
2015-03-19 | first run through this page. mainly getting SYNOPSIS and usage() orderly | Jason McIntyre |
2015-03-17 | Initial import of FreeBSD sort. | Todd C. Miller |
2013-08-24 | use MB for megabytes instead of Mb; | Jason McIntyre |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-06-28 | move -H and -s to their own little section, since they did not belong in | Jason McIntyre |
2010-06-11 | various fixes from Daniel Dickman: | Jason McIntyre |
2010-05-27 | "Pa Ar" produces wonky output, and makes no sense; | Jason McIntyre |
2009-12-22 | implement -C (silent -c), required by POSIX.1-2008; | Ingo Schwarze |
2009-08-16 | replace ".Ar file ..." with ".Ar" whenever possible. | Igor Sobrado |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-10-01 | -s not specified by posix; from Daniel Dickman | Jason McIntyre |
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 |