From owner-cvs-all@FreeBSD.ORG Thu Oct 12 14:47:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 741C616A403; Thu, 12 Oct 2006 14:47:23 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6902D43D83; Thu, 12 Oct 2006 14:47:21 +0000 (GMT) (envelope-from ru@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 k9CElLnj093191; Thu, 12 Oct 2006 14:47:21 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9CElLbc093190; Thu, 12 Oct 2006 14:47:21 GMT (envelope-from ru) Message-Id: <200610121447.k9CElLbc093190@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 12 Oct 2006 14:47:21 +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/restore restore.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2006 14:47:23 -0000 ru 2006-10-12 14:47:21 UTC FreeBSD src repository Modified files: sbin/restore restore.8 Log: Mention the -L option of dump(8) that can neutralize negative effects of restoring dumps of live file systems. PR: docs/91297 Revision Changes Path 1.52 +5 -2 src/sbin/restore/restore.8