summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-01-23 18:59:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-01-23 18:59:33 +0000
commitc237054b1083fc5bbdf0af669d3382b688070f8c (patch)
tree86c2e3fea8a76e0385c4e942e92fce193a7af221 /share
parent9875858605dff7a1c6caea6d4a5fed290b968158 (diff)
correct fs_passno comment; drochner@zelux6.zel.kfa-juelich.de
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/fstab.52
1 files changed, 1 insertions, 1 deletions
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