diff options
author | peter <peter@FreeBSD.org> | 1997-10-18 01:29:18 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-10-18 01:29:18 +0000 |
commit | 4630b2d34de28d8d4844e35079ca50945361f8e2 (patch) | |
tree | 8ff9b9419a5b7ff112275bd81b92cd88ac308d78 /usr.sbin | |
parent | 477b3558148003a8159b97e3ba9ab94d587f6bc2 (diff) | |
download | FreeBSD-src-4630b2d34de28d8d4844e35079ca50945361f8e2.zip FreeBSD-src-4630b2d34de28d8d4844e35079ca50945361f8e2.tar.gz |
Don't say that the filtering options are only available under NetBSD, and
don't claim that _any_ serial speed is settable, mention that it has to
be supported by the device driver. Some have very flexible baud rate
selection (ie: based on divisors etc, such as the com ports), while others
have explicit baud rate choices.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pppd/pppd.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8 index e45a7f7..57bffe6 100644 --- a/usr.sbin/pppd/pppd.8 +++ b/usr.sbin/pppd/pppd.8 @@ -1,5 +1,5 @@ .\" manual page [] for pppd 2.3 -.\" $Id: pppd.8,v 1.15 1997/10/10 06:30:08 peter Exp $ +.\" $Id: pppd.8,v 1.16 1997/10/10 09:28:38 peter Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph @@ -42,8 +42,9 @@ used. .TP .I <speed> Set the baud rate to <speed> (a decimal number). On systems such as -4.4BSD and NetBSD, any speed can be specified. Other systems -(e.g. SunOS) allow only a limited set of speeds. +4.4BSD and NetBSD, any speed can be specified, providing that it is +supported by the serial device driver. Other systems +(e.g. SunOS, Linux) allow only a limited set of speeds. .TP .B active-filter \fIfilter-expression Specifies a packet filter to be applied to data packets to determine @@ -58,7 +59,7 @@ except that qualifiers which are inappropriate for a PPP link, such as \fBether\fR and \fBarp\fR, are not permitted. Generally the filter expression should be enclosed in single-quotes to prevent whitespace in the expression from being interpreted by the shell. This option -is currently only available under NetBSD, and then only +only available if both the kernel and pppd were compiled with PPP_FILTER defined. .TP .B asyncmap \fI<map> |