diff options
author | Gerald Combs <gerald@wireshark.org> | 2003-10-02 14:03:57 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2003-10-02 14:03:57 +0000 |
commit | 3b5f7f92789433c4ea7806e00bfa5b9b8cd5a509 (patch) | |
tree | f5034b5621f8e82462836535e2a22d49972e31f5 | |
parent | 860376a9abfb8b5d70062086660fd7e204a3317b (diff) | |
download | wireshark-3b5f7f92789433c4ea7806e00bfa5b9b8cd5a509.tar.gz wireshark-3b5f7f92789433c4ea7806e00bfa5b9b8cd5a509.tar.bz2 wireshark-3b5f7f92789433c4ea7806e00bfa5b9b8cd5a509.zip |
Fix a malformed "=head1" tag.
svn path=/trunk/; revision=8587
-rw-r--r-- | doc/ethereal-filter.pod.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ethereal-filter.pod.template b/doc/ethereal-filter.pod.template index b12fd35b77..2cbe896c2e 100644 --- a/doc/ethereal-filter.pod.template +++ b/doc/ethereal-filter.pod.template @@ -37,7 +37,7 @@ filters. I<ethereal(1)>, I<tethereal(1)>, I<editcap(1)>, I<tcpdump(8)>, I<pcap(3)> -head1 AUTHORS +=head1 AUTHORS See the list of authors in the B<Ethereal> man page for a list of authors of that code. |