diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-18 20:02:45 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-18 20:02:45 +0000 |
| commit | 59a3c79da68b53e9d606f0b7991574d982a843e1 (patch) | |
| tree | fcf95075ec47428572774cbb5d2f7bbdf690ed94 /usr.sbin/pppctl | |
| parent | c75ac469472f60090b8c8019bfdc3d059b15ba99 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pppctl')
| -rw-r--r-- | usr.sbin/pppctl/pppctl.8 | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/usr.sbin/pppctl/pppctl.8 b/usr.sbin/pppctl/pppctl.8 index 3d807dc0ed3c..0fe1e6946641 100644 --- a/usr.sbin/pppctl/pppctl.8 +++ b/usr.sbin/pppctl/pppctl.8 @@ -110,6 +110,26 @@ If this switch is not used, will prompt for a password once it has successfully connected to .Nm ppp . .El +.Sh ENVIRONMENT +The following environment variables are understood by +.Nm +when in interactive mode: +.Bl -tag -width XXXXXXXXXX +.It Dv EL_SIZE +The number of history lines. +The default is 20. +.It Dv EL_EDITOR +The edit mode. +Only values of "emacs" and "vi" are accepted. +Other values +are silently ignored. +This environment variable will override the +.Ar bind -v +and +.Ar bind -e +commands in +.Pa ~/.editrc . +.El .Sh EXAMPLES If you run .Nm ppp @@ -199,26 +219,6 @@ pppctl /var/run/internet set filter dial -1 .Ed .Pp will allow them again. -.Sh ENVIRONMENT -The following environment variables are understood by -.Nm -when in interactive mode: -.Bl -tag -width XXXXXXXXXX -.It Dv EL_SIZE -The number of history lines. -The default is 20. -.It Dv EL_EDITOR -The edit mode. -Only values of "emacs" and "vi" are accepted. -Other values -are silently ignored. -This environment variable will override the -.Ar bind -v -and -.Ar bind -e -commands in -.Pa ~/.editrc . -.El .Sh SEE ALSO .Xr ps 1 , .Xr editline 3 , |
