all: typo fixes from ray@raylai.com
This commit is contained in:
parent
39cabc7269
commit
cd3a742b32
5 changed files with 6 additions and 6 deletions
|
@ -151,7 +151,7 @@ to add a pattern to
|
||||||
.I patternfile
|
.I patternfile
|
||||||
for each address in the
|
for each address in the
|
||||||
.I addressfiles
|
.I addressfiles
|
||||||
that doesn't already match a pattern.
|
that doesh't already match a pattern.
|
||||||
.PP
|
.PP
|
||||||
.IR Token ,
|
.IR Token ,
|
||||||
with only one argument, prints to standard output a unique token
|
with only one argument, prints to standard output a unique token
|
||||||
|
|
|
@ -253,7 +253,7 @@ At first, pictures of various Bell Labs employees, Lucent Technologies' logo, an
|
||||||
Memorize the sequence, then click to hide them and begin.
|
Memorize the sequence, then click to hide them and begin.
|
||||||
Use the mouse to select two tiles.
|
Use the mouse to select two tiles.
|
||||||
If they are the same, the tiles will disappear, otherwise the tiles will flip back and you will get a chance to try again.
|
If they are the same, the tiles will disappear, otherwise the tiles will flip back and you will get a chance to try again.
|
||||||
Button 3 generates a memu allowing you to restart, switch between easy and hard modes, and exit.
|
Button 3 generates a menu allowing you to restart, switch between easy and hard modes, and exit.
|
||||||
The
|
The
|
||||||
.B -h
|
.B -h
|
||||||
option sets the game to hard mode.
|
option sets the game to hard mode.
|
||||||
|
|
|
@ -5,10 +5,10 @@ Not Bugs:
|
||||||
* complaints like "gif: decode <stdin> failed: ReadGIF: can't recognize format <20><>"
|
* complaints like "gif: decode <stdin> failed: ReadGIF: can't recognize format <20><>"
|
||||||
are caused by sites that return a jpeg and send Content-Type: image/gif.
|
are caused by sites that return a jpeg and send Content-Type: image/gif.
|
||||||
|
|
||||||
Not implented:
|
Not implemented:
|
||||||
* frame's borders and scroll are ignored
|
* frame's borders and scroll are ignored
|
||||||
* Image: maps
|
* Image: maps
|
||||||
* table atributes
|
* table attributes
|
||||||
* css
|
* css
|
||||||
* Js
|
* Js
|
||||||
|
|
||||||
|
|
|
@ -10741,7 +10741,7 @@ icmLuSpaces(
|
||||||
icColorSpaceSignature *outs, /* Return effective output color space */
|
icColorSpaceSignature *outs, /* Return effective output color space */
|
||||||
int *outn, /* Return number of output components */
|
int *outn, /* Return number of output components */
|
||||||
icmLuAlgType *alg, /* Return type of lookup algorithm used */
|
icmLuAlgType *alg, /* Return type of lookup algorithm used */
|
||||||
icRenderingIntent *intt, /* Return the intent being implented */
|
icRenderingIntent *intt, /* Return the intent being implemented */
|
||||||
icmLookupFunc *fnc, /* Return the profile function being implemented */
|
icmLookupFunc *fnc, /* Return the profile function being implemented */
|
||||||
icColorSpaceSignature *pcs /* Return the profile effective PCS */
|
icColorSpaceSignature *pcs /* Return the profile effective PCS */
|
||||||
) {
|
) {
|
||||||
|
|
|
@ -235,7 +235,7 @@ end_runandhide(i_ctx_t *i_ctx_p)
|
||||||
|
|
||||||
if ((code = runandhide_restore_hidden(i_ctx_p, esp, esp - 1)) < 0)
|
if ((code = runandhide_restore_hidden(i_ctx_p, esp, esp - 1)) < 0)
|
||||||
return code;
|
return code;
|
||||||
esp -= 2; /* pop the hidden value and its atributes */
|
esp -= 2; /* pop the hidden value and its attributes */
|
||||||
return o_pop_estack;
|
return o_pop_estack;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue