American English spelling fix.

This commit is contained in:
Glenn Morris 2008-07-01 02:59:53 +00:00
parent 2f0c93d16d
commit 135305ed48
3 changed files with 8 additions and 7 deletions

View file

@ -2634,7 +2634,7 @@ setting the cursor at the top of the buffer, and applying the expression
@end example
If it fails, or the cursor is not moved at the end of the buffer, your
prompt is not recognised correctly.
prompt is not recognized correctly.
A special problem is the zsh, which uses left-hand side and right-hand
side prompts in parallel. Therefore, it is necessary to disable the

View file

@ -252,10 +252,10 @@ transmission via SSL. It is defined in RFC 2069. Its default port is
@code{ssl} gateway method to be used. @xref{Gateways in general}.
@defopt url-honor-refresh-requests
This controls honouring of HTTP @samp{Refresh} headers by which
This controls honoring of HTTP @samp{Refresh} headers by which
servers can direct clients to reload documents from the same URL or a
or different one. @code{nil} means they will not be honoured,
@code{t} (the default) means they will always be honoured, and
or different one. @code{nil} means they will not be honored,
@code{t} (the default) means they will always be honored, and
otherwise the user will be asked on each request.
@end defopt
@ -305,7 +305,7 @@ Default is one hour.
@subsection Language and Encoding Preferences
HTTP allows clients to express preferences for the language and
encoding of documents which servers may honour. For each of these
encoding of documents which servers may honor. For each of these
variables, the value is a string; it can specify a single choice, or
it can be a comma-separated list.

View file

@ -2,8 +2,9 @@
@c %**start of header
@setfilename ../../info/woman
@settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man''
@c FIXME
@c Manual last updated:
@set UPDATED Time-stamp: <Fri 13-Jun-2008 13:07:05 gmorris on xoc2.stanford.edu>
@set UPDATED Time-stamp: <Mon 30-Jun-2008 19:59:42 gm on grasmoor>
@c Software version:
@set VERSION 0.54 (beta)
@afourpaper
@ -1163,7 +1164,7 @@ headings. Default is @code{t}. [Heading emboldening is @emph{not} standard
@code{man} behavior.]
@item woman-ignore
A boolean value. If non-@code{nil} then unrecognised requests etc. are
A boolean value. If non-@code{nil} then unrecognized requests etc. are
ignored. Default is @code{t}. This gives the standard @code{roff} behavior.
If @code{nil} then they are left in the buffer, which may aid debugging.