diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-28 19:56:38 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-28 19:56:38 +0000 |
commit | cd366aedac3a1a3126d77df58d0a0861c63e8147 (patch) | |
tree | 4ddb2966604fee83a4b374b411294c1952e0a4ad /sbin/fsirand | |
parent | b77e710b77930242c29b776114492ab08aa2f1c9 (diff) |
kill redundant .Nm macro arguments; other misc fixes
Diffstat (limited to 'sbin/fsirand')
-rw-r--r-- | sbin/fsirand/fsirand.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8 index 4cbaaf412dd..84ecacb0e7e 100644 --- a/sbin/fsirand/fsirand.8 +++ b/sbin/fsirand/fsirand.8 @@ -23,7 +23,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.13 1998/11/11 22:19:57 aaron Exp $ +.\" $OpenBSD: fsirand.8,v 1.14 1998/11/28 19:56:20 aaron Exp $ .\" .Dd January 25, 1997 .Dt FSIRAND 8 @@ -32,7 +32,7 @@ .Nm fsirand .Nd randomize inode generation numbers .Sh SYNOPSIS -.Nm fsirand +.Nm .Op Fl b .Op Fl f .Op Fl p @@ -40,7 +40,7 @@ .Op Ar "special ..." .Sh DESCRIPTION The -.Nm fsirand +.Nm command installs random generation numbers on all the inodes for each filesystem specified on the command line by .Ar special . @@ -59,12 +59,12 @@ run by hand on a new filesystem. It is only used to re-randomize or report on an existing filesystem. .Pp -.Nm fsirand +.Nm should only be used on an unmounted filesystem that has been checked with .Xr fsck 8 or a filesystem that is mounted read-only. -.Nm fsirand +.Nm may be used on the root filesystem in single-user mode but the system should be rebooted via .Dq reboot -n |