diff options
author | 2007-03-01 03:51:56 +0000 | |
---|---|---|
committer | 2007-03-01 03:51:56 +0000 | |
commit | b54527d0279f2b17c574cdf09e0de0b830a8250b (patch) | |
tree | a081969d79bc89d9619d4300945cd79b9e5d5e85 | |
parent | some older machines have small banks, and the kernel is too big! (diff) | |
download | wireguard-openbsd-b54527d0279f2b17c574cdf09e0de0b830a8250b.tar.xz wireguard-openbsd-b54527d0279f2b17c574cdf09e0de0b830a8250b.zip |
shrink early text; input from frantisek holop, discussion and ok ok krw
-rw-r--r-- | distrib/miniroot/install.sub | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 1b22dcf1385..1bb46c4c497 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.409 2007/02/14 23:37:18 krw Exp $ +# $OpenBSD: install.sub,v 1.410 2007/03/01 03:51:56 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2006 Todd Miller, Theo de Raadt, Ken Westerback @@ -104,12 +104,11 @@ welcome() { Welcome to the $OBSD $MODE program. -This program will help you $MODE OpenBSD in a simple and rational way. At -any prompt except password prompts you can run a shell command by typing -'!foo', or escape to a shell by typing '!'. Default answers are shown in []'s -and are selected by pressing RETURN. At any time you can exit this program by -pressing Control-C and then RETURN, but quitting during an $MODE can leave -your system in an inconsistent state. +This program will help you $MODE OpenBSD. At any prompt except password +prompts you can escape to a shell by typing '!'. Default answers are shown +in []'s and are selected by pressing RETURN. At any time you can exit this +program by pressing Control-C, but exiting during an $MODE can leave your +system in an inconsistent state. __EOT |