tcpdump(8) instead of (1). Whitespace fixes. Sort SEE ALSO.
This commit is contained in:
parent
a3d2c74ab7
commit
a37a0b9a01
|
@ -22,7 +22,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: i4bipr.4,v 1.1.1.1 2001/01/05 15:43:17 martin Exp $
|
||||
.\" $Id: i4bipr.4,v 1.2 2001/04/04 10:04:17 wiz Exp $
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
|
@ -41,7 +41,7 @@ none
|
|||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver interfaces the IP subsystem of the operating system with the
|
||||
driver interfaces the IP subsystem of the operating system with the
|
||||
isdn4bsd package so that transport of IP packets over an ISDN link
|
||||
is possible.
|
||||
.Pp
|
||||
|
@ -62,24 +62,24 @@ daemon to establish a connection.
|
|||
The driver has support for interfacing to the
|
||||
.Xr bpf 4
|
||||
subsystem for using
|
||||
.Xr tcpdump 1
|
||||
.Xr tcpdump 8
|
||||
with the
|
||||
.Nm ipr
|
||||
interfaces.
|
||||
.Pp
|
||||
The driver optionally (when compiled with the IPR_VJ option) provides Van
|
||||
The driver optionally (when compiled with the IPR_VJ option) provides Van
|
||||
Jacobsen header compression, under control of the link0 and link1 options to
|
||||
.Xr ifconfig 8
|
||||
:
|
||||
.Pp
|
||||
.Pp
|
||||
.Bl -tag -width 15n -offset indent -compact
|
||||
.It link0
|
||||
Apply VJ compression to outgoing packets on this interface, and assume that
|
||||
incoming packets require decompression.
|
||||
.It link1
|
||||
Check incoming packets for Van Jacobsen compression; if they appear to be
|
||||
compressed, automatically set link0.
|
||||
.El
|
||||
compressed, automatically set link0.
|
||||
.El
|
||||
.Pp
|
||||
The default values are
|
||||
.Em on
|
||||
|
@ -90,12 +90,12 @@ and
|
|||
for
|
||||
.Em link0 .
|
||||
.Sh SEE ALSO
|
||||
.Xr isdnd 8
|
||||
.Xr isdnd.rc 5
|
||||
.Xr bpf 4
|
||||
.Xr tcpdump 1
|
||||
.Xr bpf 4 ,
|
||||
.Xr isdnd.rc 5 ,
|
||||
.Xr isdnd 8 ,
|
||||
.Xr tcpdump 8
|
||||
.Sh AUTHOR
|
||||
The
|
||||
.Nm
|
||||
device driver and this manpage were written by
|
||||
device driver and this manpage were written by
|
||||
.An Hellmuth Michaelis Aq hm@kts.org .
|
||||
|
|
Loading…
Reference in New Issue