From owner-svn-src-all@FreeBSD.ORG Fri Nov 18 02:06:09 2011 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 60151106568C; Fri, 18 Nov 2011 02:06:09 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4F5248FC16; Fri, 18 Nov 2011 02:06:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id pAI269xV043118; Fri, 18 Nov 2011 02:06:09 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pAI269QH043116; Fri, 18 Nov 2011 02:06:09 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201111180206.pAI269QH043116@svn.freebsd.org> From: Martin Matuska Date: Fri, 18 Nov 2011 02:06:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r227648 - head/cddl/contrib/opensolaris/cmd/zfs 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, 18 Nov 2011 02:06:09 -0000 Author: mm Date: Fri Nov 18 02:06:09 2011 New Revision: 227648 URL: http://svn.freebsd.org/changeset/base/227648 Log: Fix reference to fsync(2). Add more references to SEE ALSO section. MFC after: 1 week Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 ============================================================================== --- head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 Fri Nov 18 01:30:54 2011 (r227647) +++ head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 Fri Nov 18 02:06:09 2011 (r227648) @@ -573,7 +573,7 @@ to (and used by) other snapshots. .sp The amount of space used, available, or referenced does not take into account pending changes. Pending changes are generally accounted for within a few -seconds. Committing a change to a disk using \fBfsync\fR(3c) or \fBO_SYNC\fR +seconds. Committing a change to a disk using \fBfsync\fR(2) or \fBO_SYNC\fR does not necessarily guarantee that the space usage information is updated immediately. .RE @@ -3554,7 +3554,7 @@ Invalid command line options were specif .SH SEE ALSO .sp .LP -zpool(8) +chmod(2), fsync(2), exports(5), fstab(5), jail(8), mount(8), zpool(8) .sp .LP For information about using the \fBZFS\fR web-based management tool and other