summaryrefslogtreecommitdiffstats
path: root/usr.bin/asa/asa.c
Commit message (Collapse)AuthorAgeFilesLines
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
|
* #include <unistd.h> for getopt() and friends.tjr2002-05-151-0/+1
| | | | | PR: 36130 Approved by: mike
* Use getopt() to reject options (asa has none), and to the "--" end of optionstjr2002-05-151-13/+34
| | | | | | | | marker. Exit non-zero if we cannot open one of the input files. Update standards conformance and exit status statements in manual page. PR: 36130 Approved by: mike
* Remove __P,tjr2002-05-151-7/+3
| | | | | | | | | Don't prototype main(), C89-style function declarations, char **argv -> char *argv[] for main() PR: 36130 Approved by: mike
* style(9): remove space between function name and opening parentheses,tjr2002-05-151-23/+21
| | | | | | | | sort variables, NULL is the null-pointer constant, remove unnecessary braces. PR: 36130 Approved by: mike
* Add the POSIX.2 asa utility, which interprets FORTRAN carriage-controltjr2002-05-151-0/+125
characters. PR: 36130 Approved by: mike Obtained from: NetBSD
OpenPOWER on IntegriCloud