summaryrefslogtreecommitdiffstats
path: root/sbin/fsdb/fsdb.8
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2006-08-23 22:44:00 +0000
committerceri <ceri@FreeBSD.org>2006-08-23 22:44:00 +0000
commitce40746fa9642e3cd3599d98c551c4c59e59b23c (patch)
tree36d0d87f75d9a670f7b8e14526703f52a4a43207 /sbin/fsdb/fsdb.8
parentdba2c26a5edcc18aae7b7f3555eb4349e0ee73ba (diff)
downloadFreeBSD-src-ce40746fa9642e3cd3599d98c551c4c59e59b23c.zip
FreeBSD-src-ce40746fa9642e3cd3599d98c551c4c59e59b23c.tar.gz
Allow fsdb to manipulate the birthtime entries on UFS2.
Approved by: jhb MFC after: 1 month
Diffstat (limited to 'sbin/fsdb/fsdb.8')
-rw-r--r--sbin/fsdb/fsdb.88
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8
index ca837f1..bd1283e 100644
--- a/sbin/fsdb/fsdb.8
+++ b/sbin/fsdb/fsdb.8
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 2, 2006
+.Dd August 23, 2006
.Dt FSDB 8
.Os
.Sh NAME
@@ -204,11 +204,12 @@ Change the group of the current inode to
Change the generation number of the current inode to
.Ar gen .
.Pp
+.It Cm btime Ar time
.It Cm mtime Ar time
.It Cm ctime Ar time
.It Cm atime Ar time
-Change the modification, change, or access time (respectively) on the
-current inode to
+Change the creation (birth), modification, change, or access
+time (respectively) on the current inode to
.Ar time .
.Ar Time
should be in the format
@@ -217,6 +218,7 @@ where
.Em nsec
is an optional nanosecond specification.
If no nanoseconds are specified, the
+.Va birthnsec ,
.Va mtimensec ,
.Va ctimensec ,
or
OpenPOWER on IntegriCloud