Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 options FFS_NO_SNAPSHOT disables only the cre...



details:   https://anonhg.NetBSD.org/src/rev/ccc0088b611d
branches:  trunk
changeset: 782465:ccc0088b611d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Nov 03 16:47:54 2012 +0000

description:
options FFS_NO_SNAPSHOT disables only the creation of file system
internal snapshot.  Per comment from hannken@.

diffstat:

 share/man/man4/options.4 |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r b2991815dbe4 -r ccc0088b611d share/man/man4/options.4
--- a/share/man/man4/options.4  Sat Nov 03 15:43:20 2012 +0000
+++ b/share/man/man4/options.4  Sat Nov 03 16:47:54 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: options.4,v 1.416 2012/05/25 15:54:02 tsutsui Exp $
+.\"    $NetBSD: options.4,v 1.417 2012/11/03 16:47:54 tsutsui Exp $
 .\"
 .\" Copyright (c) 1996
 .\"    Perry E. Metzger.  All rights reserved.
@@ -30,7 +30,7 @@
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd May 25, 2012
+.Dd November 3, 2012
 .Dt OPTIONS 4
 .Os
 .Sh NAME
@@ -957,9 +957,8 @@
 .Xr dumpfs 8
 for file system byte order status and manipulation.
 .It Cd options FFS_NO_SNAPSHOT
-Disable the
-.Dq file system snapshot
-support in FFS file systems.
+Disable support for the creation of file system internal snapshot
+of FFS file systems.
 Maybe useful for install media kernels, small memory systems and
 embedded systems which don't require the snapshot support.
 .It Cd options UFS_EXTATTR



Home | Main Index | Thread Index | Old Index