From owner-cvs-src@FreeBSD.ORG  Wed Aug 16 16:28:31 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 71B8316A4DA;
	Wed, 16 Aug 2006 16:28:31 +0000 (UTC)
	(envelope-from thomas@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EA8D943D49;
	Wed, 16 Aug 2006 16:28:30 +0000 (GMT)
	(envelope-from thomas@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7GGSUlN088136;
	Wed, 16 Aug 2006 16:28:30 GMT
	(envelope-from thomas@repoman.freebsd.org)
Received: (from thomas@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7GGSUrT088135;
	Wed, 16 Aug 2006 16:28:30 GMT (envelope-from thomas)
Message-Id: <200608161628.k7GGSUrT088135@repoman.freebsd.org>
From: Thomas Quinot <thomas@FreeBSD.org>
Date: Wed, 16 Aug 2006 16:28:30 +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/dump dump.8
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 16 Aug 2006 16:28:31 -0000

thomas      2006-08-16 16:28:30 UTC

  FreeBSD src repository

  Modified files:
    sbin/dump            dump.8 
  Log:
  Clarify documentation of '-L' command line switch: the snapshot is
  unlinked as soon as the dump starts (and removed when the dump is
  completed, and the dump process exits). Previous wording was confusing
  because users might expect the snapshot to be visible in the .snap
  subdirectory while dump is running.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.74      +2 -1      src/sbin/dump/dump.8