Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-05-21 | 1 | -1/+1 |
| | |||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: minor markup nits. | ru | 2002-05-30 | 1 | -11/+23 |
| | |||||
* | #include <unistd.h> for getopt() and friends. | tjr | 2002-05-15 | 1 | -0/+1 |
| | | | | | PR: 36130 Approved by: mike | ||||
* | Use getopt() to reject options (asa has none), and to the "--" end of options | tjr | 2002-05-15 | 2 | -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 | ||||
* | Remove __P, | tjr | 2002-05-15 | 1 | -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, | tjr | 2002-05-15 | 1 | -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-control | tjr | 2002-05-15 | 3 | -0/+221 |
characters. PR: 36130 Approved by: mike Obtained from: NetBSD |