From owner-svn-src-stable@FreeBSD.ORG Sat Mar 27 18:01:39 2010 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CD30106567B; Sat, 27 Mar 2010 18:01:39 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2AF288FC0C; Sat, 27 Mar 2010 18:01:39 +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 o2RI1daX059840; Sat, 27 Mar 2010 18:01:39 GMT (envelope-from trasz@svn.freebsd.org) Received: (from trasz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o2RI1dwK059838; Sat, 27 Mar 2010 18:01:39 GMT (envelope-from trasz@svn.freebsd.org) Message-Id: <201003271801.o2RI1dwK059838@svn.freebsd.org> From: Edward Tomasz Napierala Date: Sat, 27 Mar 2010 18:01:39 +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: r205767 - stable/8/sbin/mount X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2010 18:01:39 -0000 Author: trasz Date: Sat Mar 27 18:01:38 2010 New Revision: 205767 URL: http://svn.freebsd.org/changeset/base/205767 Log: MFC r199182: Add links to zfs(8) and zpool(8) to mount(8) manual page. Modified: stable/8/sbin/mount/mount.8 Directory Properties: stable/8/sbin/mount/ (props changed) Modified: stable/8/sbin/mount/mount.8 ============================================================================== --- stable/8/sbin/mount/mount.8 Sat Mar 27 17:57:17 2010 (r205766) +++ stable/8/sbin/mount/mount.8 Sat Mar 27 18:01:38 2010 (r205767) @@ -527,7 +527,9 @@ support for a particular file system mig .Xr mount_smbfs 8 , .Xr mount_udf 8 , .Xr mount_unionfs 8 , -.Xr umount 8 +.Xr umount 8 , +.Xr zfs 8 , +.Xr zpool 8 .Sh CAVEATS After a successful .Nm ,