From owner-freebsd-questions@freebsd.org Wed Oct 25 11:22:12 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4990E46E54 for ; Wed, 25 Oct 2017 11:22:12 +0000 (UTC) (envelope-from ffmpeg@dgmm.net) Received: from outbound-queue-adx-2.mail.thdo.gradwell.net (outbound-queue-adx-2.mail.thdo.gradwell.net [212.11.71.247]) by mx1.freebsd.org (Postfix) with ESMTP id AD9D268728 for ; Wed, 25 Oct 2017 11:22:12 +0000 (UTC) (envelope-from ffmpeg@dgmm.net) Received: from outbound-edge-adx-2.mail.thdo.gradwell.net (outbound-edge-adx-2.mail.thdo.gradwell.net [212.11.71.231]) by outbound-queue-adx-2.mail.thdo.gradwell.net (Postfix) with ESMTP id BE3C421D7C for ; Wed, 25 Oct 2017 12:20:59 +0100 (BST) Received: from cpc89374-jarr11-2-0-cust348.16-2.cable.virginm.net (HELO amd.asgard.uk) (82.13.141.93) (smtp-auth username dave%pop3.dgmm.net, mechanism plain) by outbound-edge-adx-2.mail.thdo.gradwell.net (qpsmtpd/0.83) with ESMTPA; Wed, 25 Oct 2017 12:20:59 +0100 From: Dave To: freebsd-questions@freebsd.org Subject: Re: A request to segregate man pages for shell built-ins Date: Wed, 25 Oct 2017 12:20:58 +0100 Message-ID: <2998073.ZJssjdD8cR@amd.asgard.uk> User-Agent: KMail/4.14.10 (FreeBSD/10.3-RELEASE-p20; KDE/4.14.30; amd64; ; ) In-Reply-To: References: <15f52853ee8.2787.c09309b3b9b6c7ba483efefa0c51d672@rail.eu.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Gradwell-MongoId: 59f0739b.12927-2bbf-2 X-Gradwell-Auth-Method: mailbox X-Gradwell-Auth-Credentials: dave@pop3.dgmm.net X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2017 11:22:13 -0000 On Wednesday 25 October 2017 08:03:03 Manish Jain wrote: > > On 10/25/17 13:23, Erwan DAVID wrote: > > That would mean doing a new section per shell eg (1bash) (1csh) (1zsh) > > each shell has its own builtins, Hicham can differ (compare set in bash > > and csh ) > > Perhaps a new, unique section of man pages (something like section 99) > implemented for sh only and which can be called by any shell with the > same syntax : 'man 99 set' Does man allow for multiple arguments and does the man page structure allow for book marks? eg man bash echo could display the bash man page at the echo command.