]> The Tcpdump Group git mirrors - tcpdump/commitdiff
doc: rename README.Win32.md to README.windows.md.
authorGuy Harris <[email protected]>
Fri, 29 Mar 2024 00:20:55 +0000 (17:20 -0700)
committerGuy Harris <[email protected]>
Fri, 29 Mar 2024 00:20:55 +0000 (17:20 -0700)
That matches the name of the equivalent libpcap document, and doesn't
tie it to 32 bits.  (16-bit Windows is long since dead.)

CHANGES
Makefile.in
README.md
doc/README.windows.md [moved from doc/README.Win32.md with 100% similarity]

diff --git a/CHANGES b/CHANGES
index 1727207c855d50a9608a31107f077501839fb4b4..44e0eb2380de175086e3c801549b3ea3d7ff1f64 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -141,7 +141,8 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
       tests: Use the -tttt option, by default, for the tests.
       autoconf, CMake: Get the size of a void * and a time_t.
     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
index cfed7de977c3d00f39cf3046b83f67d3b626eeb8..3423eca0c3fdb1063b01229f3d245b1a67c67e63 100644 (file)
@@ -358,7 +358,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 \
        makemib \
index f87dc78d15dc4d032ad517f58a0d501fc07ca19c..64066fa5af0b3dc9f5eb0abd1af8425bcee847c0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ tcpdump compiles and works on at least the following platforms:
 * [NetBSD](./doc/README.NetBSD.md)
 * OpenBSD
 * [Solaris](./doc/README.solaris.md)
-* [Windows](./doc/README.Win32.md) (requires WinPcap or Npcap, and Visual
+* [Windows](./doc/README.windows.md) (requires WinPcap or Npcap, and Visual
   Studio with CMake)
 
 In the past tcpdump certainly or likely worked on the following platforms:
similarity index 100%
rename from doc/README.Win32.md
rename to doc/README.windows.md