Lines Matching +full:only +full:- +full:1 +full:- +full:8 +full:v
9 .Op Fl v
22 .Xr ppp 8
58 If any semi-colon characters are found, they are treated as
65 .Bd -literal -offset indent
79 library is used, allowing command-line editing (with
87 .Bl -tag -width Ds
88 .It Fl v
94 displays only non-prompt lines received.
116 .Bl -tag -width XXXXXXXXXX
122 Only values of "emacs" and "vi" are accepted.
126 .Ar bind -v
128 .Ar bind -e
146 .Xr ps 1
154 .Bd -literal -offset indent
160 to create a local domain socket, with srw------- permissions and no
161 password, allowing access only to the user that invoked
164 .Xr ppp 8
167 You can now create some easy-access scripts.
169 .Bd -literal -offset indent
171 test $# -eq 0 && time=300 || time=$1
176 .Bd -literal -offset indent
182 .Bd -literal -offset indent
184 pppctl -p '' -v /var/run/internet quit | grep ^PPP >/dev/null
185 if [ $? -eq 0 ]; then
193 .Bd -literal -offset indent
200 to control when dial-on-demand works.
203 to run all the time, but you want to prevent dial-out between 8pm and 8am
205 However, any connections active at 8pm should continue to remain
209 .Xr cron 8
210 entry for 8pm which runs
211 .Bd -literal -offset indent
215 will block all further dial requests, and the corresponding 8am entry
216 .Bd -literal -offset indent
217 pppctl /var/run/internet set filter dial -1
222 .Xr ps 1 ,
226 .Xr ppp 8