CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/04 15:03:31
Modified files:
bin/ksh : ksh.1 sh.1
usr.bin/getopt : getopt.1
Log message:
shell scripts should use getopts instead of getopt
Add a prominent deprecation notice to getopt.1.
Add examples of the getopts idiom to sh.1 and ksh.1.
Requested by and ok espie@, ok jmc@
