From 357cfd3b035d1ba6438e82cc1cbec105874206b6 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 5 Apr 2017 12:15:27 -0700 Subject: A bunch of "{Mac} OS X" -> "macOS" changes. Avoid anachronisms, however; there was no "macOS 10.0" or even "OS X 10.0", for example. It was "Mac OS X" until 10.8 (although 10.7 was sometimes called "OS X" and sometimes called "Mac OS X"), and it was "OS X" from 10.8 to 10.11. Change-Id: Ie4a848997dcc6c45c2245c1fb84ec526032375c3 Reviewed-on: https://code.wireshark.org/review/20933 Reviewed-by: Guy Harris --- tfshark.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tfshark.c') diff --git a/tfshark.c b/tfshark.c index d7c7eac286..eca10771fc 100644 --- a/tfshark.c +++ b/tfshark.c @@ -367,7 +367,7 @@ main(int argc, char *argv[]) * * Glibc and Solaris libc document that a leading + disables permutation * of options, regardless of whether POSIXLY_CORRECT is set or not; *BSD - * and OS X don't document it, but do so anyway. + * and macOS don't document it, but do so anyway. * * We do *not* use a leading - because the behavior of a leading - is * platform-dependent. @@ -669,7 +669,7 @@ main(int argc, char *argv[]) /* * To reset the options parser, set optreset to 1 on platforms that - * have optreset (documented in *BSD and OS X, apparently present but + * have optreset (documented in *BSD and macOS, apparently present but * not documented in Solaris - the Illumos repository seems to * suggest that the first Solaris getopt_long(), at least as of 2004, * was based on the NetBSD one, it had optreset) and set optind to 1, -- cgit v1.2.1