From 5f799395beb0e164edb01caf38a25fe28e0bb879 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Sun, 12 Oct 2014 05:40:20 -0700 Subject: [PATCH] COMPILING: Wording tweak, Cygwin pretty much is a GNU system --- COMPILING.adoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/COMPILING.adoc b/COMPILING.adoc index 2b84cb83..c1fd569d 100644 --- a/COMPILING.adoc +++ b/COMPILING.adoc @@ -82,10 +82,9 @@ and DeuTex will not understand the Cygwin-specific symbolic links, which itself is *not* identical to the native method provided by Windows Vista and newer. -Cygwin provides a GNU userland and Unix-like interfaces on top of -Windows, its command line is (by default) Bash and not `cmd.exe`. -Instructions on how to use Unix systems and Bash are out of scope of -this document. +As Cygwin provides a GNU system and interface on top of Windows, its +command line is (by default) Bash and not `cmd.exe`. Instructions on +how to use GNU systems and Bash are out of scope of this document. Optional software -----------------