diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2019-02-10 18:26:57 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2019-02-10 18:26:57 +0000 |
commit | d3b7b1dd5366e495e92aef916cba8c9b02bd697d (patch) | |
tree | 42c3ff12ca2df4fbdc1657eb089c2725d59da5a8 /sbin | |
parent | 2a5a1427c235c086603b8a9cbac433de43b51d73 (diff) |
Add a warning that scan_ffs doesn't support FFS2 filesystems
Hints and wording from jmc@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/scan_ffs/scan_ffs.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/scan_ffs/scan_ffs.8 b/sbin/scan_ffs/scan_ffs.8 index 7f40998a3a2..581b39db29b 100644 --- a/sbin/scan_ffs/scan_ffs.8 +++ b/sbin/scan_ffs/scan_ffs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scan_ffs.8,v 1.17 2019/02/10 18:25:07 jca Exp $ +.\" $OpenBSD: scan_ffs.8,v 1.18 2019/02/10 18:26:56 jca Exp $ .\" .\" Copyright (c) 1997 Niklas Hallqvist, Tobias Weingartner .\" All rights reserved. @@ -47,6 +47,10 @@ on the disk. It has various options to make it go faster, and to print out information to help in the reconstruction of the disklabel. .Pp +.Nm +works only on FFS file systems, +not FFS2 file systems. +.Pp The options are as follows: .Bl -tag -width Ds .It Fl b Ar begin |