diff options
author | ru <ru@FreeBSD.org> | 2004-07-02 21:45:06 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-02 21:45:06 +0000 |
commit | 46fddaa54b09baa407fa66a14d46c0cc3a906e60 (patch) | |
tree | 602e903272257a1c5b455a48800dcaa680741026 /sbin/startslip | |
parent | 20fbd172b22ab587e9d796f4cb8664a235cebe78 (diff) | |
download | FreeBSD-src-46fddaa54b09baa407fa66a14d46c0cc3a906e60.zip FreeBSD-src-46fddaa54b09baa407fa66a14d46c0cc3a906e60.tar.gz |
Mechanically kill hard sentence breaks.
Diffstat (limited to 'sbin/startslip')
-rw-r--r-- | sbin/startslip/startslip.1 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/sbin/startslip/startslip.1 b/sbin/startslip/startslip.1 index 4773873..e185065 100644 --- a/sbin/startslip/startslip.1 +++ b/sbin/startslip/startslip.1 @@ -121,7 +121,8 @@ the string is used to specify a dial sequence. 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. +arguments to use with each try, f.e. +several host phone numbers. .It Fl A Ar annexname The .Nm @@ -144,11 +145,13 @@ Disable modem control (waiting for carrier and carrier drop sense) for .Ar device . Modem control is enabled by default. .It Fl U Ar upscript -Specify a script to run when a SLIP interface becomes connected. This may +Specify a script to run when a SLIP interface becomes connected. +This may contain .Xr ifconfig 8 , .Xr route 8 , -and other appropriate commands. The arguments that +and other appropriate commands. +The arguments that are passed to the script are "slX up". Default value is .Pa /sbin/ifconfig . @@ -158,8 +161,10 @@ passed via .Ev LINE environment variable. .It Fl D Ar downscript -Specify a script to run when a SLIP connection goes away. The arguments that -are passed to the script are "slX down". Default value is +Specify a script to run when a SLIP connection goes away. +The arguments that +are passed to the script are "slX down". +Default value is .Pa /sbin/ifconfig . Dial sequence number (see .Fl s ) |