date and time created 90/10/20 17:44:34 by mckusick
[unix-history] / usr / src / sbin / startslip / startslip.1
CommitLineData
3065e5f0
KM
1.\" Copyright (c) 1990 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" %sccs.include.redist.man%
5.\"
6.\" @(#)startslip.1 5.1 (Berkeley) %G%
7.\"
8.TH STARTSLIP 1 ""
9.UC 7
10.SH NAME
11startslip \- dial up and log in to a slip server
12.SH SYNOPSIS
13.B startslip
14[
15.B \-d
16] [
17.B \-s
18string
19]
20dev user passwd
21.SH DESCRIPTION
22.I Startslip
23opens the specified device.
24If the
25.B \-s
26option is specified, the optional string is written to the device.
27For a dialup modem,
28the string is used to specify a dial sequence.
29Once carrier is asserted
30.I startslip
31attempts to login as the specified user with the given password.
32If successful, it sets the device into the slip line discipline.
33If carrier drops and a SIGHUP is sent to
34.I startslip ,
35it closes the device and attempts to repeat the dialup and login sequence.
36.PP
37If the
38.B \-d
39option is specified,
40.B startslip
41prints out debugging information about what it is trying to do.
42.SH "SEE ALSO"
43sliplogin(8)