NetBSD/usr.bin/sort
lukem 279552d3db fix up various .Nm abuses:
- keep the case consistent between the actual name and what's referenced.
  e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence.
- remove unnecessary `.Nm foo' after the first occurrence (except for
  using `.Nm ""' if there's stuff following, or for the 2nd and so on
  occurrences in a SYNOPSIS
- use Sx, Ic, Li, Em, Sq, and Xr as appropriate
2000-11-07 06:43:24 +00:00
..
Makefile Hit sort(1) with a hammer till it compiles. 2000-10-07 18:37:09 +00:00
append.c fix bugs caused by implicit assumption that 'length' and 2000-10-17 15:22:57 +00:00
extern.h constify, prototype for seq() moved to files.c 2000-10-16 21:38:44 +00:00
fields.c cosmetic change in way one of for variables is updated 2000-10-17 15:13:40 +00:00
files.c fix bugs caused by implicit assumption that 'length' and 2000-10-17 15:22:57 +00:00
fsort.c fix bugs caused by implicit assumption that 'length' and 2000-10-17 15:22:57 +00:00
fsort.h enlarge line buffer as necessary, so that it's possible 2000-10-16 21:53:19 +00:00
init.c cosmetic change: make setcolumn() static, remove bogus redundant setcolumn() prototype 2000-10-16 21:41:05 +00:00
msort.c order(): since getline()/getnext() behaviour wrt passed 2000-10-17 15:16:27 +00:00
pathnames.h Two classes of changes from the initial OpenBSD commit of this sort(1): 2000-10-07 20:37:06 +00:00
sort.1 fix up various .Nm abuses: 2000-11-07 06:43:24 +00:00
sort.c include a bit more information in error messages, constify 2000-10-16 21:48:14 +00:00
sort.h enlarge line buffer as necessary, so that it's possible 2000-10-16 21:53:19 +00:00
tmp.c include a bit more information in error messages 2000-10-16 21:48:15 +00:00