From owner-cvs-src@FreeBSD.ORG Thu Feb 15 18:55: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 B780916A401; Thu, 15 Feb 2007 18:55: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 A613813C467; Thu, 15 Feb 2007 18:55: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 8BFC51A3C1A; Thu, 15 Feb 2007 10:55:38 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D858B515C7; Thu, 15 Feb 2007 13:55:37 -0500 (EST) Date: Thu, 15 Feb 2007 13:55:37 -0500 From: Kris Kennaway To: Matteo Riondato Message-ID: <20070215185537.GA42365@xor.obsecurity.org> References: <200702151349.l1FDniZE067505@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200702151349.l1FDniZE067505@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@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 18:55:38 -0000 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? :) Kris