summaryrefslogtreecommitdiff
path: root/usr.bin/join
AgeCommit message (Collapse)Author
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
updates to follow;
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
- note which options are extensions to POSIX
2007-05-29remove -j from SYNOPSIS and usage(); it's deprecated and alreadyJason McIntyre
documented in STANDARDS; ok otto
2007-04-23Remove duplicate commmentTodd C. Miller
Simplify -j parsing Use warnx() not errx() for illegal -j option so that usage() gets called. When parsing -o don't go past the end of argv Sync usage() with man page, use __progname and make it line up nicely Based on a diff from Tobias Stoeckmann
2006-12-28- rearrange textJason McIntyre
- sort options - some markup fixes
2006-05-02Spread some .Xr for the hard to stumble across lam(1).Hugh Graham
jmc yeps.
2003-12-28Follow Posix when writing non-matching lines. Historically, join(1)Otto Moerbeek
did not change the order of fields of non-matching lines if no -o option was used, but -a or -v was specified. This update writes the join field first, followed by the remaining fields of a non-matching line. This change breaks the old security(8), so don't forget to update /etc/security. From PR 2208. Testing and man page help and ok by jmc@ ok millert@ deraadt@
2003-12-12Update, mostly from FreeBSD:Otto Moerbeek
o Realloc cleanup. o Some long vs int cleanup. o Implement the Posix defined 0 as -o field value, meaning the join field. o Allow both -a 1 and -a1, and warn if the backward compatibility "-a without a number" is used. ok millert@ deraadt@
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-01-29$OpenBSD$Niklas Hallqvist
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there.
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-03-08Various cleanups and improvements.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
least, this is the impression I get from looking at a lot of Perl docs.
1999-07-23fieldcnt is the number of fields, not +1... this one was missed in 1995Aaron Campbell
when the other two were fixed
1999-07-04correct use of .Nm; some other formatting nitsAaron Campbell
1998-11-16more -WallTheo de Raadt
1998-09-26usr.bin/ man page fixes, f-m.Aaron Campbell
1997-08-25require compat opts start with -; bug from kh@mogami-wire.co.jp; fix from ↵Theo de Raadt
freebsd
1997-07-24arghTheo de Raadt
1997-07-23arg parsing bug in compat code; kh@mogami-wire.co.jpTheo de Raadt
1997-04-09just clean up a stylistic mess I created myself long ago.michaels
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-15Clarification. From NetBSD.Todd C. Miller
1996-08-12remove dead code, add comments, put back original comments (Cthulumichaels
may know how they were lost).
1996-08-12"the remaining fields" -> "the other fields"michaels
1996-08-12on Theo's suggestion replaced join with join from 44lite, fixed (?)michaels
netbsd pr #1356 (reported by mouse@Collatz.McRCIM.McGill.EDU, der Mouse)
1996-06-26rcsidTheo de Raadt
1995-12-22fieldcnt is number of fields, not +1; from mouse@Collatz.McRCIM.McGill.EDU; ↵Theo de Raadt
netbsd pr#1356
1995-10-18initial import of NetBSD treeTheo de Raadt