Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/tunefs reorder long descriptions for arguments to be in...



details:   https://anonhg.NetBSD.org/src/rev/599fcf9f0816
branches:  trunk
changeset: 481426:599fcf9f0816
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jan 28 19:51:34 2000 +0000

description:
reorder long descriptions for arguments to be in alphabetical order.
XXX: shouldn't 'enable' and 'disable' for -n be marked up in some way?

diffstat:

 sbin/tunefs/tunefs.8 |  22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diffs (43 lines):

diff -r 00341537ba41 -r 599fcf9f0816 sbin/tunefs/tunefs.8
--- a/sbin/tunefs/tunefs.8      Fri Jan 28 19:32:43 2000 +0000
+++ b/sbin/tunefs/tunefs.8      Fri Jan 28 19:51:34 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tunefs.8,v 1.16 1999/11/15 20:53:56 fvdl Exp $
+.\"    $NetBSD: tunefs.8,v 1.17 2000/01/28 19:51:34 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -119,16 +119,6 @@
 Note that if the value is raised above the current usage level,
 users will be unable to allocate files until enough files have
 been deleted to get under the higher threshold.
-.It Fl o Ar optimize_preference
-The file system can either try to minimize the time spent
-allocating blocks, or it can attempt to minimize the space
-fragmentation on the disk.
-If the value of minfree (see above) is less than 10%,
-then the file system should optimize for space to avoid
-running out of full sized blocks.
-For values of minfree greater than or equal to 10%,
-fragmentation is unlikely to be problematical, and
-the file system can be optimized for time.
 .It Fl n Ar soft_dependency_enabling
 The soft dependency code allows most filesystem I/O to be done
 asynchronously by reordering disk writes to ensure that the
@@ -141,6 +131,16 @@
 it is turned off by using
 .Fl n
 disable.
+.It Fl o Ar optimize_preference
+The file system can either try to minimize the time spent
+allocating blocks, or it can attempt to minimize the space
+fragmentation on the disk.
+If the value of minfree (see above) is less than 10%,
+then the file system should optimize for space to avoid
+running out of full sized blocks.
+For values of minfree greater than or equal to 10%,
+fragmentation is unlikely to be problematical, and
+the file system can be optimized for time.
 .It Fl t Ar trackskew
 This specifies the skew in sectors from one track to the next in a cylinder.
 The default value is zero, indicating that each track in a cylinder begins at



Home | Main Index | Thread Index | Old Index