From owner-svn-src-all@FreeBSD.ORG Fri Oct 9 13:31:37 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 469EC1065672; Fri, 9 Oct 2009 13:31:37 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 351CF8FC19; Fri, 9 Oct 2009 13:31:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n99DVbII054205; Fri, 9 Oct 2009 13:31:37 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n99DVbhL054203; Fri, 9 Oct 2009 13:31:37 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <200910091331.n99DVbhL054203@svn.freebsd.org> From: Christian Brueffer Date: Fri, 9 Oct 2009 13:31:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r197903 - stable/8/sbin/mksnap_ffs X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 13:31:37 -0000 Author: brueffer Date: Fri Oct 9 13:31:36 2009 New Revision: 197903 URL: http://svn.freebsd.org/changeset/base/197903 Log: MFC: r197275 Fix an xref. Approved by: re (kib) Modified: stable/8/sbin/mksnap_ffs/ (props changed) stable/8/sbin/mksnap_ffs/mksnap_ffs.8 Modified: stable/8/sbin/mksnap_ffs/mksnap_ffs.8 ============================================================================== --- stable/8/sbin/mksnap_ffs/mksnap_ffs.8 Fri Oct 9 13:25:45 2009 (r197902) +++ stable/8/sbin/mksnap_ffs/mksnap_ffs.8 Fri Oct 9 13:31:36 2009 (r197903) @@ -69,7 +69,7 @@ mount -o ro /dev/md0 /mnt/ .Sh SEE ALSO .Xr chmod 2 , .Xr chown 8 , -.Xr mdconfig 8, +.Xr mdconfig 8 , .Xr mount 8 .Sh CAVEATS The disk full situation is not handled gracefully and may