summaryrefslogtreecommitdiff
path: root/usr.bin/awk/awk.1
AgeCommit message (Expand)Author
2023-09-21--csv is an extension; ok millertJason McIntyre
2023-09-21Document LC_CTYPE.Ingo Schwarze
2023-09-18add --csv to usage(), and reformat it to match manual; while here,Jason McIntyre
2023-09-17Update to the One True Awk, 2nd edition (Sep 12, 2023).Todd C. Miller
2023-09-15update awk book reference for the second editionJonathan Gray
2021-11-08missing full stop;Jason McIntyre
2021-03-08use a journal reference instead of cstr when possibleJonathan Gray
2021-03-08Add some references, most of these were removed when we stopped buildingJonathan Gray
2020-12-21Fix typo in mktime() year format description. From Paul de Weerd.Todd C. Miller
2020-12-09Update awk to December 8, 2020 version.Todd C. Miller
2020-11-05double word fixes;Jason McIntyre
2020-08-28Implement mktime() function for compatibility with mawk and gawk.Todd C. Miller
2020-07-24Regular expression support in RS is an extension.Todd C. Miller
2020-06-27Improve description of field splitting and document FS special cases.Todd C. Miller
2020-06-26Document that FS is applied at the time the input line is read.Todd C. Miller
2020-06-17Document that rand() returns non-deterministic random numbers unless aTim van der Molen
2020-06-13Integrate the bsd-features branch from awk github.Todd C. Miller
2020-06-13POSIX doesn't permit an unescaped '/' in an extended regular expression.Todd C. Miller
2020-06-10Update awk to Jan 31, 2020 version.Todd C. Miller
2020-06-10Update awk to Oct 6, 2019 version.Todd C. Miller
2020-06-10Update awk to March 5, 2019 version.Todd C. Miller
2020-06-10Update awk to Aug 23, 2018 version.Todd C. Miller
2020-01-22claudio noticed that "exit" inside the main {} clause still runs the EXITTheo de Raadt
2019-05-26use proper crossreferencesChristian Weisgerber
2015-09-14Avoid .Ns right after .Pf, it's pointless.Ingo Schwarze
2015-01-16fix placement of opening parentheses, and drop some .Xo while hereIngo Schwarze
2014-12-15.Xr cut which may be what you're really looking for.Ted Unangst
2014-03-17as suggested by schwarze, reshuffle STANDARDS text detailing posix featuresJason McIntyre
2011-05-02no need to escape `|'; as discussed with schwartzeJason McIntyre
2011-03-22some small tweaks from Michael W. Bombardieri;Jason McIntyre
2011-02-07Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to noIngo Schwarze
2010-10-01more EXIT STATUS tweaks; from Daniel DickmanJason McIntyre
2010-08-25get rid of the nawk hard linkTheo de Raadt
2010-08-08convert some of the weirder displays into lists, to avoid mangling;Jason McIntyre
2010-01-10remove references to docs we no longer install;Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2008-09-04+awk does not support {n,m} pattern matchingJason McIntyre
2008-07-25repair .Pq use; Alan R. S. BuenoTheo de Raadt
2008-06-04tweak previous, and arrange the text to read a little better;Jason McIntyre
2008-06-04Extend awk with bitwise operations. This is an extension to the awkPierre-Yves Ritschard
2007-06-27printf(1) is the correct reference here, not printf(3);Jason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2007-01-29sync the -f description w/ its synopsis;Jason McIntyre
2006-03-29- document return value of cmd | getline [var]Jason McIntyre
2005-05-12.Xr script 7Jason McIntyre
2004-10-04refer to re_format.7 rather than egrep.1 for a description of EREs;Jason McIntyre
2004-04-19point people to usd/psd docs;Jason McIntyre
2003-12-19- adjust some list widths for better postscript outputJason McIntyre
2003-12-19add an example showing how to print to standard error;Jason McIntyre