Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Fix zshmodule.1 syntax
- X-seq: zsh-workers 33752
- From: Baptiste Daroussin <baptiste.daroussin@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Fix zshmodule.1 syntax
- Date: Sat, 22 Nov 2014 13:26:01 +0100
- Cc: Zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ysemxpyfn8JJTT/o41FbKrFFLl1O8BNIvB+D6hRcx4o=; b=HxJJUI1SlOCYFKcB4+XLvPksPOcpajNjV+FkOzHL7eEvgJNvk2VPqbmp2VzUWFUDqD 8wpMMVXH2EcqxYKL53/C0+ytBrDT0mzfsmXuOGHDWBBe4ZuSxY89ru2JN8GCua5oLJUx siIavOCsyPUHNAOm2VC2j8+hVA4rGmJfPh7D+GBraDQ70jA2Q5pKnnU/VZRkS2YRmuLF nGt7bpTJVOex5Fx8TMQlhRmRbK0iuccLPq+ACCzLZ7B8ujy2zozwos2s2SIB+g4EueS3 GBwExCwszCnvKeYgam2Qv7BZ7nlPCGEVFvggoGVnjhKvqofz0kqMBXP3UhAF2Bx5eKwq YM9g==
- In-reply-to: <141121220737.ZM13875@torch.brasslantern.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAPKC6oJAGJ2Gr22Dpd7PmyM4DqCnaz12kAyJcaRtUST7uoUgew@mail.gmail.com> <141121220737.ZM13875@torch.brasslantern.com>
2014-11-22 7:07 GMT+01:00 Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>:
> On Nov 21, 11:06pm, Baptiste Daroussin wrote:
> }
> } Using mandoc -Tlint -Werror on the generated zshmodule.1 showed a
> } syntax error the following patch fixes it:
> }
> } https://people.freebsd.org/~bapt/0001-Do-not-close-twice-the-index.patch
>
> Thanks, but this can't be all there is to it. There are two startitem()
> calls, so there need to be two enditem() calls.
>
> There are several other places where startitem() is nested this way. Do
> you also get a syntax error on (for example) zshzle.1 or zshparams.1 ?
The startitem() is closed 2 lines after, I checked the other manpages
and the don't have the problem, checking at them they do not close
twice startitem()
regards,
Bapt
Messages sorted by:
Reverse Date,
Date,
Thread,
Author