diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-01-04 11:19:56 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-01-04 11:19:56 +0000 |
commit | d3f71e83aa457c3da879a748802d457091a47c5f (patch) | |
tree | 17c8d21785c3a369ed1c40e82a66c38dc35606cb /usr.bin/asa | |
parent | 826a606e9dd903d3cbcf9474470229ebc91fa4fe (diff) |
replace hardcoded exit values with .Ex macros;
ok jmc@
Diffstat (limited to 'usr.bin/asa')
-rw-r--r-- | usr.bin/asa/asa.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/asa/asa.1 b/usr.bin/asa/asa.1 index fa69068863d..1e3bda3feb6 100644 --- a/usr.bin/asa/asa.1 +++ b/usr.bin/asa/asa.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: asa.1,v 1.14 2007/05/31 19:20:07 jmc Exp $ +.\" $OpenBSD: asa.1,v 1.15 2009/01/04 11:19:55 sobrado Exp $ .\" $NetBSD: asa.1,v 1.4 1995/03/26 02:25:05 glass Exp $ .\" .\" Copyright (c) 1993 Winning Strategies, Inc. @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 4 2009 $ .Dt ASA 1 .Os .Sh NAME @@ -75,9 +75,7 @@ Lines beginning with characters other than the above are treated as if they begin with a space .Pq Sq \ \& . .Pp -The -.Nm -utility exits 0 on success or >0 if an error occurred. +.Ex -std asa .Sh EXAMPLES To view a file containing the output of a .Tn FORTRAN |