From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 644141a9 for ; Thu, 17 Oct 2019 22:55:06 +0000 (UTC) Received: (qmail 12605 invoked by alias); 17 Oct 2019 22:54:56 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24355 Received: (qmail 4993 invoked by uid 1010); 17 Oct 2019 22:54:56 -0000 X-Qmail-Scanner-Diagnostics: from bongo.elm.relay.mailchannels.net by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.0/25601. spamassassin: 3.4.2. Clear:RC:0(23.83.212.21):SA:0(-2.0/5.0):. Processed in 4.000082 secs); 17 Oct 2019 22:54:56 -0000 X-Envelope-From: pedz@easesoftware.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spf1.mailchannels.net designates 23.83.212.21 as permitted sender) X-Sender-Id: a2hosting|x-authuser|pedz+easesoftware.com@mi3-ss4.a2hosting.com X-Sender-Id: a2hosting|x-authuser|pedz+easesoftware.com@mi3-ss4.a2hosting.com X-MC-Relay: Neutral X-MailChannels-SenderId: a2hosting|x-authuser|pedz+easesoftware.com@mi3-ss4.a2hosting.com X-MailChannels-Auth-Id: a2hosting X-Army-Tank: 46f11f8d679ed0f4_1571352855991_538442331 X-MC-Loop-Signature: 1571352855991:557969004 X-MC-Ingress-Time: 1571352855990 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=easesoftware.com; s=default; h=To:Date:Message-Id:Subject:Mime-Version: Content-Transfer-Encoding:Content-Type:From:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=vzdtIGDOFH8PDKYbiW1d1sLdeq0bRkWmFnJd8ySNfE4=; b=VEtHpj5WE370z3zbZq0KUTAiV7 87Uv6o+IiJXnXX2R/m4pnwB1/D0kh1kk78omsPQvwo+lmmuRKXeJuIMo4bOfM6TajjkLty64W7k/F JuztG2eE0nBoesU+lj85lGVFvjN/d7gdmdor/Ys+K9mW/wbv8JoDiwghTf1GrAtkm+M3aLuqXoPx8 wuIoxjeDvM4pehX24SnLf5aW51UoQXf6JK0CHs+AWw3NuwqxO0/5XaYZu5FHOFDhAStpDdU7/SD12 0E4btHudeTIBuydqH7k3zqTkTYUy6aDILYxitPjL8l/lICdUcjROHpLybNFfgzvs7/I1/yCxwZwly Jf8IoWrw==; From: Perry Smith Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3594.4.19\)) Subject: zsh built in help features Message-Id: Date: Thu, 17 Oct 2019 17:54:08 -0500 To: zsh-users@zsh.org X-Mailer: Apple Mail (2.3594.4.19) X-AuthUser: pedz+easesoftware.com@mi3-ss4.a2hosting.com I have a newly installed Mac running Catalina with zsh. It has a file = such as /usr/share/zsh/5.7.1/help/setopt which is a help page for = setopt. How am I suppose to view that page? "help setopt" says that = help isn't a command. "setopt --help" doesn't seem to work. And... I'm also wondering if there are other help features which I've = let to discover. Thank you