diff options
| author | thorpej <thorpej@NetBSD.org> | 2020-01-19 01:25:03 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2020-01-19 01:25:03 +0000 |
| commit | 57d78744bdb1a15feb7701a1429d53e671b1a005 (patch) | |
| tree | ab0e2e59138f3f2244c9cdaf46ddd56716ac999a /sbin/slattach | |
| parent | 8bc68925694f33ea29f1a912b1445d1977d77b65 (diff) | |
Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is
long since obsolete.
Diffstat (limited to 'sbin/slattach')
| -rw-r--r-- | sbin/slattach/slattach.8 | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8 index 5cab6596fd6..f87206877eb 100644 --- a/sbin/slattach/slattach.8 +++ b/sbin/slattach/slattach.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: slattach.8,v 1.29 2018/11/12 00:56:26 christos Exp $ +.\" $NetBSD: slattach.8,v 1.30 2020/01/19 01:25:03 thorpej Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)slattach.8 8.2 (Berkeley) 4/1/94 .\" -.Dd November 11, 2018 +.Dd January 18, 2020 .Dt SLATTACH 8 .Os .Sh NAME @@ -50,11 +50,9 @@ Currently the .Nm command is used to attach .Xr sl 4 -or -.Xr strip 4 interfaces. These interfaces have to be created using the -.Xr ifconfig 8 +.Xr ifconfig 8 . The resulting point-to-point link is not a broadcast interface and normally has a netmask of 255.255.255.255. .Cm create @@ -91,13 +89,11 @@ Supported line disciplines are .Dq slip (creates a .Xr sl 4 -instance) and -.Dq strip -(creates a -.Xr strip 4 instance). If this option is not specified, the default is .Dq slip . +This option is retained for backwards compatibility with existing +scripts. .It Ar ttyname Specifies the name of the tty device. .Ar ttyname @@ -141,7 +137,6 @@ but tried to alter an interface's configuration. .Xr daemon 3 , .Xr netintro 4 , .Xr sl 4 , -.Xr strip 4 , .Xr ifconfig 8 , .Xr rc 8 , .Xr sliplogin 8 , |
