Change to comment for fs_passno to reflect that it applies

to fsck and not dump.
This commit is contained in:
mpp 1997-01-28 06:11:45 +00:00
parent ea9b07198e
commit 8656d26584

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>