fixes for typos. from Havard Eidnes <Havard.Eidnes@runit.sintef.no>
This commit is contained in:
parent
41a2d35564
commit
e6a0c0661a
|
@ -28,7 +28,7 @@
|
|||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
# $Id: install.sh,v 1.1.1.1 1994/08/29 15:30:21 cgd Exp $
|
||||
# $Id: install.sh,v 1.2 1994/08/30 23:48:23 cgd Exp $
|
||||
|
||||
# NetBSD installation script.
|
||||
# In a perfect world, this would be a nice C program, with a reasonable
|
||||
|
@ -209,10 +209,9 @@ done
|
|||
|
||||
if [ $sizeunit = "sectors" ]; then
|
||||
echo ""
|
||||
echo "For best disk performance, partitions should being and end on"
|
||||
echo "For best disk performance, partitions should begin and end on"
|
||||
echo "cylinder boundaries. Wherever possible, pick sizes that are"
|
||||
echo -n "multiples are multiples of the cylinder size ($cylindersize"
|
||||
echo "sectors)."
|
||||
echo "multiples of the cylinder size ($cylindersize sectors)."
|
||||
fi
|
||||
|
||||
echo -n ""
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
# $Id: upgrade.sh,v 1.1.1.1 1994/08/29 15:30:20 cgd Exp $
|
||||
# $Id: upgrade.sh,v 1.2 1994/08/30 23:48:25 cgd Exp $
|
||||
|
||||
# NetBSD upgrade script.
|
||||
# In a perfect world, this would be a nice C program, with a reasonable
|
||||
|
@ -86,7 +86,7 @@ esac
|
|||
driveunits=`ls /dev/[sw]d?a | sed -e 's,/dev/\(...\)a,\1,g'`
|
||||
if [ "X${driveunits}" = "X" ]; then
|
||||
echo "FATAL ERROR:"
|
||||
echo "No disk edvices."
|
||||
echo "No disk devices."
|
||||
echo "This is probably a bug in the install disks."
|
||||
echo "Exiting install program."
|
||||
exit
|
||||
|
|
Loading…
Reference in New Issue