diff options
author | 2006-03-30 01:27:03 +0000 | |
---|---|---|
committer | 2006-03-30 01:27:03 +0000 | |
commit | 2c38a91f8c96ad13cf003167302531d016edc748 (patch) | |
tree | c53b3c6ff0ce49557b67edf9604712f2b5890ee5 | |
parent | when asking y or n, accept "F" which forces yes from the on. i have (diff) | |
download | wireguard-openbsd-2c38a91f8c96ad13cf003167302531d016edc748.tar.xz wireguard-openbsd-2c38a91f8c96ad13cf003167302531d016edc748.zip |
Document 'F' as an answer to fsck, okay deraadt@ jolan@
-rw-r--r-- | sbin/fsck/fsck.8 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index 4d0fd45cb62..a8b538feff8 100644 --- a/sbin/fsck/fsck.8 +++ b/sbin/fsck/fsck.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck.8,v 1.27 2005/11/21 14:27:55 millert Exp $ +.\" $OpenBSD: fsck.8,v 1.28 2006/03/30 01:27:03 pedro Exp $ .\" $NetBSD: fsck.8,v 1.14 1996/10/03 20:08:29 christos Exp $ .\" .\" Copyright (c) 1996 Christos Zoulas. All rights reserved. @@ -150,6 +150,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 FILES .Bl -tag -width /etc/fstab -compact .It Pa /etc/fstab |