Package: zsh
Version: 4.3.2-18
Severity: minor
Tags: patch

Hi,

you have more .RE than .RS in the zsh manpages.

% grep -c '\.RE' /tmp/zshcompsys.1 
177
% grep -c '\.RS' /tmp/zshcompsys.1
171

diff -u -ur man1~/zshcompctl.1 man1/zshcompctl.1
--- man1~/zshcompctl.1  2006-10-01 00:59:38.000000000 +0200
+++ man1/zshcompctl.1   2006-10-04 02:08:57.000000000 +0200
@@ -342,7 +342,6 @@
 which forces completion to look back in the history list for a word if
 no filename matches\&.
 .RE
-.RE
 .PP
 .SS "Control Flags"
 These do not directly specify types of name to be completed, but
diff -u -ur man1~/zshcompsys.1 man1/zshcompsys.1
--- man1~/zshcompsys.1  2006-10-01 00:59:38.000000000 +0200
+++ man1/zshcompsys.1   2006-10-04 02:08:57.000000000 +0200
@@ -427,7 +427,6 @@
 Wherever applicable, the \fB\-a\fP option makes the \fIfunction\fP
 autoloadable, equivalent to \fBautoload \-U \fP\fIfunction\fP\&.
 .RE
-.RE
 .PP
 The function \fBcompdef\fP can be used to associate existing completion
 functions with new commands\&.  For example,
@@ -3349,9 +3348,6 @@
 only to the words after the option\&.  When preceded by three colons, they
 are modified to refer only to the words covered by this description\&.
 .RE
-.RE
-.RE
-.RE
 .PP
 Any literal colon in an \fIoptname\fP, \fImessage\fP, or \fIaction\fP
 must be preceded by a backslash, `\fB\e:\fP\&'\&.
@@ -3510,7 +3506,6 @@
 typically in an expansion of the form [EMAIL PROTECTED]&' which preserves empty
 elements of the array\&.
 .RE
-.RE
 .PP
 During the performance of the action the array `\fBline\fP\&'
 will be set to the command name and normal arguments from the command
diff -u -ur man1~/zshcompwid.1 man1/zshcompwid.1
--- man1~/zshcompwid.1  2006-10-01 00:59:38.000000000 +0200
+++ man1/zshcompwid.1   2006-10-04 02:08:57.000000000 +0200
@@ -830,7 +830,6 @@
 .PP
 Note that this builtin is defined by the \fBzsh/compctl\fP module\&.
 .RE
-.RE
 .PP
 .SH "CONDITION CODES"
 .PP
diff -u -ur man1~/zshcontrib.1 man1/zshcontrib.1
--- man1~/zshcontrib.1  2006-10-01 00:59:38.000000000 +0200
+++ man1/zshcontrib.1   2006-10-04 02:08:57.000000000 +0200
@@ -133,7 +133,6 @@
 Without the \fB\-p\fP option, \fBzrecompile\fP does not create function digests
 that do not already exist, nor does it add new functions to the digest\&.
 .RE
-.RE
 .PP
 The following shell loop is an example of a method for creating function
 digests for all functions in your \fBfpath\fP, assuming that you have write
@@ -304,7 +303,6 @@
 .PD
 .PP
 If the \fIstate\fP is omitted, \fBall\fP is assumed\&.
-.RE
 .PP
 With the exception of `\fBall\fP\&', every \fIstate\fP can be abbreviated by
 any prefix, even a single letter; thus \fBa\fP is the same as \fBaliases\fP,
@@ -1413,7 +1411,6 @@
 may be set to an array to give the command and options that will be used to
 investigate the command word found\&.  The default is \fBwhence \-c\fP\&.
 .RE
-.RE
 .PP
 .SS "Styles"
 .PP
@@ -1610,7 +1607,6 @@
 Check the documentation for the calling widget or function to determine
 whether the \fBwidget\fP style is used\&.
 .RE
-.RE
 .PP
 .SH "EXCEPTION HANDLING"
 .PP
@@ -1897,7 +1893,6 @@
 .RE
 .RE
 .RE
-.RE
 .TP
 \fBpick\-web\-browser\fP
 This function is separate from the two MIME functions described above
@@ -1939,7 +1934,6 @@
 instance of Opera, Konqueror or Netscape, in that order, and if it
 fails to find any should attempt to start Opera\&.
 .RE
-.RE
 .PP
 .SH "OTHER FUNCTIONS"
 .PP
@@ -2383,7 +2377,6 @@
 \fIsubcontext\fP may be the empty string to re\-use the first context
 unchanged\&.
 .RE
-.RE
 .PP
 .SS "Styles"
 .PP
diff -u -ur man1~/zshexpn.1 man1/zshexpn.1
--- man1~/zshexpn.1     2006-10-01 00:59:38.000000000 +0200
+++ man1/zshexpn.1      2006-10-04 02:08:57.000000000 +0200
@@ -832,7 +832,6 @@
 in `\fB${${(z)foo}[2]}\fP\&'\&. Likewise, to remove the quotes in the
 resulting words one would do: `\fB${(Q)${(z)foo}}\fP\&'\&.
 .RE
-.RE
 .PP
 The following flags (except \fBp\fP) are followed by one or more arguments
 as shown\&.  Any character, or the matching pairs `\fB(\fP\&.\&.\&.\fB)\fP\&',
@@ -1041,7 +1040,6 @@
 .PP
 If a single word is not required, this rule is skipped\&.
 .RE
-.RE
 .PP
 .SS "Examples"
 The flag \fBf\fP is useful to split a double\-quoted substitution line by
diff -u -ur man1~/zshmisc.1 man1/zshmisc.1
--- man1~/zshmisc.1     2006-10-01 00:59:38.000000000 +0200
+++ man1/zshmisc.1      2006-10-04 02:08:57.000000000 +0200
@@ -1952,4 +1952,3 @@
 space\&.  Without the `\fB%<<\fP\&', those two characters would be included
 in the string to be truncated\&.
 .RE
-.RE
diff -u -ur man1~/zshmodules.1 man1/zshmodules.1
--- man1~/zshmodules.1  2006-10-01 00:59:38.000000000 +0200
+++ man1/zshmodules.1   2006-10-04 02:08:57.000000000 +0200
@@ -171,7 +171,6 @@
 \fBclone\fP is mostly useful as a shell built\-in replacement for
 openvt\&.
 .RE
-.RE
 .SH "THE ZSH/COMPCTL MODULE"
 .\" Yodl file: Zsh/mod_compctl.yo
 
@@ -672,7 +671,6 @@
 If \fB\-s\fP \fIscalar\fP is given, assign the date to \fIscalar\fP instead
 of printing it\&.
 .RE
-.RE
 .PP
 The \fBzsh/datetime\fP module makes available one parameter:
 .PP
@@ -899,7 +897,6 @@
 The parameter \fBmapfile\fP may be made read\-only; in that case, files
 referenced may not be written or deleted\&.
 .RE
-.RE
 .PP
 .SS "Limitations"
 .PP
@@ -1219,7 +1216,6 @@
 substrings, unless the \fB\-a\fP option is given, in which
 case it will set the array \fIarr\fP\&.
 .RE
-.RE
 .PP
 The \fBzsh/pcre\fP module makes available the following test condition:
 .PD 0
@@ -1233,7 +1229,6 @@
 .PP
 [[ "$text" \-pcre\-match ^d+$ ]] && print text variable contains only 
"d\&'s"\&.
 .RE
-.RE
 .SH "THE ZSH/SCHED MODULE"
 .\" Yodl file: Zsh/mod_sched.yo
 
@@ -1281,7 +1276,6 @@
 .PP
 In order to elicit more verbose output, use \fB\-v\fP\&.
 .RE
-.RE
 .PP
 .SS "Inbound Connections"
 .PP
@@ -1319,7 +1313,6 @@
 .PP
 In order to elicit more verbose output, use \fB\-v\fP\&.
 .RE
-.RE
 .SH "THE ZSH/STAT MODULE"
 .\" Yodl file: Zsh/mod_stat.yo
 
@@ -1481,7 +1474,6 @@
 \fB\-T\fP
 Never show the type names of the \fBstruct stat\fP elements\&.
 .RE
-.RE
 .SH "THE ZSH/SYSTEM MODULE"
 .\" Yodl file: Zsh/mod_system.yo
 
@@ -1601,7 +1593,6 @@
 printed in the last case, but the parameter \fBERRNO\fP will reflect
 the error that occurred\&.
 .RE
-.RE
 .PP
 .SH "PARAMETERS"
 .PP
@@ -1620,7 +1611,6 @@
 Note that aliases for errors are not handled; only the canonical name is
 used\&.
 .RE
-.RE
 .SH "THE ZSH/NET/TCP MODULE"
 .\" Yodl file: Zsh/mod_tcp.yo
 
@@ -1687,7 +1677,6 @@
 The remote port
 This is zero for a connection opened for listening\&.
 .RE
-.RE
 .PP
 .SS "Outbound Connections"
 .PP
@@ -1707,7 +1696,6 @@
 .PP
 In order to elicit more verbose output, use \fB\-v\fP\&.
 .RE
-.RE
 .PP
 .SS "Inbound Connections"
 .PP
@@ -1747,7 +1735,6 @@
 .PP
 In order to elicit more verbose output, use \fB\-v\fP\&.
 .RE
-.RE
 .PP
 .SS "Closing Connections"
 .PP
@@ -1771,7 +1758,6 @@
 .PP
 In order to elicit more verbose output, use \fB\-v\fP\&.
 .RE
-.RE
 .PP
 .SS "Example"
 Here is how to create a TCP connection between two instances of zsh\&.  We
@@ -1891,7 +1877,6 @@
 operation\&.  See a description of the variable \fBZFTP_VERBOSE\fP for
 more information on how responses from the server may be printed\&.
 .RE
-.RE
 .PP
 .SS "Subcommands"
 .PP
@@ -2307,7 +2292,6 @@
 and all errors will be printed\&.  A null string is valid and
 specifies that no messages should be printed\&.
 .RE
-.RE
 .PP
 .SS "Functions"
 .PP
@@ -2364,7 +2348,6 @@
 user to decide whether the function should be defined and to use
 \fBunfunction\fP when necessary\&.
 .RE
-.RE
 .PP
 .SS "Problems"
 .PP
@@ -2629,7 +2612,6 @@
 the array will not be set (nor modified in any way)\&.  If there was an error
 in the select operation the appropriate error message is printed\&.
 .RE
-.RE
 .SH "THE ZSH/ZUTIL MODULE"
 .\" Yodl file: Zsh/mod_zutil.yo
 
@@ -2886,7 +2868,6 @@
 A `\fB+\fP\&' as described above may appear between the \fIname\fP and the
 first colon\&.
 .RE
-.RE
 .PP
 The options of \fBzparseopts\fP itself are:
 .PP
@@ -2962,4 +2943,3 @@
 I\&.e\&., the option \fB\-b\fP and its arguments are taken from the
 positional parameters and put into the array \fBbar\fP\&.
 .RE
-.RE
diff -u -ur man1~/zshoptions.1 man1/zshoptions.1
--- man1~/zshoptions.1  2006-10-01 00:59:38.000000000 +0200
+++ man1/zshoptions.1   2006-10-04 02:08:57.000000000 +0200
@@ -499,7 +499,6 @@
 \fBINC_APPEND_HISTORY\fP on, and then manually import
 commands whenever you need them using `\fBfc \-RI\fP\&'\&.
 .RE
-.RE
 .PP
 .SS "Initialisation"
 .PD 0
diff -u -ur man1~/zshparam.1 man1/zshparam.1
--- man1~/zshparam.1    2006-10-01 00:59:38.000000000 +0200
+++ man1/zshparam.1     2006-10-04 02:08:57.000000000 +0200
@@ -1227,7 +1227,6 @@
 both separators must be present in any case\&.
 .RE
 .RE
-.RE
 .TP
 \fBWORDCHARS\fP <S>
 A list of non\-alphanumeric characters considered part of a word
diff -u -ur man1~/zshzle.1 man1/zshzle.1
--- man1~/zshzle.1      2006-10-01 00:59:38.000000000 +0200
+++ man1/zshzle.1       2006-10-04 02:08:57.000000000 +0200
@@ -252,7 +252,6 @@
 When the \fB\-L\fP option is used, the list is in the form of \fBbindkey\fP
 commands to create the key bindings\&.
 .RE
-.RE
 .PP
 When the \fB\-R\fP option is used as noted above, a valid range consists of
 two characters, with an optional `\fB\-\fP\&' between them\&.  All characters
@@ -631,8 +630,6 @@
 it should call the \fBbeep\fP widget directly\&.
 .RE
 .RE
-.RE
-.RE
 .PP
 .SH "WIDGETS"
 All actions in the editor are performed by `widgets\&'\&.  A widget's job is
@@ -687,6 +684,7 @@
 \fBCONTEXT\fP (scalar)
 The context in which zle was called to read a line; read\-only\&.  One of
 the values:
+.RS
 .PD 0
 .TP
 .PD
@@ -848,7 +846,6 @@
 This can been used for detecting switches between the vi command
 (\fBvicmd\fP) and insert (usually \fBmain\fP) keymaps\&.
 .RE
-.RE
 .PP
 .SH "STANDARD WIDGETS"
 The following is a list of all the standard widgets,
@@ -1509,7 +1506,6 @@
 .fi
 .RE
 .RE
-.RE
 .SS "Completion"
 .PD 0
 .TP

Bye, Jörg.

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages zsh depends on:
ii  debconf [debconf-2.0]        1.5.5       Debian configuration management sy
ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared libraries
ii  libncurses5                  5.5-3       Shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libcap1                       1:1.10-14  support for getting/setting POSIX.
ii  libpcre3                      6.4-2      Perl 5 Compatible Regular Expressi

-- no debconf information

Attachment: pgpIKI3DdBLty.pgp
Description: PGP signature

Reply via email to