@@ -558,7 +558,7 @@ static void
558558cygwin_info (HANDLE h)
559559{
560560 char *buf, *bufend, *buf_start = NULL ;
561- const char *hello = " Msys DLL version info:\n " ;
561+ const char *hello = " Cygwin DLL version info:\n " ;
562562 DWORD size = GetFileSize (h, NULL );
563563 DWORD n;
564564
@@ -1290,7 +1290,7 @@ dump_sysinfo_services ()
12901290
12911291 /* inform the user if nothing found */
12921292 if (no_services)
1293- puts (" No Msys services found.\n " );
1293+ puts (" No Cygwin services found.\n " );
12941294}
12951295
12961296enum handle_reg_t
@@ -1305,7 +1305,7 @@ handle_reg_installation (handle_reg_t what)
13051305 HKEY key;
13061306
13071307 if (what == PRINT_KEY)
1308- printf (" Msys installations found in the registry:\n " );
1308+ printf (" Cygwin installations found in the registry:\n " );
13091309 for (int i = 0 ; i < 2 ; ++i)
13101310 if (RegOpenKeyEx (i ? HKEY_CURRENT_USER : HKEY_LOCAL_MACHINE,
13111311 " SOFTWARE\\ Msys\\ Installations" , 0 ,
@@ -1404,7 +1404,7 @@ dump_sysinfo ()
14041404 _wputenv (comspec);
14051405 }
14061406
1407- printf (" \n Msys Configuration Diagnostics\n " );
1407+ printf (" \n Cygwin Configuration Diagnostics\n " );
14081408 time (&now);
14091409 printf (" Current System Time: %s\n " , ctime (&now));
14101410
@@ -1732,7 +1732,7 @@ dump_sysinfo ()
17321732
17331733
17341734 if (givehelp)
1735- printf (" Here's some environment variables that may affect msys :\n " );
1735+ printf (" Here's some environment variables that may affect cygwin :\n " );
17361736 for (i = 0 ; environ[i]; i++)
17371737 {
17381738 char *eq = strchr (environ[i], ' =' );
@@ -1960,7 +1960,7 @@ dump_sysinfo ()
19601960 printf (" \n " );
19611961
19621962 if (givehelp)
1963- printf (" Looking for various Msys DLLs... (-v gives version info)\n " );
1963+ printf (" Looking for various Cygwin DLLs... (-v gives version info)\n " );
19641964 int cygwin_dll_count = 0 ;
19651965 char cygdll_path[32768 ];
19661966 for (pathlike *pth = paths; pth->dir ; pth++)
@@ -2992,8 +2992,8 @@ static char opts[] = "cdnsrvkfliephV";
29922992static void
29932993print_version ()
29942994{
2995- printf (" cygcheck (msys ) %d.%d.%d\n "
2996- " System Checker for Msys \n "
2995+ printf (" cygcheck (cygwin ) %d.%d.%d\n "
2996+ " System Checker for Cygwin \n "
29972997 " Copyright (C) 1998 - %s Cygwin Authors\n "
29982998 " This is free software; see the source for copying conditions. "
29992999 " There is NO\n "
0 commit comments