diff options
author | brian <brian@FreeBSD.org> | 1997-05-07 23:54:56 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1997-05-07 23:54:56 +0000 |
commit | fe847bc135896d1420850ca4d10ecfdbd102322f (patch) | |
tree | 0989f886b9959525d7126fdaec86fcbaaeb67858 /usr.sbin/pppd | |
parent | 2441d7631d4e7abb1c49c4835f657990c7c97a52 (diff) | |
download | FreeBSD-src-fe847bc135896d1420850ca4d10ecfdbd102322f.zip FreeBSD-src-fe847bc135896d1420850ca4d10ecfdbd102322f.tar.gz |
Make the explanation of the -detach option clearer.
PR: 1674
Submitted by: Slaven Rezic <eserte@cabulja.herceg.de>
Diffstat (limited to 'usr.sbin/pppd')
-rw-r--r-- | usr.sbin/pppd/pppd.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8 index 33f72bf..06af499 100644 --- a/usr.sbin/pppd/pppd.8 +++ b/usr.sbin/pppd/pppd.8 @@ -1,5 +1,5 @@ .\" manual page [] for pppd 2.0 -.\" $Id: pppd.8,v 1.11 1997/04/15 07:00:35 danny Exp $ +.\" $Id: pppd.8,v 1.12 1997/04/16 02:07:10 danny Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph @@ -196,7 +196,8 @@ Increase debugging level (same as the \fBdebug\fR option). .B -detach Don't fork to become a background process (otherwise .I pppd -will do so if a serial device is specified). +will do so if a serial device is specified and that serial device +is not the controlling terminal). .TP .B -ip Disable IP address negotiation (with this option, the remote IP |