=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/README.md,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/awk/README.md 2021/11/02 15:29:41 1.5 --- src/usr.bin/awk/README.md 2022/01/27 16:58:37 1.6 *************** *** 1,4 **** ! $OpenBSD: README.md,v 1.5 2021/11/02 15:29:41 millert Exp $ # The One True Awk --- 1,4 ---- ! $OpenBSD: README.md,v 1.6 2022/01/27 16:58:37 millert Exp $ # The One True Awk *************** *** 37,43 **** distribute `FIXES` with it. If you find errors, please report them ! to bwk@cs.princeton.edu. Please _also_ open an issue in the GitHub issue tracker, to make it easy to track issues. Thanks. --- 37,43 ---- distribute `FIXES` with it. If you find errors, please report them ! to the current maintainer, ozan.yigit@gmail.com. Please _also_ open an issue in the GitHub issue tracker, to make it easy to track issues. Thanks. *************** *** 92,98 **** If your system does not have `yacc` or `bison` (the GNU equivalent), you need to install one of them first. ! NOTE: This version uses ANSI C (C 99), as you should also. We have compiled this without any changes using `gcc -Wall` and/or local C compilers on a variety of systems, but new systems or compilers may raise some new complaint; reports of difficulties are --- 92,98 ---- If your system does not have `yacc` or `bison` (the GNU equivalent), you need to install one of them first. ! NOTE: This version uses ISO/IEC C99, as you should also. We have compiled this without any changes using `gcc -Wall` and/or local C compilers on a variety of systems, but new systems or compilers may raise some new complaint; reports of difficulties are *************** *** 111,117 **** ## A Note About Releases ! We don't do releases. ## A Note About Maintenance --- 111,117 ---- ## A Note About Releases ! We don't usually do releases. ## A Note About Maintenance *************** *** 122,125 **** #### Last Updated ! Sat Jul 25 14:00:07 EDT 2021 --- 122,126 ---- #### Last Updated ! Sun 23 Jan 2022 03:48:01 PM EST !