aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-05 21:27:11 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-05 21:27:11 +0000
commit8127f13e9f42d75308038bf2f5f73ae289582668 (patch)
tree779bad6fba43f9bc2e1dd73fc4bedef43e124252
parent42f55e02080d12344440ed1d073a20d91c5b8c3b (diff)
Don't capitalize the names of programs in the summary lines of man pages
- at least some versions of makewhatis (e.g., the Solaris version) uses that name in a case-sensitive fashion, so you can't do "man ethereal", say, you have to do "man Ethereal", and that doesn't work as the man page file is "ethereal.1", not "Ethereal.1". svn path=/trunk/; revision=3656
-rw-r--r--doc/editcap.pod2
-rw-r--r--doc/ethereal.pod.template2
-rw-r--r--doc/tethereal.pod.template2
-rw-r--r--doc/text2pcap.pod2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/editcap.pod b/doc/editcap.pod
index 3fb48f7b91..b19fde905e 100644
--- a/doc/editcap.pod
+++ b/doc/editcap.pod
@@ -1,7 +1,7 @@
=head1 NAME
-Editcap - Edit and/or translate the format of capture files
+editcap - Edit and/or translate the format of capture files
=head1 SYNOPSYS
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index 7f3efb4551..25944cc46a 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -1,7 +1,7 @@
=head1 NAME
-Ethereal - Interactively browse network traffic
+ethereal - Interactively browse network traffic
=head1 SYNOPSYS
diff --git a/doc/tethereal.pod.template b/doc/tethereal.pod.template
index d1c3b9f4e3..654613e8ec 100644
--- a/doc/tethereal.pod.template
+++ b/doc/tethereal.pod.template
@@ -1,7 +1,7 @@
=head1 NAME
-Tethereal - Dump and analyze network traffic
+tethereal - Dump and analyze network traffic
=head1 SYNOPSYS
diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod
index f8a913dd93..280da4880a 100644
--- a/doc/text2pcap.pod
+++ b/doc/text2pcap.pod
@@ -1,7 +1,7 @@
=head1 NAME
-Text2pcap - Generate a capture file from an ASCII hexdump of packets
+text2pcap - Generate a capture file from an ASCII hexdump of packets
=head1 SYNOPSYS