From owner-cvs-all Thu Jul 11 14:12:51 2002 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 0ACE437B401; Thu, 11 Jul 2002 14:12:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89EB043E4A; Thu, 11 Jul 2002 14:12:45 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6BLCjJU014587; Thu, 11 Jul 2002 14:12:45 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6BLCjJa014586; Thu, 11 Jul 2002 14:12:45 -0700 (PDT) Message-Id: <200207112112.g6BLCjJa014586@freefall.freebsd.org> From: Tom Rhodes Date: Thu, 11 Jul 2002 14:12:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount mount.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/07/11 14:12:45 PDT Modified files: sbin/mount mount.8 Log: Add a bit of information on FFS snapshots to the mount(8) manual page. PR: 30139 Submitted by: Chris Knight