summaryrefslogtreecommitdiffstats
path: root/sbin/startslip/startslip.1
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-09-20 04:56:09 +0000
committerache <ache@FreeBSD.org>1995-09-20 04:56:09 +0000
commit1954e30948433371c8f9656ac8b54508f61a79cc (patch)
treeebeaf55e385159ccfb67b6a53c9db68ca1fbf561 /sbin/startslip/startslip.1
parent241d9dc635e0ca470094184ed7f6af3523143f96 (diff)
downloadFreeBSD-src-1954e30948433371c8f9656ac8b54508f61a79cc.zip
FreeBSD-src-1954e30948433371c8f9656ac8b54508f61a79cc.tar.gz
Make uucp-lock optional: -L option
Diffstat (limited to 'sbin/startslip/startslip.1')
-rw-r--r--sbin/startslip/startslip.113
1 files changed, 10 insertions, 3 deletions
diff --git a/sbin/startslip/startslip.1 b/sbin/startslip/startslip.1
index dbfa6ae..2a0c368 100644
--- a/sbin/startslip/startslip.1
+++ b/sbin/startslip/startslip.1
@@ -47,6 +47,7 @@
]
.Op Fl h
.Op Fl l
+.Op Fl L
.Op Fl A Ar annexname
.Op Fl U Ar upscript
.Op Fl D Ar downscript
@@ -113,15 +114,15 @@ default value is 60.
Set maximum number of connection retries for one session,
default value is 6.
Value 0 means infinite count.
-.It Fl s Ar string1
+.It Fl s Ar stringN
The optional
-.Ar string
+.Ar stringN
is written to
.Ar device .
Return character is added automatically.
For a dialup modem,
the string is used to specify a dial sequence.
-Default string is return character.
+No string written by default.
You can specify several
.Fl s Ar stringN
arguments to use with each try, f.e. several host phone numbers.
@@ -177,6 +178,11 @@ Default value is no timeout.
Set SLIP unit number directly. Use with caution, no check for two
interfaces with same number made.
Default is dynamic assignment.
+.It Fl L
+Use uucp-style device locking. You need it unless you start
+.Nm startslip
+from external program which already does uucp locking.
+Default case is no uucp locking to satisfy such programs.
.El
.Sh FILES
.Bl -tag -width /var/run/startslip.<device>.pid -compact
@@ -185,6 +191,7 @@ pid stored here
.Sh SEE ALSO
.Xr sliplogin 8 ,
.Xr slattach 8 ,
+.Xr uustat 1 ,
/usr/share/examples/startslip
.Sh HISTORY
The
OpenPOWER on IntegriCloud