diff options
author | yar <yar@FreeBSD.org> | 2003-06-17 12:29:36 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2003-06-17 12:29:36 +0000 |
commit | aa7c2defa232d3595cd8ecdd566bc5be5b012887 (patch) | |
tree | d58b5a56f740bbd0cdca121ed5c7a07fa14d275b /libexec | |
parent | 24d21a160e6c455e773e87c2977d0633007db218 (diff) | |
download | FreeBSD-src-aa7c2defa232d3595cd8ecdd566bc5be5b012887.zip FreeBSD-src-aa7c2defa232d3595cd8ecdd566bc5be5b012887.tar.gz |
Improve the manpage language a bit.
A PPP login program is started _automatically_ (i.e., without
human intervention) even with the "pl" capability unset, as soon
as a PPP frame is detected. But with "pl" set, a PPP login program
is started independently of the result of PPP detection (which is
rendered unnecessary then,) i.e. _unconditionally_.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/getty/gettytab.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index dab97aa..a20cebb 100644 --- a/libexec/getty/gettytab.5 +++ b/libexec/getty/gettytab.5 @@ -162,7 +162,7 @@ hangup line on last close .It "pe bool false use printer (hard copy) erase algorithm" .It "pf num 0 delay" between first prompt and following flush (seconds) -.It "pl bool false start PPP login program automatically if" +.It "pl bool false start PPP login program unconditionally if" .Va \&pp is specified .It "pp str unused PPP login program" |