Setup fpr links and document.
authoretheisen <etheisen@openbsd.org>
Mon, 2 Sep 1996 06:46:59 +0000 (06:46 +0000)
committeretheisen <etheisen@openbsd.org>
Mon, 2 Sep 1996 06:46:59 +0000 (06:46 +0000)
usr.bin/asa/Makefile
usr.bin/asa/asa.1

index 1437c9f..17144fa 100644 (file)
@@ -1,6 +1,9 @@
-#      $OpenBSD: Makefile,v 1.2 1996/06/26 05:31:24 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.3 1996/09/02 06:46:59 etheisen Exp $
 #      $NetBSD: Makefile,v 1.2 1995/03/25 18:04:51 glass Exp $
 
 PROG=  asa
 
+LINKS=  ${BINDIR}/asa ${BINDIR}/fpr
+MLINKS= asa.1 fpr.1
+
 .include <bsd.prog.mk>
index 4befac8..e992e32 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: asa.1,v 1.2 1996/06/26 05:31:24 deraadt Exp $
+.\"    $OpenBSD: asa.1,v 1.3 1996/09/02 06:47:00 etheisen Exp $
 .\"    $NetBSD: asa.1,v 1.4 1995/03/26 02:25:05 glass Exp $
 .\"
 .\" Copyright (c) 1993 Winning Strategies, Inc.
 .Dt ASA 1
 .Os
 .Sh NAME
-.Nm asa
+.Nm asa ,
+.Nm fpr
 .Nd interpret carriage-control characters.
 .Sh SYNOPSIS
-.Nm asa
+.Nm asa|fpr
 .Op Ar
 .Sh DESCRIPTION
 The
@@ -82,5 +83,8 @@ The
 .Nm asa
 utility conforms to
 .St -p1003.2-92 .
+The
+.Nm fpr
+utility is deprecated and it's use should be restricted.
 .Sh AUTHORS
 J.T. Conklin, Winning Strategies, Inc.