From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 30899 invoked from network); 6 Jul 2020 10:52:04 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 6 Jul 2020 10:52:04 -0000 Received: (qmail 5499 invoked by alias); 6 Jul 2020 10:51:40 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: Sender: zsh-workers@zsh.org X-Seq: 46194 Received: (qmail 8173 invoked by uid 1010); 6 Jul 2020 10:51:40 -0000 X-Qmail-Scanner-Diagnostics: from mail-wm1-f41.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25863. spamassassin: 3.4.4. Clear:RC:0(209.85.128.41):SA:0(-2.0/5.0):. Processed in 2.61778 secs); 06 Jul 2020 10:51:40 -0000 X-Envelope-From: pmoore@mozilla.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.128.41 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=cs9tTD1Ud79udeQPmZjOZM/MI6UFp1ucO25TDTJLIbs=; b=WVJhAAFDIiT6ylPhUIq7FmYJeV324262dhui6QfWwPDt638sle4iNtxD+52UebF3bZ Le43/WaKS06rXqbGVxpF5m9TrwW5JzKdCPsMpQdVn8wJa+p0tTQ/R3I2mr2qMZvhhwYx /I/Sq9nL3bCHCdeAcjKaUgayx83/H3RAqrUyYAh0lbIX6RgiHfTwhAb+z6wm/m7/K+7B zJXIyg0A/MtGNUWjfCFGH6Uz3T/3EzSFzR0o56vnXQ05y8OCqFGk28c9//fZ9xQEfKh0 ymyTb9ldfqyO8jjHLHeo4ZeaNErDeiY68NTjyHtFdvDv1toEQJdaKeVEmq63MCANkYPv Jkeg== X-Gm-Message-State: AOAM532HotgkQhcD6U9aPyD8tFxjanbX1aRaupX4ZIM3O6eNy8vf94i0 +WJtB1OuVVd+0v+Yh9vKzbASUJPpB5k= X-Google-Smtp-Source: ABdhPJzY7AniaRRrt62M9zYoCxg6y0dBjBgXtciWGx/C+cizmKp2asd0pbbH83LfCGSGWSW6YgWRng== X-Received: by 2002:a1c:6408:: with SMTP id y8mr47619016wmb.122.1594032661771; Mon, 06 Jul 2020 03:51:01 -0700 (PDT) From: Pete Moore To: zsh-workers@zsh.org Cc: Pete Moore Subject: [PATCH] Remove spurious open bracket in zsh man page Date: Mon, 6 Jul 2020 12:50:54 +0200 Message-Id: <20200706105054.49016-2-pmoore@mozilla.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200706105054.49016-1-pmoore@mozilla.com> References: <20200706105054.49016-1-pmoore@mozilla.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Qmail-Scanner-2.11: added fake Content-Type header Content-Type: text/plain --- Doc/Zsh/metafaq.yo | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/Zsh/metafaq.yo b/Doc/Zsh/metafaq.yo index c123a7cea..e41b88dc5 100644 --- a/Doc/Zsh/metafaq.yo +++ b/Doc/Zsh/metafaq.yo @@ -25,7 +25,6 @@ cindex(acquiring zsh by FTP) cindex(availability of zsh) nofill(uref(ftp://ftp.zsh.org/pub/) uref(https://www.zsh.org/pub/)) -) The up-to-date source code is available via Git from Sourceforge. See uref(https://sourceforge.net/projects/zsh/) for details. A summary of -- 2.20.1