From owner-cvs-src@FreeBSD.ORG Fri May 18 13:57:18 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 4A2D516A401; Fri, 18 May 2007 13:57:18 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 23AC413C448; Fri, 18 May 2007 13:57:18 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4IDvIw2099049; Fri, 18 May 2007 13:57:18 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4IDvHIP099048; Fri, 18 May 2007 13:57:17 GMT (envelope-from keramida) Message-Id: <200705181357.l4IDvHIP099048@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 18 May 2007 13:57:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/mdconfig mdconfig.8 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: Fri, 18 May 2007 13:57:18 -0000 keramida 2007-05-18 13:57:17 UTC FreeBSD src repository (doc committer) Modified files: sbin/mdconfig mdconfig.8 Log: Add an example which shows how mdconfig(8) can be used to mount an ISO 9660 CD image file. PR: 112691 Submitted by: Warren Block, wblock at wonkity.com MFC after: 3 days Revision Changes Path 1.37 +7 -1 src/sbin/mdconfig/mdconfig.8