From owner-freebsd-geom@FreeBSD.ORG Thu Sep 22 05:23:49 2011 Return-Path: Delivered-To: freebsd-geom@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46D1D1065674; Thu, 22 Sep 2011 05:23:49 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 602588FC19; Thu, 22 Sep 2011 05:23:47 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id IAA09799; Thu, 22 Sep 2011 08:23:46 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1R6blC-0001KK-Ab; Thu, 22 Sep 2011 08:23:46 +0300 Message-ID: <4E7AC660.9020003@FreeBSD.org> Date: Thu, 22 Sep 2011 08:23:44 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110907 Thunderbird/6.0.2 MIME-Version: 1.0 To: lev@FreeBSD.org References: <91483808.20110921225121@serebryakov.spb.ru> <4E7A3ED5.1050604@FreeBSD.org> <1749253364.20110922005419@serebryakov.spb.ru> In-Reply-To: <1749253364.20110922005419@serebryakov.spb.ru> X-Enigmail-Version: undefined Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit Cc: freebsd-geom@FreeBSD.org Subject: Re: geom_(4) vs g(8) X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2011 05:23:49 -0000 on 21/09/2011 23:54 Lev Serebryakov said the following: > Hello, Andriy. > You wrote 21 сентября 2011 г., 23:45:25: > >> Section 4 is kernel drivers. >> Section 8 is userland system management utilities. >> Man pages for driver and related utilities should be cross-referenced but they >> don't have to be the same one page. > Yes, I understand that. >> Or did you mean something else? > I mean, that there is geom_fox(4) and, say, geom_map(4), but no > geom_mirror(4), only gmirror(8). > Why here is no gfox(8) is clear -- here is no such utility (what is > strange enough, but it is topic of other thread). But why here is no > geom_mirror(4) is not clear for me (Ok, one reason could be because > nobody write such man page, but see below about it hypothetical > content). > > And, as information in gmirror(8) will duplicate information in > (hypothetical) geom_mirror(4) (as they both describe same object, > really), it could be one page, found by two names. > > NB: geom_mirror is only example, here are A LOT of such modules with > their configuration utilities. This makes sense to me. Thank you for the explanation. -- Andriy Gapon