From 144cca96ddb6d62baa63034ae5fc8fe55c851008 Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 23 Jan 1997 18:59:31 +0000 Subject: [PATCH] correct fs_passno comment; drochner@zelux6.zel.kfa-juelich.de --- include/fstab.h | 2 +- share/man/man5/fstab.5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/fstab.h b/include/fstab.h index 4043d7abf22..6b3c0809c2b 100644 --- a/include/fstab.h +++ b/include/fstab.h @@ -65,7 +65,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 diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5 index 60f5ab48bc9..db7a569a204 100644 --- a/share/man/man5/fstab.5 +++ b/share/man/man5/fstab.5 @@ -219,7 +219,7 @@ struct fstab { char *fs_mntops; /* comma separated mount options */ char *fs_type; /* rw, ro, sw, or xx */ int fs_freq; /* dump frequency, in days */ - int fs_passno; /* pass number on parallel dump */ + int fs_passno; /* pass number on parallel fsck */ }; .Ed .Pp -- 2.20.1