Module Name:    src
Committed By:   wiz
Date:           Thu Jun 18 19:32:56 UTC 2020

Modified Files:
        src/sbin/tunefs: tunefs.8

Log Message:
The ACL flag is -p, not -n.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sbin/tunefs/tunefs.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/tunefs/tunefs.8
diff -u src/sbin/tunefs/tunefs.8:1.46 src/sbin/tunefs/tunefs.8:1.47
--- src/sbin/tunefs/tunefs.8:1.46	Sun Jun  7 19:35:15 2020
+++ src/sbin/tunefs/tunefs.8	Thu Jun 18 19:32:56 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: tunefs.8,v 1.46 2020/06/07 19:35:15 wiz Exp $
+.\"	$NetBSD: tunefs.8,v 1.47 2020/06/18 19:32:56 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -44,8 +44,8 @@
 .Op Fl h Ar avgfpdir
 .Op Fl l Ar logsize
 .Op Fl m Ar minfree
-.Op Fl n Cm enable | disable
 .Op Fl o Ar optimize_preference
+.Op Fl p Cm enable | disable
 .Op Fl q Ar quota
 .Op Fl S Ar sectorsize
 .Ar special | Ar filesys

Reply via email to