summaryrefslogtreecommitdiff
path: root/usr.bin/sort/sort.1
AgeCommit message (Expand)Author
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-06-28move -H and -s to their own little section, since they did not belong inJason McIntyre
2010-06-11various fixes from Daniel Dickman:Jason McIntyre
2010-05-27"Pa Ar" produces wonky output, and makes no sense;Jason McIntyre
2009-12-22implement -C (silent -c), required by POSIX.1-2008;Ingo Schwarze
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.Igor Sobrado
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2008-10-01-s not specified by posix; from Daniel DickmanJason McIntyre
2007-08-21Fix up the -s description, with help from tom@Todd C. Miller
2007-08-21Add a -s option to make the radix sort be a stable sort. Based onTodd C. Miller
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2005-10-28sort is part of posix so document it as such. more importantly list ourDavid Gwynne
2005-10-04clarify behaviour of -u option;Jason McIntyre
2005-10-04document that -k may be specified multiple times,Jason McIntyre
2005-10-04remove ellipsis following -k in synopsis; my last commit put thisJason McIntyre
2005-09-28sort options and sync usage();Jason McIntyre
2005-09-27add a -z option that allows you to split records on the nul characterDavid Gwynne
2003-07-14- .Cm Fl -> .FlJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-31Sync positional arguments equivalence's description with reality.Thierry Deval
2002-11-09more SEE ALSO fixes.Federico G. Schwindt
2002-02-10Typo.Aaron Campbell
2002-01-24fix the history refsMichael Shalayeff
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2001-02-04Bring in some recent fixup's from NetBSD. This allows lines longer than 65522Eric Jackson
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-10-18- Section shuffling.Aaron Campbell
2000-07-06Insert more missing .El directives. Our troff really should identify these andAaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-24Correct the HISTORY section to note that this command appeared in Version 5Aaron Campbell
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
2000-01-05clarify; suggestions from austin@canuck.comPaul Janzen
1999-06-05- remove trailing white spaceAaron Campbell
1999-06-01s/line/record/; phil@athenaeum.jellybaby.netAaron Campbell
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1998-07-24put -H in synopsis; aaron@ug.cs.dal.caTheo de Raadt
1997-01-20sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.Todd C. Miller