fs_passno comment dump->fsck, fixes 3150 from Andrew Wheadon

This commit is contained in:
perry 1997-01-27 22:10:18 +00:00
parent 4a4af629f2
commit 52f1b2a82d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fstab.5,v 1.7 1996/05/21 10:55:52 mrg Exp $
.\" $NetBSD: fstab.5,v 1.8 1997/01/27 22:10:18 perry Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -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