Relate Cygwin DLL to Unix kernel,
 add required options to command examples,
 differentiate Unix and Cygwin commands;
 mention that the cygwin package contains the DLL.

---
 faq/faq.html | 34 ++++++++++++++++++++++++----------
 1 file changed, 24 insertions(+), 10 deletions(-)

diff --git a/faq/faq.html b/faq/faq.html
index 1f2686c6..846e087e 100644
--- a/faq/faq.html
+++ b/faq/faq.html
@@ -53,16 +53,30 @@ such freedom is that the people who use a given piece of 
software
 should be able to change it to fit their needs, learn from it, share
 it with their friends, etc.  The GPL or LGPL licenses allows you those
 freedoms, so it is free software.
-</p></td></tr><tr class="question"><td align="left" valign="top"><a 
name="faq.what.version"></a><p><b>1.5.</b></p></td><td align="left" 
valign="top"><p>What version of Cygwin <span 
class="emphasis"><em>is</em></span> this, anyway?</p></td></tr><tr 
class="answer"><td align="left" valign="top"></td><td align="left" 
valign="top"><p>To find the version of the Cygwin DLL installed, you can use
-<code class="filename">uname</code> as on Linux or <code 
class="filename">cygcheck</code>. Refer to each command's
-<code class="literal">--help</code> output and the
-<a class="ulink" href="https://cygwin.com/cygwin-ug-net/"; target="_top">Cygwin 
User's Guide</a>
-for more information.
-</p><p>If you are looking for the version number for the whole Cygwin
-release, there is none. Each package in the Cygwin release has its own
-version.  The packages in Cygwin are continually improving, thanks to
-the efforts of net volunteers who maintain the Cygwin binary ports.
-Each package has its own version numbers and its own release process.
+</p></td></tr>
+<tr class="question"><td align="left" valign="top"><a 
name="faq.what.version"></a><p><b>1.5.</b></p></td>
+    <td align="left" valign="top"><p>What version of Cygwin <span 
class="emphasis"><em>is</em></span> this, anyway?</p></td></tr>
+<tr class="answer"><td align="left" valign="top"></td><td align="left" 
valign="top">
+    <p>As the Cygwin DLL takes the place of a Unix kernel,
+       to find the version of the Cygwin DLL installed,
+       you can use any of the Unix compatible commands:
+       <code class="command"><strong>uname&nbsp;-a</strong></code>;
+       <code class="command"><strong>uname&nbsp;-srvm</strong></code>;
+       <code class="command"><strong>head&nbsp;/proc/version</strong></code>;
+       or the Cygwin command:
+       <code class="command"><strong>cygcheck&nbsp;-V</strong></code>.
+       Refer to each command's
+       <code class="option">--help</code> output or the
+       <a class="ulink" href="https://cygwin.com/cygwin-ug-net/"; 
target="_top">Cygwin User's Guide</a>
+       for more information.</p>
+    <p>If you are looking for the version number for the whole Cygwin release,
+       there is none.
+       Each package in the Cygwin release has its own version, and the
+       <code class="package">cygwin</code> package containing the Cygwin DLL 
and
+       Cygwin system specific utilities is just another (but very important!) 
package.
+       The packages in Cygwin are continually improving, thanks to
+       the efforts of net volunteers who maintain the Cygwin binary ports.
+       Each package has its own version numbers and its own release process.
 </p><p>So, how do you get the most up-to-date version of Cygwin?  Easy.  Just
 download the Cygwin Setup program by following the instructions
 <a class="ulink" href="https://cygwin.com/install.html"; target="_top">here</a>.
-- 
2.27.0

Reply via email to