Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Bug#463616: 'man zshcontrib' typos: "horizonal", "preceeding", "replacment", "runing" x 2, etc.



On Thu, Jan 31, 2008 at 10:21:48PM -0500, A. Costa wrote:
> Found some typos in '/usr/share/man/man1/zshcontrib.1.gz', see attached '.diff'.
> 
> Hope this helps...

> --- zshcontrib.1	2008-01-29 10:24:59.000000000 -0500
> +++ /tmp/zshcontrib.1	2008-01-31 06:16:33.000000000 -0500
> @@ -881,7 +881,7 @@
>  character is present on the keyboard\&.)
>  .TP
>  \fB\-\fP
> -Macron\&.  (A horizonal bar over the base character\&.)
> +Macron\&.  (A horizontal bar over the base character\&.)
>  .TP
>  \fB(\fP
>  Breve\&.  (A shallow dish shape over the base character\&.)
> @@ -926,7 +926,7 @@
>  alphabets are available; consult RFC 1345 for the appropriate sequences\&.
>  In addition, a set of two letter codes not in RFC 1345 are available for
>  the double\-width characters corresponding to ASCII characters from \fB!\fP
> -to \fB~\fP (0x21 to 0x7e) by preceeding the character with \fB^\fP, for
> +to \fB~\fP (0x21 to 0x7e) by preceding the character with \fB^\fP, for
>  example \fB^A\fP for a double\-width \fBA\fP\&.
>  .PP
>  The following other two\-character sequences are understood\&.
> @@ -1428,7 +1428,7 @@
>  .PP
>  and invoking \fBreplace\-pattern\fP with the source string
>  `\fBf(?)n\fP\&' and
> -the replacment string `\fBc\e1r\fP\&' produces the not very useful line:
> +the replacement string `\fBc\e1r\fP\&' produces the not very useful line:
>  .PP
>  .RS
>  .nf
> @@ -2135,7 +2135,7 @@
>  .fi
>  .RE
>  .PP
> -specifies that \fBpick\-web\-browser\fP should first look for a runing
> +specifies that \fBpick\-web\-browser\fP should first look for a running
>  instance of Opera, Konqueror or Firefox, in that order, and if it
>  fails to find any should attempt to start Opera\&.  The default is
>  \fBfirefox mozilla netscape opera konqueror\fP\&.
> @@ -2151,7 +2151,7 @@
>  used to open a page for a browser\&.  The context is
>  \fB:mime:browser:new:$browser:\fP to start a new browser or
>  \fB:mime:browser:running:$browser:\fP to open a URL in a browser already
> -runing on the current X display, where \fB$browser\fP is the value matched
> +running on the current X display, where \fB$browser\fP is the value matched
>  in the \fBx\-browsers\fP or \fBtty\-browsers\fP style\&.  The escape sequence
>  \fB%b\fP in the style\&'s value will be replaced by the browser, while \fB%u\fP
>  will be replaced by the URL\&.  If the style is not set, the default for all

Index: Doc/Zsh/contrib.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/contrib.yo,v
retrieving revision 1.75
diff -u -r1.75 contrib.yo
--- Doc/Zsh/contrib.yo	30 Jan 2008 09:40:42 -0000	1.75
+++ Doc/Zsh/contrib.yo	1 Feb 2008 19:44:48 -0000
@@ -765,7 +765,7 @@
 sitem(tt(>))(Circumflex.)
 sitem(tt(?))(Tilde.  (This is not tt(~) as RFC 1345 does not assume that
 character is present on the keyboard.))
-sitem(tt(-))(Macron.  (A horizonal bar over the base character.))
+sitem(tt(-))(Macron.  (A horizontal bar over the base character.))
 sitem(tt(LPAR()))(Breve.  (A shallow dish shape over the base character.))
 sitem(tt(.))(Dot above the base character, or in the case of tt(i) no dot,
 or in the case of tt(L) and tt(l) a centered dot.)
@@ -786,7 +786,7 @@
 alphabets are available; consult RFC 1345 for the appropriate sequences.
 In addition, a set of two letter codes not in RFC 1345 are available for
 the double-width characters corresponding to ASCII characters from tt(!)
-to tt(~) (0x21 to 0x7e) by preceeding the character with tt(^), for
+to tt(~) (0x21 to 0x7e) by preceding the character with tt(^), for
 example tt(^A) for a double-width tt(A).
 
 The following other two-character sequences are understood.
@@ -1098,7 +1098,7 @@
 
 and invoking tt(replace-pattern) with the source string
 `tt(f+LPAR()?+RPAR()n)' and
-the replacment string `tt(c\1r)' produces the not very useful line:
+the replacement string `tt(c\1r)' produces the not very useful line:
 
 example(print This line contains car and cord)
 
@@ -1742,7 +1742,7 @@
 
 example(zstyle ':mime:*' x-browsers opera konqueror firefox)
 
-specifies that tt(pick-web-browser) should first look for a runing
+specifies that tt(pick-web-browser) should first look for a running
 instance of Opera, Konqueror or Firefox, in that order, and if it
 fails to find any should attempt to start Opera.  The default is
 tt(firefox mozilla netscape opera konqueror).
@@ -1757,7 +1757,7 @@
 used to open a page for a browser.  The context is
 tt(:mime:browser:new:$browser:) to start a new browser or
 tt(:mime:browser:running:$browser:) to open a URL in a browser already
-runing on the current X display, where tt($browser) is the value matched
+running on the current X display, where tt($browser) is the value matched
 in the tt(x-browsers) or tt(tty-browsers) style.  The escape sequence
 tt(%b) in the style's value will be replaced by the browser, while tt(%u)
 will be replaced by the URL.  If the style is not set, the default for all



Messages sorted by: Reverse Date, Date, Thread, Author