diff options
-rw-r--r-- | sbin/fsck_ext2fs/fsck_ext2fs.8 | 15 | ||||
-rw-r--r-- | sbin/fsck_ffs/fsck_ffs.8 | 15 | ||||
-rw-r--r-- | sbin/fsck_msdos/fsck_msdos.8 | 15 |
3 files changed, 39 insertions, 6 deletions
diff --git a/sbin/fsck_ext2fs/fsck_ext2fs.8 b/sbin/fsck_ext2fs/fsck_ext2fs.8 index 121dc2cddc4..71cfd1a3fe3 100644 --- a/sbin/fsck_ext2fs/fsck_ext2fs.8 +++ b/sbin/fsck_ext2fs/fsck_ext2fs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck_ext2fs.8,v 1.16 2010/01/10 10:53:33 jmc Exp $ +.\" $OpenBSD: fsck_ext2fs.8,v 1.17 2015/07/27 18:46:19 jmc Exp $ .\" $NetBSD: fsck_ext2fs.8,v 1.1 1997/06/11 11:21:48 bouyer Exp $ .\" .\" Copyright (c) 1997 Manuel Bouyer. @@ -31,7 +31,7 @@ .\" .\" @(#)fsck.8 8.3 (Berkeley) 11/29/94 .\" -.Dd $Mdocdate: January 10 2010 $ +.Dd $Mdocdate: July 27 2015 $ .Dt FSCK_EXT2FS 8 .Os .Sh NAME @@ -166,6 +166,17 @@ this should be used with great caution as this is a free license to continue after essentially unlimited trouble has been encountered. .El .Pp +If neither of the +.Fl y +or +.Fl n +options are specified, the user may force +.Nm +to assume an answer of +.Dq yes +to all the remaining questions by replying to a question with a value of +.Dq F . +.Pp Inconsistencies checked are as follows: .Pp .Bl -enum -compact diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8 index 77b961f7e6e..f42bf4eb1d9 100644 --- a/sbin/fsck_ffs/fsck_ffs.8 +++ b/sbin/fsck_ffs/fsck_ffs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck_ffs.8,v 1.23 2013/02/11 17:35:46 jmc Exp $ +.\" $OpenBSD: fsck_ffs.8,v 1.24 2015/07/27 18:46:19 jmc Exp $ .\" $NetBSD: fsck_ffs.8,v 1.12 1996/09/23 16:18:34 christos Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)fsck.8 8.3 (Berkeley) 11/29/94 .\" -.Dd $Mdocdate: February 11 2013 $ +.Dd $Mdocdate: July 27 2015 $ .Dt FSCK_FFS 8 .Os .Sh NAME @@ -216,6 +216,17 @@ this should be used with great caution as this is a free license to continue after essentially unlimited trouble has been encountered. .El .Pp +If neither of the +.Fl y +or +.Fl n +options are specified, the user may force +.Nm +to assume an answer of +.Dq yes +to all the remaining questions by replying to a question with a value of +.Dq F . +.Pp In interactive mode, .Nm will list the conversion to be made diff --git a/sbin/fsck_msdos/fsck_msdos.8 b/sbin/fsck_msdos/fsck_msdos.8 index 174d41c2cba..edb547d630c 100644 --- a/sbin/fsck_msdos/fsck_msdos.8 +++ b/sbin/fsck_msdos/fsck_msdos.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck_msdos.8,v 1.14 2014/06/16 18:33:33 tobias Exp $ +.\" $OpenBSD: fsck_msdos.8,v 1.15 2015/07/27 18:46:19 jmc Exp $ .\" $NetBSD: fsck_msdos.8,v 1.4 1996/10/17 20:41:24 cgd Exp $ .\" .\" Copyright (C) 1995 Wolfgang Solfrank @@ -25,7 +25,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: June 16 2014 $ +.Dd $Mdocdate: July 27 2015 $ .Dt FSCK_MSDOS 8 .Os .Sh NAME @@ -93,6 +93,17 @@ to assume .Dq yes as the answer to all operator questions. .El +.Pp +If neither of the +.Fl y +or +.Fl n +options are specified, the user may force +.Nm +to assume an answer of +.Dq yes +to all the remaining questions by replying to a question with a value of +.Dq F . .Sh SEE ALSO .Xr fs 5 , .Xr fstab 5 , |