summaryrefslogtreecommitdiffstats
path: root/include/fstab.h
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-01-28 06:11:45 +0000
committermpp <mpp@FreeBSD.org>1997-01-28 06:11:45 +0000
commit5c9a6ddd6d724567b3c88f5299fac21f4b0dc1c0 (patch)
treef3718f7f93a14b404955c003a8b5d4cf81083ffc /include/fstab.h
parentc629e6bcfd191b328386ce8cfc1718cca5a74f75 (diff)
downloadFreeBSD-src-5c9a6ddd6d724567b3c88f5299fac21f4b0dc1c0.zip
FreeBSD-src-5c9a6ddd6d724567b3c88f5299fac21f4b0dc1c0.tar.gz
Change to comment for fs_passno to reflect that it applies
to fsck and not dump.
Diffstat (limited to 'include/fstab.h')
-rw-r--r--include/fstab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fstab.h b/include/fstab.h
index 2a176bd..c2bb06a 100644
--- a/include/fstab.h
+++ b/include/fstab.h
@@ -63,7 +63,7 @@ struct fstab {
char *fs_mntops; /* Mount options ala -o */
char *fs_type; /* FSTAB_* from fs_mntops */
int fs_freq; /* dump frequency, in days */
- int fs_passno; /* pass number on parallel dump */
+ int fs_passno; /* pass number on parallel fsck */
};
#include <sys/cdefs.h>
OpenPOWER on IntegriCloud