From owner-cvs-src@FreeBSD.ORG Thu Feb 15 19:00:38 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 784EF16A400; Thu, 15 Feb 2007 19:00:38 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 6663813C478; Thu, 15 Feb 2007 19:00:38 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 4BEDB1A3C1A; Thu, 15 Feb 2007 11:00:38 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A3720517C9; Thu, 15 Feb 2007 14:00:37 -0500 (EST) Date: Thu, 15 Feb 2007 14:00:37 -0500 From: Kris Kennaway To: Kris Kennaway Message-ID: <20070215190037.GB42443@xor.obsecurity.org> References: <200702151349.l1FDniZE067505@repoman.freebsd.org> <20070215185537.GA42365@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070215185537.GA42365@xor.obsecurity.org> User-Agent: Mutt/1.4.2.2i Cc: Matteo Riondato , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sbin/mdmfs mdmfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2007 19:00:38 -0000 On Thu, Feb 15, 2007 at 01:55:37PM -0500, Kris Kennaway wrote: > On Thu, Feb 15, 2007 at 01:49:44PM +0000, Matteo Riondato wrote: > > matteo 2007-02-15 13:49:44 UTC > > > > FreeBSD src repository > > > > Modified files: > > sbin/mdmfs mdmfs.c > > Log: > > Enhances mdmfs(8) to mount md-based device such as uzip. > > Examples of use can be found in the PR text. > > Shouldn't examples of use be documented in a manpage? :) NM, saw your followup commit. Kris