summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Balmer <mbalmer@cvs.openbsd.org>2008-06-09 22:07:00 +0000
committerMarc Balmer <mbalmer@cvs.openbsd.org>2008-06-09 22:07:00 +0000
commit7cf1956dda1853a9b1b79b92410c851a9cc65908 (patch)
treeb649b81880fb2aeb4b20e34c0d732f9c29f969d8
parentee8dede7c1da10ae091762adc9ff2ed9fc3d8327 (diff)
slattach(8) is now deprecated. Use ldattach(8) instead.
-rw-r--r--sbin/slattach/slattach.813
1 files changed, 11 insertions, 2 deletions
diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8
index a8dc5f0163d..938db0734da 100644
--- a/sbin/slattach/slattach.8
+++ b/sbin/slattach/slattach.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: slattach.8,v 1.15 2007/05/31 19:19:47 jmc Exp $
+.\" $OpenBSD: slattach.8,v 1.16 2008/06/09 22:06:59 mbalmer Exp $
.\" $NetBSD: slattach.8,v 1.12 1995/03/18 15:01:12 cgd Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)slattach.8 8.2 (Berkeley) 4/1/94
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: June 9 2008 $
.Dt SLATTACH 8
.Os
.Sh NAME
@@ -46,6 +46,14 @@
is used to assign a tty line to a network interface,
and will attach the named tty line to the first
available slipdevice that is configured and up.
+.Pp
+The
+.Nm
+command is deprecated.
+Please use the
+.Xr ldattach 8
+command instead.
+.Pp
The following operands are supported by
.Nm slattach :
.Bl -tag -width Ar
@@ -108,6 +116,7 @@ Messages indicating the specified interface does not exist, the
requested address is unknown, the user is not privileged and
tried to alter an interface's configuration.
.Sh SEE ALSO
+.Xr ldattach 8 ,
.Xr netstat 1 ,
.Xr netintro 4 ,
.Xr ifconfig 8 ,