From owner-svn-src-all@FreeBSD.ORG Thu Dec 4 13:19:19 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3DB41065670; Thu, 4 Dec 2008 13:19:19 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from services.rulez.sk (services.rulez.sk [92.240.234.125]) by mx1.freebsd.org (Postfix) with ESMTP id 75CC98FC16; Thu, 4 Dec 2008 13:19:19 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from localhost (services.rulez.sk [92.240.234.125]) by services.rulez.sk (Postfix) with ESMTP id 3605513344B4; Thu, 4 Dec 2008 14:01:59 +0100 (CET) X-Virus-Scanned: amavisd-new at rulez.sk Received: from services.rulez.sk ([92.240.234.125]) by localhost (services.rulez.sk [92.240.234.125]) (amavisd-new, port 10024) with ESMTP id C9VSqg6LJTfW; Thu, 4 Dec 2008 14:01:58 +0100 (CET) Received: from DANGER-PC (danger.mcrn.sk [84.16.37.254]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: danger@rulez.sk) by services.rulez.sk (Postfix) with ESMTPSA id 2D08D1334448; Thu, 4 Dec 2008 14:01:58 +0100 (CET) Date: Thu, 4 Dec 2008 14:01:49 +0100 From: Daniel Gerzo X-Mailer: The Bat! (v3.99.3) Professional Organization: The FreeBSD Project X-Priority: 3 (Normal) Message-ID: <1596632487.20081204140149@rulez.sk> To: Kostik Belousov In-Reply-To: <20081204123058.GD2038@deviant.kiev.zoral.com.ua> References: <200812041222.mB4CMCgC020841@svn.freebsd.org> <20081204123058.GD2038@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-stable@freebsd.org, Daniel Gerzo , src-committers@freebsd.org, svn-src-stable-7@freebsd.org, svn-src-all@freebsd.org Subject: Re[2]: svn commit: r185607 - stable/7/share/man/man5 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2008 13:19:19 -0000 Hello Kostik, Thursday, December 4, 2008, 1:30:58 PM, you wrote: > On Thu, Dec 04, 2008 at 12:22:12PM +0000, Daniel Gerzo wrote: >> Author: danger (doc committer) >> Date: Thu Dec 4 12:22:11 2008 >> New Revision: 185607 >> URL: http://svn.freebsd.org/changeset/base/185607 >> >> Log: >> - MFC the nullfs(5) manual page >> > I think there were objections against HEAD commit. The manpage is mostly > content-free, and our usual practice of documenting specific filesystem > quirks in mount_(8) served us good enough for long time. Could you please point me at the thread which provides more information about these objections? I don't remember hearing anything and http://lists.freebsd.org/pipermail/cvs-all/2008-October/thread.html doesn't contain anything too. > What is the reason to have this man page at all ? The main reason is that mount_nullfs(8) doesn't inform about how to get a nullfs support in the kernel. That is not the right place where to document it. Also when I type on a system man nullfs, I would really like to get some information. As I noted, this is only an initial version of manual page and I would really like to see it someone to expand it a bit. We are also missing other *fs manual pages that might be worth to add. This has been actually raised on #bsddocs a while ago and that was the main reason I have added nullfs(5). However if the general consensus here is that nullfs(5) is useless I don't have problems to back-out my commits... -- Best regards, Daniel mailto:danger@FreeBSD.org