summaryrefslogtreecommitdiffstats
path: root/sbin/fsirand
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-06-03 13:16:07 +0000
committerjmc <jmc@openbsd.org>2003-06-03 13:16:07 +0000
commit2b65e200c84a0d5f5efa1af771709070b85df23a (patch)
treed7e686852c366c779e863cd1f8166be5f9bf2836 /sbin/fsirand
parentCleanup. Use 'sizeof variable' instead of magic constants. (diff)
downloadwireguard-openbsd-2b65e200c84a0d5f5efa1af771709070b85df23a.tar.xz
wireguard-openbsd-2b65e200c84a0d5f5efa1af771709070b85df23a.zip
- section reorder
- some mdoc fixes
Diffstat (limited to 'sbin/fsirand')
-rw-r--r--sbin/fsirand/fsirand.818
1 files changed, 9 insertions, 9 deletions
diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8
index a826f5f5137..e35d232efe0 100644
--- a/sbin/fsirand/fsirand.8
+++ b/sbin/fsirand/fsirand.8
@@ -13,7 +13,7 @@
.\" OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
.\" CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" $OpenBSD: fsirand.8,v 1.24 2003/06/03 01:52:40 millert Exp $
+.\" $OpenBSD: fsirand.8,v 1.25 2003/06/03 13:16:08 jmc Exp $
.\"
.Dd January 25, 1997
.Dt FSIRAND 8
@@ -75,19 +75,11 @@ is not marked as clean.
Print the current generation numbers for all inodes instead of
generating new ones.
.El
-.Sh CAVEATS
-Since
-.Nm
-allocates enough memory to hold all the inodes in
-a given cylinder group, it may use a large amount
-of memory for large disks with few cylinder groups.
.Sh SEE ALSO
.Xr fs 5 ,
.Xr fsck 8 ,
.Xr newfs 8 ,
.Xr reboot 8
-.Sh AUTHORS
-Todd C. Miller <Todd.Miller@courtesan.com>
.Sh HISTORY
The
.Nm
@@ -96,3 +88,11 @@ This version of
.Nm
first appeared in
.Ox 2.1 .
+.Sh AUTHORS
+.An Todd C. Miller Aq Todd.Miller@courtesan.com
+.Sh CAVEATS
+Since
+.Nm
+allocates enough memory to hold all the inodes in
+a given cylinder group, it may use a large amount
+of memory for large disks with few cylinder groups.