summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-06-09 23:01:23 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-06-09 23:01:23 +0000
commit30f01995f888bdaa1f410d587f267d24dd4412f2 (patch)
tree419c9425ed8e0f65b7d44dc725a6960ad7185bd0
parentf5f4b70e7fdedcd48734cbdcc94a931af45d00ad (diff)
- move the "this app is deprecated" blurb to the start, where it's more
likely to be read - sort SEE ALSO
-rw-r--r--sbin/slattach/slattach.814
1 files changed, 7 insertions, 7 deletions
diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8
index 938db0734da..1c6cf6327f1 100644
--- a/sbin/slattach/slattach.8
+++ b/sbin/slattach/slattach.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: slattach.8,v 1.16 2008/06/09 22:06:59 mbalmer Exp $
+.\" $OpenBSD: slattach.8,v 1.17 2008/06/09 23:01:22 jmc Exp $
.\" $NetBSD: slattach.8,v 1.12 1995/03/18 15:01:12 cgd Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
@@ -42,11 +42,6 @@
.Op Fl s Ar baudrate
.Ar ttyname
.Sh DESCRIPTION
-.Nm
-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.
@@ -54,6 +49,11 @@ Please use the
.Xr ldattach 8
command instead.
.Pp
+.Nm
+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 following operands are supported by
.Nm slattach :
.Bl -tag -width Ar
@@ -116,10 +116,10 @@ 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 ,
+.Xr ldattach 8 ,
.Xr rc 8
.Sh HISTORY
The