Change to comment for fs_passno to reflect that it applies

to fsck and not dump.
This commit is contained in:
Mike Pritchard 1997-01-28 06:11:45 +00:00
parent 7610c94088
commit b6febe7acf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22051

View File

@ -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>