Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/stat correct examples.
details: https://anonhg.NetBSD.org/src/rev/284ddf5f2128
branches: trunk
changeset: 572557:284ddf5f2128
user: yamt <yamt%NetBSD.org@localhost>
date: Sat Jan 08 03:46:05 2005 +0000
description:
correct examples.
diffstat:
usr.bin/stat/stat.1 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 7e0718631ffc -r 284ddf5f2128 usr.bin/stat/stat.1
--- a/usr.bin/stat/stat.1 Sat Jan 08 03:24:58 2005 +0000
+++ b/usr.bin/stat/stat.1 Sat Jan 08 03:46:05 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: stat.1,v 1.14 2004/12/31 03:24:31 atatat Exp $
+.\" $NetBSD: stat.1,v 1.15 2005/01/08 03:46:05 yamt Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -448,12 +448,12 @@
.Bd -literal -offset indent
\*[Gt] csh
% eval set `stat -s .cshrc`
-% echo $st_size $st_mtimespec
+% echo $st_size $st_mtime
1148 1015432481
\*[Gt] sh
$ eval $(stat -s .profile)
-$ echo $st_size $st_mtimespec
+$ echo $st_size $st_mtime
1148 1015432481
.Ed
.Pp
Home |
Main Index |
Thread Index |
Old Index