Fix some perldoc warnings and obscure email addresses.

svn path=/trunk/; revision=7333
This commit is contained in:
Gerald Combs 2003-03-10 04:27:01 +00:00
parent cdd02dca54
commit 30385ffeaf
2 changed files with 12 additions and 17 deletions

View File

@ -125,6 +125,8 @@ Sets the time adjustment to use on selected frames.
Prints the version and options and exits. Prints the version and options and exits.
=back
=head1 SEE ALSO =head1 SEE ALSO
I<tcpdump(8)>, I<pcap(3)>, I<ethereal(1)>, I<mergecap(1)> I<tcpdump(8)>, I<pcap(3)>, I<ethereal(1)>, I<mergecap(1)>
@ -138,9 +140,9 @@ of B<Ethereal> can be found at B<http://www.ethereal.com>.
Original Author Original Author
-------- ------ -------- ------
Richard Sharpe <sharpe@ns.aus.com> Richard Sharpe <sharpe[AT]ns.aus.com>
Contributors Contributors
------------ ------------
Guy Harris <guy@alum.mit.edu> Guy Harris <guy[AT]alum.mit.edu>

View File

@ -554,35 +554,26 @@ displayed. You can revert to your old view by pressing ENTER in the
display filter text box, thereby invoking your old display filter (or display filter text box, thereby invoking your old display filter (or
resetting it back to no display filter). resetting it back to no display filter).
The window in which the data stream is displayed lets you select whether The window in which the data stream is displayed lets you select:
to display:
=over 4 =over 8
=item =item *
whether to display the entire conversation, or one or the other side of whether to display the entire conversation, or one or the other side of
it; it;
=item =item *
whether the data being displayed is to be treated as ASCII or EBCDIC whether the data being displayed is to be treated as ASCII or EBCDIC
text or as raw hex data; text or as raw hex data;
=back =back 4
=back
=over 4
=item
and lets you print what's currently being displayed, using the same and lets you print what's currently being displayed, using the same
print options that are used for the I<File:Print Packet> menu item, or print options that are used for the I<File:Print Packet> menu item, or
save it as text to a file. save it as text to a file.
=back
=item Tools:Decode As =item Tools:Decode As
If you have a packet selected, present a dialog allowing you to change If you have a packet selected, present a dialog allowing you to change
@ -721,7 +712,7 @@ calculation. So for common SessionSetupAndX + TreeConnectAndX chains,
only the SessionSetupAndX call will be used in the statistics. only the SessionSetupAndX call will be used in the statistics.
This is a flaw that might be fixed in the future. This is a flaw that might be fixed in the future.
=back
=head2 WINDOWS =head2 WINDOWS
@ -1142,6 +1133,8 @@ and protocols. Protocols supported by a dissector plugin module are
enabled and disabled using the I<Edit:Protocols> dialog box, just as enabled and disabled using the I<Edit:Protocols> dialog box, just as
protocols built into Ethereal are. protocols built into Ethereal are.
=back
=head1 CAPTURE FILTER SYNTAX =head1 CAPTURE FILTER SYNTAX
See manual page of tcpdump(8). See manual page of tcpdump(8).