aboutsummaryrefslogtreecommitdiff
path: root/sbin/startslip/startslip.1
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-09-20 04:56:09 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-09-20 04:56:09 +0000
commit76cb3c7b5d9274a8698aec75535cc94cb01bd7ba (patch)
treeebeaf55e385159ccfb67b6a53c9db68ca1fbf561 /sbin/startslip/startslip.1
parent1ff1e51f2d7f4918e0ffbfbed66cea55bb33af5b (diff)
downloadsrc-76cb3c7b5d9274a8698aec75535cc94cb01bd7ba.tar.gz
src-76cb3c7b5d9274a8698aec75535cc94cb01bd7ba.zip
Make uucp-lock optional: -L option
Notes
Notes: svn path=/head/; revision=10912
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 dbfa6ae54e67..2a0c36856b22 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