Module Name:    src
Committed By:   christos
Date:           Sat Feb 11 15:32:51 UTC 2017

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

Log Message:
mention timezone change for -T timestamp


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 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.58 src/usr.sbin/makefs/makefs.8:1.59
--- src/usr.sbin/makefs/makefs.8:1.58	Tue Jan 24 06:22:43 2017
+++ src/usr.sbin/makefs/makefs.8	Sat Feb 11 10:32:51 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: makefs.8,v 1.58 2017/01/24 11:22:43 nonaka Exp $
+.\"	$NetBSD: makefs.8,v 1.59 2017/02/11 15:32:51 christos Exp $
 .\"
 .\" Copyright (c) 2001-2003 Wasabi Systems, Inc.
 .\" All rights reserved.
@@ -33,7 +33,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 11, 2017
+.Dd February 11, 2017
 .Dt MAKEFS 8
 .Os
 .Sh NAME
@@ -215,6 +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
+.Xr localtime 3
+to convert times to the native format, use
+.Xr gmtime 3
+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