summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authoretheisen <etheisen@cvs.openbsd.org>1996-09-02 06:47:01 +0000
committeretheisen <etheisen@cvs.openbsd.org>1996-09-02 06:47:01 +0000
commitc5560040f94bcd87bc7ee55e55ff653491a034f9 (patch)
treec279e68a1d641d7e6ed28922c7db762e73f83c22 /usr.bin
parent60e00f7932bc99156aac86c833b88f83539da316 (diff)
Setup fpr links and document.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/asa/Makefile5
-rw-r--r--usr.bin/asa/asa.110
2 files changed, 11 insertions, 4 deletions
diff --git a/usr.bin/asa/Makefile b/usr.bin/asa/Makefile
index 1437c9f1614..17144fab6d5 100644
--- a/usr.bin/asa/Makefile
+++ b/usr.bin/asa/Makefile
@@ -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>
diff --git a/usr.bin/asa/asa.1 b/usr.bin/asa/asa.1
index 4befac896dc..e992e322b43 100644
--- a/usr.bin/asa/asa.1
+++ b/usr.bin/asa/asa.1
@@ -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.
@@ -33,10 +33,11 @@
.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.