From 245d0ea29a353c9e5c50f453b410c2872f1c98e4 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Mon, 17 Mar 2008 21:26:54 +0000 Subject: [PATCH] From William Pursell: Minor errors in the documentation, and an Ethereal reference svn path=/trunk/; revision=24673 --- INSTALL | 4 ++-- doc/wireshark.pod | 2 +- help/faq.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 6f40027721..91771c6885 100644 --- a/INSTALL +++ b/INSTALL @@ -85,7 +85,7 @@ README.win32 for those instructions. --disable-wireshark By default, if 'configure' finds the GTK+ libraries, the Makefile - build Wireshark, the GUI packet analyzer. You can disable the + builds Wireshark, the GUI packet analyzer. You can disable the build of the GUI version of Wireshark with this switch. --disable-gtk2 @@ -182,7 +182,7 @@ README.win32 for those instructions. ${LIBDIR} can be set with --libdir, or defaults to ${EPREFIX/lib} ${EPREFIX} can be set with --exec-prefix, or defaults to ${PREFIX} - ${VERSION} is the Etherael version. + ${VERSION} is the Wireshark version. Use this switch to change the location where plugins are installed. diff --git a/doc/wireshark.pod b/doc/wireshark.pod index 121ed20dcc..ceb816055f 100644 --- a/doc/wireshark.pod +++ b/doc/wireshark.pod @@ -745,7 +745,7 @@ which to save it. =item File:File Set:List Files -Show a dialog box that list all files of the file set matching the currently +Show a dialog box that lists all files of the file set matching the currently loaded file. A file set is a compound of files resulting from a capture using the "multiple files" / "ringbuffer" mode, recognizable by the filename pattern, e.g.: Filename_00001_20050604101530.pcap. diff --git a/help/faq.txt b/help/faq.txt index 3e8088fb5e..caa3c181ec 100644 --- a/help/faq.txt +++ b/help/faq.txt @@ -60,7 +60,7 @@ when I try to build Wireshark from SVN or a SVN snapshot? 4.3 Why does the linker fail with a number of "Output line too long." - messages followed by linker errors when I try to buil Wireshark? + messages followed by linker errors when I try to build Wireshark? 4.4 When I try to build Wireshark on Solaris, why does the link fail complaining that plugin_list is undefined?