Module Name:    src
Committed By:   christos
Date:           Sat Feb 11 16:04:59 UTC 2017

Modified Files:
        src/usr.sbin/makefs: makefs.8

Log Message:
untorture language.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/usr.sbin/makefs/makefs.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/makefs/makefs.8
diff -u src/usr.sbin/makefs/makefs.8:1.59 src/usr.sbin/makefs/makefs.8:1.60
--- src/usr.sbin/makefs/makefs.8:1.59	Sat Feb 11 10:32:51 2017
+++ src/usr.sbin/makefs/makefs.8	Sat Feb 11 11:04:59 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: makefs.8,v 1.59 2017/02/11 15:32:51 christos Exp $
+.\"	$NetBSD: makefs.8,v 1.60 2017/02/11 16:04:59 christos Exp $
 .\"
 .\" Copyright (c) 2001-2003 Wasabi Systems, Inc.
 .\" All rights reserved.
@@ -215,12 +215,12 @@ value interpreted as the number of secon
 Note that timestamps specified in an
 .Xr mtree 5
 spec file, override the default timestamp.
-Some filesystems (cd9660, udf) that are using
+When this option is enabled, filesystems that regularly use
 .Xr localtime 3
-to convert times to the native format, use
+to convert times to the native format (such as udf and cd9660), use
 .Xr gmtime 3
-with the specified timestamps so that they are immune to timezone changes
-and get consistent timestamps.
+instead with the specified timestamps so that they are immune to
+timezone changes and get consistent timestamps.
 .It Fl t Ar fs-type
 Create an
 .Ar fs-type

Reply via email to