Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Fix for formatting irregularity
- X-seq: zsh-workers 26986
- From: Michael Hwang <nomex45@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: Fix for formatting irregularity
- Date: Sat, 23 May 2009 12:52:12 -0700 (PDT)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1243108333; bh=LFviMYT4l63OWA/wiokZESb3FMwv01oIPWBa+ISJ2ck=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=Gq6NB+SlxtZjvDEmdP3hhGxGpS7znSA43K9lmJhSD2IVX41T4yFq0OXALB2/n80pzlWyRuDeB9qPkrwro1PmQDrLncyvFbTKRz1IidvPXrtVpFmrcqnbyfgLVwhcvEQssqTga7VnrH45FqDW8RB//KPQBXh+Rh/Ay0oucOfV2/s=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=mmRo4z6LgkpEeFrDYbGwzqs9cAQYy2CqyTopFHf1F3+IuifHpxabwY7hlb0OnO3Mg5wXlZ9rKaMQTAyc2HLHHymKC6NSXSCZuqki8qY7oWWsoMsiZ4kAyBn5KLoe37zLMIuGXAUQYSlrX/MmAAVJDrCK2MqnZJdAXVwi5I6BpO0=;
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
This patch fixes a formatting irregularity in the zshcompsys manpage.
Michael Hwang
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index e4272b6..b2f9e22 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -4303,7 +4303,7 @@ findex(_parameters)
item(tt(_parameters))(
This is used to complete the names of shell parameters.
-The option `tt(-g var(pattern))' limits the completion to parameters
+The option `tt(-g) var(pattern)' limits the completion to parameters
whose type matches the var(pattern). The type of a parameter is that
shown by `tt(print ${(t))var(param)tt(})', hence judicious use of
`tt(*)' in var(pattern) is probably necessary.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author