Change explicitely to explicitly throughout.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2009-05-26  Christopher Faylor  <me+cygwin@cgf.cx> | ||||||
|  |  | ||||||
|  | 	Change explicitely to explicitly throughout. | ||||||
|  |  | ||||||
| 2009-05-15  Corinna Vinschen  <corinna@vinschen.de> | 2009-05-15  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
| 	* setup2.sgml (setup-locale-console): Disable section for now. | 	* setup2.sgml (setup-locale-console): Disable section for now. | ||||||
|   | |||||||
| @@ -91,7 +91,7 @@ | |||||||
|     Force logging to stderr.  This is the default if stderr is connected to |     Force logging to stderr.  This is the default if stderr is connected to | ||||||
|     a tty.  Otherwise, the default is logging to the system log.  By using |     a tty.  Otherwise, the default is logging to the system log.  By using | ||||||
|     the -e, -E, -y, -Y options (or the appropriate settings in the |     the -e, -E, -y, -Y options (or the appropriate settings in the | ||||||
|     configuration file), you can explicitely set the logging output as you |     configuration file), you can explicitly set the logging output as you | ||||||
|     like, even to both, stderr and syslog. |     like, even to both, stderr and syslog. | ||||||
|     Configuration file option:  kern.log.stderr |     Configuration file option:  kern.log.stderr | ||||||
|   </para> |   </para> | ||||||
|   | |||||||
| @@ -165,7 +165,7 @@ below.</para> | |||||||
| <listitem> | <listitem> | ||||||
| <para><envar>(no)binmode</envar> - This option has been removed because | <para><envar>(no)binmode</envar> - This option has been removed because | ||||||
| all file opens default to binary mode, unless the open mode has been specified | all file opens default to binary mode, unless the open mode has been specified | ||||||
| explicitely in the open(2) call. | explicitly in the open(2) call. | ||||||
| </para> | </para> | ||||||
| </listitem> | </listitem> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -641,7 +641,7 @@ Unfortunately that's too simple.  Using <command>NtCreateToken</command> | |||||||
| has a few drawbacks.</para> | has a few drawbacks.</para> | ||||||
|  |  | ||||||
| <para>First of all, beginning with Windows Server 2003, | <para>First of all, beginning with Windows Server 2003, | ||||||
| the permission "Create a token object" gets explicitely removed from | the permission "Create a token object" gets explicitly removed from | ||||||
| the SYSTEM user's access token, when starting services under that | the SYSTEM user's access token, when starting services under that | ||||||
| account.  That requires us to create a new account with this specific | account.  That requires us to create a new account with this specific | ||||||
| permission just to run this kind of services.  But that's a minor | permission just to run this kind of services.  But that's a minor | ||||||
|   | |||||||
| @@ -266,7 +266,7 @@ point.  For instance this:</para> | |||||||
| </screen> | </screen> | ||||||
|  |  | ||||||
| <para>will not make file access using the /mnt/d path prefix suddenly using | <para>will not make file access using the /mnt/d path prefix suddenly using | ||||||
| textmode.  If you want to mount any drive explicitely in another mode than | textmode.  If you want to mount any drive explicitly in another mode than | ||||||
| the cygdrive prefix, use a distinct path prefix:</para> | the cygdrive prefix, use a distinct path prefix:</para> | ||||||
|  |  | ||||||
| <screen> | <screen> | ||||||
| @@ -501,7 +501,7 @@ case-sensitivity on the <filename>/cygdrive</filename> prefix, your shell | |||||||
| might claim that it can't find Windows commands like <command>attrib</command> | might claim that it can't find Windows commands like <command>attrib</command> | ||||||
| or <command>net</command>.  To ease the pain, the <filename>/cygdrive</filename> | or <command>net</command>.  To ease the pain, the <filename>/cygdrive</filename> | ||||||
| path is case-insensitive by default and you have to use the "posix=1" setting | path is case-insensitive by default and you have to use the "posix=1" setting | ||||||
| explicitely in <filename>/etc/fstab</filename> or | explicitly in <filename>/etc/fstab</filename> or | ||||||
| <filename>/etc/fstab.d/$USER</filename> to switch it to case-sensitivity, | <filename>/etc/fstab.d/$USER</filename> to switch it to case-sensitivity, | ||||||
| or you have to make sure that the native Win32 %PATH% environment variable | or you have to make sure that the native Win32 %PATH% environment variable | ||||||
| is using the correct case for all paths throughout.</para> | is using the correct case for all paths throughout.</para> | ||||||
|   | |||||||
| @@ -222,7 +222,7 @@ supports all relevant default ANSI codepages...</para> | |||||||
|  |  | ||||||
| <listitem><para> | <listitem><para> | ||||||
| You don't want to use the default Windows codepage as character set? | You don't want to use the default Windows codepage as character set? | ||||||
| In that case you have to specify the charset explicitely.  For instance, | In that case you have to specify the charset explicitly.  For instance, | ||||||
| assume you're from Italy and don't want to use the default Windows codepage | assume you're from Italy and don't want to use the default Windows codepage | ||||||
| 1252, but the more portable ISO-8859-15 character set.  What you can do is | 1252, but the more portable ISO-8859-15 character set.  What you can do is | ||||||
| to set the <envar>LANG</envar> variable in the | to set the <envar>LANG</envar> variable in the | ||||||
| @@ -271,7 +271,7 @@ used for in- and output, the Windows console hasn't such a way, since it's | |||||||
| not an application in its own right.</para> | not an application in its own right.</para> | ||||||
|  |  | ||||||
| <para>This problem is solved in Cygwin as follows.  When the first Cygwin | <para>This problem is solved in Cygwin as follows.  When the first Cygwin | ||||||
| process is started in a Windows console (either explicitely from cmd.exe, | process is started in a Windows console (either explicitly from cmd.exe, | ||||||
| or implicitly by, for instance, clicking on the Cygwin desktop icon, or | or implicitly by, for instance, clicking on the Cygwin desktop icon, or | ||||||
| running the Cygwin.bat file), the Console character set is determined by the | running the Cygwin.bat file), the Console character set is determined by the | ||||||
| setting of the aforementioned internationalization environment variables, | setting of the aforementioned internationalization environment variables, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user