comparison xml/en/docs/windows.xml @ 148:682163f2b298

Unified article/path and module/pathname into a single "path". "path" no longer emits double quotes so preserve them where needed. Replaced some misuses of "path" and "dirname".
author Ruslan Ermilov <ru@nginx.com>
date Tue, 25 Oct 2011 13:28:36 +0000
parents 7db449e89e92
children 4d047c05b7ad
comparison
equal deleted inserted replaced
147:8057b7793bd9 148:682163f2b298
32 unzip nginx-<development_version />.zip 32 unzip nginx-<development_version />.zip
33 cd nginx-<development_version /> 33 cd nginx-<development_version />
34 start nginx 34 start nginx
35 </programlisting> 35 </programlisting>
36 36
37 You may run the <path>tasklist</path> command line utility 37 You may run the <command>tasklist</command> command line utility
38 to see nginx processes: 38 to see nginx processes:
39 39
40 <programlisting> 40 <programlisting>
41 C:\nginx-<development_version />&gt;tasklist /fi "imagename eq nginx.exe" 41 C:\nginx-<development_version />&gt;tasklist /fi "imagename eq nginx.exe"
42 42