correct fs_passno comment; drochner@zelux6.zel.kfa-juelich.de
authorderaadt <deraadt@openbsd.org>
Thu, 23 Jan 1997 18:59:31 +0000 (18:59 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 23 Jan 1997 18:59:31 +0000 (18:59 +0000)
include/fstab.h
share/man/man5/fstab.5

index 4043d7a..6b3c080 100644 (file)
@@ -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 <sys/cdefs.h>
index 60f5ab4..db7a569 100644 (file)
@@ -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