Skip to content

Commit b820ca8

Browse files
committed
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.)
1 parent f23d7f6 commit b820ca8

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
141141
tests: Use the -tttt option, by default, for the tests.
142142
autoconf, CMake: Get the size of a void * and a time_t.
143143
Documentation:
144-
Fixed errors in doc/README.Win32.md.
144+
Fixed errors in doc/README.Win32.md and renamed it to
145+
README.windows.md.
145146

146147
Friday, April 7, 2023 / The Tcpdump Group
147148
Summary for 4.99.4 tcpdump release

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ EXTRA_DIST = \
358358
doc/README.haiku.md \
359359
doc/README.NetBSD.md \
360360
doc/README.solaris.md \
361-
doc/README.Win32.md \
361+
doc/README.windows.md \
362362
install-sh \
363363
instrument-functions.c \
364364
makemib \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tcpdump compiles and works on at least the following platforms:
3737
* [NetBSD](./doc/README.NetBSD.md)
3838
* OpenBSD
3939
* [Solaris](./doc/README.solaris.md)
40-
* [Windows](./doc/README.Win32.md) (requires WinPcap or Npcap, and Visual
40+
* [Windows](./doc/README.windows.md) (requires WinPcap or Npcap, and Visual
4141
Studio with CMake)
4242

4343
In the past tcpdump certainly or likely worked on the following platforms:
File renamed without changes.

0 commit comments

Comments
 (0)