aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2024-03-28 17:20:55 -0700
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2024-04-10 10:29:16 +0200
commit6a34026598a45e44e7c69647058f0aa63d5e0f1d (patch)
treeb35cac344ab5ed8dafca682288dfe36d00b1eb24
parent1d652c22bf8c4b8cb1674719d25d79431112f25b (diff)
downloadtcpdump-6a34026598a45e44e7c69647058f0aa63d5e0f1d.tar.gz
doc: rename README.Win32.md to README.windows.md.
That matches the name of the equivalent libpcap document, and doesn't tie it to 32 bits. (16-bit Windows is long since dead.) (backported from commit b820ca8237ad10fb5f975a2e73397b0abc427796) [skip ci]
-rw-r--r--CHANGES2
-rw-r--r--Makefile.in2
-rw-r--r--doc/README.windows.md (renamed from doc/README.Win32.md)0
3 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index e81389a9..a4b20c16 100644
--- a/CHANGES
+++ b/CHANGES
@@ -89,7 +89,7 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
Makefile.in: Fix the depend target.
mkdep: Exit with a non-zero status if a command fails.
Documentation:
- Fixed errors in doc/README.Win32.md.
+ Fixed errors in doc/README.Win32.md and renamed it to README.windows.md.
Friday, April 7, 2023 / The Tcpdump Group
Summary for 4.99.4 tcpdump release
diff --git a/Makefile.in b/Makefile.in
index 428c61ea..7023fead 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -359,7 +359,7 @@ EXTRA_DIST = \
doc/README.haiku.md \
doc/README.NetBSD.md \
doc/README.solaris.md \
- doc/README.Win32.md \
+ doc/README.windows.md \
install-sh \
instrument-functions.c \
lbl/os-osf4.h \
diff --git a/doc/README.Win32.md b/doc/README.windows.md
index ea95eac3..ea95eac3 100644
--- a/doc/README.Win32.md
+++ b/doc/README.windows.md