summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog1
-rw-r--r--Makefile.in2
-rw-r--r--quotacheck.86
3 files changed, 5 insertions, 4 deletions
diff --git a/Changelog b/Changelog
index fd9a690..f2ab1c8 100644
--- a/Changelog
+++ b/Changelog
@@ -4,6 +4,7 @@ Changes in quota-tools from 3.06 to 3.07
* setquota using RPC is disabled by default in configure (Jan Kara)
* rised maximal number of mountpoint to 256 (Jan Kara)
* small fix in configure (Nathan Scott)
+* small fix in quotacheck(8) docs (Jan Kara)
Changes in quota-tools from 3.05 to 3.06
* fixed caching of libwrap configure result (Jan Kara)
diff --git a/Makefile.in b/Makefile.in
index 29ac3a3..5cbe80b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,6 +1,6 @@
PROGS = quotacheck quotaon quota quot repquota warnquota quotastats xqmstats edquota setquota convertquota rpc.rquotad
SOURCES = bylabel.c common.c convertquota.c edquota.c pot.c quot.c quota.c quotacheck.c quotacheck_v1.c quotacheck_v2.c quotaio.c quotaio_rpc.c quotaio_v1.c quotaio_v2.c quotaio_xfs.c quotaio_generic.c quotaon.c quotaon_xfs.c quotaops.c quotastats.c quotasys.c repquota.c rquota_client.c rquota_server.c rquota_svc.c setquota.c warnquota.c xqmstats.c
-VERSIONDEF = -DQUOTA_VERSION=\"3.06\"
+VERSIONDEF = -DQUOTA_VERSION=\"3.07\"
CFLAGS = @CFLAGS@ @EXT2_DIRECT@ -D_GNU_SOURCE -Wall -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 $(VERSIONDEF)
EXT2LIBS = @EXT2LIBS@
RPCSRC = rquota.h rquota_xdr.c rquota_clnt.c
diff --git a/quotacheck.8 b/quotacheck.8
index 1fe707b..0ce6187 100644
--- a/quotacheck.8
+++ b/quotacheck.8
@@ -100,8 +100,8 @@ Don't read existing quota files. Just perform a new scan and save it to disk.
also skips scanning of old quota files when they are not found.
.TP
.B \-f
-Forces checking of filesystems with quotas enabled. This is not
-recommended as the created quota files may be out of sync.
+Forces checking and writing of new quota files on filesystems with quotas
+enabled. This is not recommended as the created quota files may be out of sync.
.TP
.B \-M
This flag forces checking of filesystem in read-write mode if a remount
@@ -127,7 +127,7 @@ exits or asks user for input. When this option is set, the first entry found
is always used (this option works in interactive mode too).
.TP
.B \-F \f2format-name\f1
-Check quota for specified format (ie. don't perform format
+Check and fix quota files of specified format (ie. don't perform format
auto-detection). This is recommended as detection might not work well on
corrupted quota files. Possible format names are:
.B vfsold