diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-02-09 01:10:18 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-02-09 01:10:18 +0000 |
commit | bdc8567913dc0824fb1f8864eb0612fcc849d21f (patch) | |
tree | 1c379edad31fe091cbb6400e0406557ac0877619 /sbin/fsirand/fsirand.8 | |
parent | 3e1d430c8b77edc6b34a1a98eaa82a65f9ad83d1 (diff) |
Get block size from disklabel.
Adds support for setting fs_id for when when we have that in struct fs.
Diffstat (limited to 'sbin/fsirand/fsirand.8')
-rw-r--r-- | sbin/fsirand/fsirand.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8 index 1fd4b39d1d8..cc8b7257b7a 100644 --- a/sbin/fsirand/fsirand.8 +++ b/sbin/fsirand/fsirand.8 @@ -26,7 +26,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: fsirand.8,v 1.4 1997/02/04 04:44:16 millert Exp $ +.\" $OpenBSD: fsirand.8,v 1.5 1997/02/09 01:10:16 millert Exp $ .\" .Dd January 25, 1997 .Dt FSIRAND 8 @@ -36,6 +36,7 @@ .Nd randomize inode generation numbers .Sh SYNOPSIS .Nm fsirand +.Op Fl b .Op Fl f .Op Fl p .Ar special @@ -60,6 +61,9 @@ but the system should be rebooted via ``reboot -n'' afterwards. .Sh OPTIONS .Bl -tag -width indent The available options are as follows: +.It Fl b +Use the default block size (usuallyt 512 bytes) instead +of the value gleaned from the disklabel. .It Fl f Force .Nm |