Source-Changes-HG archive

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

[src/trunk]: src/sbin/tunefs Move the possible optimize_preference values bac...



details:   https://anonhg.NetBSD.org/src/rev/c480fa29512f
branches:  trunk
changeset: 359694:c480fa29512f
user:      kim <kim%NetBSD.org@localhost>
date:      Mon Jan 17 18:03:22 2022 +0000

description:
Move the possible optimize_preference values back under the -o flag

diffstat:

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

diffs (26 lines):

diff -r 0afd764b4af8 -r c480fa29512f sbin/tunefs/tunefs.8
--- a/sbin/tunefs/tunefs.8      Mon Jan 17 17:56:48 2022 +0000
+++ b/sbin/tunefs/tunefs.8      Mon Jan 17 18:03:22 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tunefs.8,v 1.47 2020/06/18 19:32:56 wiz Exp $
+.\"    $NetBSD: tunefs.8,v 1.48 2022/01/17 18:03:22 kim Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -134,14 +134,14 @@
 For values of minfree greater than or equal to 5%,
 fragmentation is unlikely to be problematical, and
 the file system can be optimized for time.
-.It Fl p Cm enable | disable
-Turn on/off the administrative POSIX.1e ACL enable flag.
 .Pp
 .Ar optimize_preference
 can be specified as either
 .Li space
 or
 .Li time .
+.It Fl p Cm enable | disable
+Turn on/off the administrative POSIX.1e ACL enable flag.
 .It Fl q Ar quota
 enable or disable a quota.
 .Ar quota



Home | Main Index | Thread Index | Old Index