diff options
author | ceri <ceri@FreeBSD.org> | 2006-08-24 09:14:02 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2006-08-24 09:14:02 +0000 |
commit | 9db068b977aea7bd4da4bed4946186746814284a (patch) | |
tree | f114ae5bcc3566b610cf08dea142deb5990d4716 /sbin/fsdb | |
parent | 26a1c37cb345e76865db41a9cb336576629455e1 (diff) | |
download | FreeBSD-src-9db068b977aea7bd4da4bed4946186746814284a.zip FreeBSD-src-9db068b977aea7bd4da4bed4946186746814284a.tar.gz |
Add a note that the btime command only works on UFS2.
Suggested by: maxim (who had also done the btime patch independently).
Diffstat (limited to 'sbin/fsdb')
-rw-r--r-- | sbin/fsdb/fsdb.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8 index bd1283e..77adaee 100644 --- a/sbin/fsdb/fsdb.8 +++ b/sbin/fsdb/fsdb.8 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 23, 2006 +.Dd August 24, 2006 .Dt FSDB 8 .Os .Sh NAME @@ -224,6 +224,9 @@ If no nanoseconds are specified, the or .Va atimensec field will be set to zero. +Note that +.Cm btime +is available on UFS2 file systems only. .Pp .It Cm quit , q , exit , Em <EOF> Exit the program. |