diff options
author | Mike Pritchard <mpp@FreeBSD.org> | 1997-03-24 20:50:57 +0000 |
---|---|---|
committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-03-24 20:50:57 +0000 |
commit | e71e7150fd6145f7b9857361461ad0f371d7148b (patch) | |
tree | 9898d3ef03f9160ba7ffd3818b554aa49d13af35 /sbin/fsirand/fsirand.8 | |
parent | c2df2e4bc2e193f629f93165eaeb2dde24c09bb2 (diff) | |
download | src-e71e7150fd6145f7b9857361461ad0f371d7148b.tar.gz src-e71e7150fd6145f7b9857361461ad0f371d7148b.zip |
Typo police. Also update HISTORY to reflect when this first appeared
in FreeBSD.
Notes
Notes:
svn path=/head/; revision=24221
Diffstat (limited to 'sbin/fsirand/fsirand.8')
-rw-r--r-- | sbin/fsirand/fsirand.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8 index 94a02e36c072..c82e63e3e999 100644 --- a/sbin/fsirand/fsirand.8 +++ b/sbin/fsirand/fsirand.8 @@ -72,7 +72,7 @@ but the system should be rebooted via ``reboot -n'' afterwards. .Bl -tag -width indent The available options are as follows: .It Fl b -Use the default block size (usuallyt 512 bytes) instead +Use the default block size (usually 512 bytes) instead of the value gleaned from the disklabel. .It Fl f Force @@ -101,8 +101,11 @@ command appeared in SunOS 3.x. This version of .Nm first appeared in -.Bx Open -2.1. +.Ox 2.1 . +A +.Tn FreeBSD +version first appeared in +.Fx 3.0 . .Sh AUTHOR .nf Todd C. Miller <Todd.Miller@courtesan.com> |