Deleted Added
full compact
trpt.8 (96247) trpt.8 (99968)
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)trpt.8 8.2 (Berkeley) 12/11/93
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)trpt.8 8.2 (Berkeley) 12/11/93
33.\" $FreeBSD: head/usr.sbin/trpt/trpt.8 96247 2002-05-09 11:47:42Z joe $
33.\" $FreeBSD: head/usr.sbin/trpt/trpt.8 99968 2002-07-14 14:47:15Z charnier $
34.\"
35.Dd December 11, 1993
36.Dt TRPT 8
37.Os
38.Sh NAME
39.Nm trpt
40.Nd transliterate protocol trace
41.Sh SYNOPSIS
42.Nm
43.Op Fl a
44.Op Fl f
45.Op Fl j
46.Op Fl p Ar hex-address
47.Op Fl s
48.Op Fl t
49.Oo
50.Ar system Op Ar core
51.Oc
52.Sh DESCRIPTION
34.\"
35.Dd December 11, 1993
36.Dt TRPT 8
37.Os
38.Sh NAME
39.Nm trpt
40.Nd transliterate protocol trace
41.Sh SYNOPSIS
42.Nm
43.Op Fl a
44.Op Fl f
45.Op Fl j
46.Op Fl p Ar hex-address
47.Op Fl s
48.Op Fl t
49.Oo
50.Ar system Op Ar core
51.Oc
52.Sh DESCRIPTION
53.Nm Trpt
54interrogates the buffer of
53The
54.Nm
55utility interrogates the buffer of
55.Tn TCP
56trace records created
57when a socket is marked for
58.Dq debugging
59(see
60.Xr setsockopt 2 ) ,
61and prints a readable description of these records.
62When no options are supplied,

--- 80 unchanged lines hidden (view full) ---

143Should also print the data for each input or output,
144but this is not saved in the trace record.
145.Pp
146The output format is inscrutable and should be described
147here.
148.Sh HISTORY
149The
150.Nm
56.Tn TCP
57trace records created
58when a socket is marked for
59.Dq debugging
60(see
61.Xr setsockopt 2 ) ,
62and prints a readable description of these records.
63When no options are supplied,

--- 80 unchanged lines hidden (view full) ---

144Should also print the data for each input or output,
145but this is not saved in the trace record.
146.Pp
147The output format is inscrutable and should be described
148here.
149.Sh HISTORY
150The
151.Nm
151command appeared in
152utility appeared in
152.Bx 4.2 .
153.Bx 4.2 .