Module Name:    src
Committed By:   kre
Date:           Fri Jun 24 13:11:45 UTC 2022

Modified Files:
        src/usr.bin/stat: stat.1

Log Message:
Remove the notge (I added a day or so ago) about IFS interfering with -s
output (potentially) - it is almost certainly wrong.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/usr.bin/stat/stat.1

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

Modified files:

Index: src/usr.bin/stat/stat.1
diff -u src/usr.bin/stat/stat.1:1.45 src/usr.bin/stat/stat.1:1.46
--- src/usr.bin/stat/stat.1:1.45	Thu Jun 23 23:41:26 2022
+++ src/usr.bin/stat/stat.1	Fri Jun 24 13:11:44 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: stat.1,v 1.45 2022/06/23 23:41:26 uwe Exp $
+.\"	$NetBSD: stat.1,v 1.46 2022/06/24 13:11:44 kre Exp $
 .\"
 .\" Copyright (c) 2002-2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -195,9 +195,7 @@ option.
 Note that if you use a
 .Ar timefmt
 that contains embedded whitespace or shell
-meta-characters, or if the shell's
-.Dv IFS
-is set to a non-standard value,
+meta-characters,
 you will need to
 include appropriate quoting in the
 .Fl t

Reply via email to