aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/asa
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: minor markup nits.Ruslan Ermilov2002-05-301-11/+23
| | | | Notes: svn path=/head/; revision=97597
* #include <unistd.h> for getopt() and friends.Tim J. Robbins2002-05-151-0/+1
| | | | | | | | PR: 36130 Approved by: mike Notes: svn path=/head/; revision=96629
* Use getopt() to reject options (asa has none), and to the "--" end of optionsTim J. Robbins2002-05-152-21/+38
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=96628
* Remove __P,Tim J. Robbins2002-05-151-7/+3
| | | | | | | | | | | | Don't prototype main(), C89-style function declarations, char **argv -> char *argv[] for main() PR: 36130 Approved by: mike Notes: svn path=/head/; revision=96627
* style(9): remove space between function name and opening parentheses,Tim J. Robbins2002-05-151-23/+21
| | | | | | | | | | | sort variables, NULL is the null-pointer constant, remove unnecessary braces. PR: 36130 Approved by: mike Notes: svn path=/head/; revision=96626
* Add the POSIX.2 asa utility, which interprets FORTRAN carriage-controlTim J. Robbins2002-05-153-0/+221
characters. PR: 36130 Approved by: mike Obtained from: NetBSD Notes: svn path=/head/; revision=96625