-.\" $OpenBSD: fsck.8,v 1.33 2014/07/13 12:03:48 claudio Exp $
+.\" $OpenBSD: fsck.8,v 1.34 2014/07/13 17:28:13 jmc Exp $
.\" $NetBSD: fsck.8,v 1.14 1996/10/03 20:08:29 christos Exp $
.\"
.\" Copyright (c) 1996 Christos Zoulas. All rights reserved.
.Sh SYNOPSIS
.Nm fsck
.Bk -words
-.Op Fl dfnpvy
+.Op Fl dfNnpvy
.Op Fl b Ar block#
.Op Fl l Ar maxparallel
.Op Fl T Ar fstype : Ns Ar fsoptions
When using
.Xr fstab 5 ,
only check filesystems that have the
-.Ar net
-mount option set.
-By default file systems with the
.Dq net
-option are ignored.
+mount option set.
+By default file systems with this option are ignored.
.It Fl n
Assume a
.Dq no
-/* $OpenBSD: fsck.c,v 1.29 2014/07/13 12:03:48 claudio Exp $ */
+/* $OpenBSD: fsck.c,v 1.30 2014/07/13 17:28:13 jmc Exp $ */
/* $NetBSD: fsck.c,v 1.7 1996/10/03 20:06:30 christos Exp $ */
/*
extern char *__progname;
fprintf(stderr, "usage: %s "
- "[-dfnpvy] [-b block#] [-l maxparallel] [-T fstype:fsoptions]\n"
+ "[-dfNnpvy] [-b block#] [-l maxparallel] [-T fstype:fsoptions]\n"
" [-t fstype] [special | node ...]\n", __progname);
exit(1);
}