diff options
Diffstat (limited to 'distrib/miniroot/install.sub')
-rw-r--r-- | distrib/miniroot/install.sub | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 2ea5c72c7c0..e9bded3803c 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.110 1998/10/28 18:55:20 millert Exp $ +# $OpenBSD: install.sub,v 1.111 1998/11/03 04:35:16 aaron Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997,1998 Todd Miller, Theo de Raadt @@ -454,7 +454,7 @@ addhostent() { # Create an entry in the hosts table. If no host table # exists, create one. If the symbolic name already exists, - # replace it's entry. + # replace its entry. if [ ! -f /tmp/hosts ]; then echo "127.0.0.1 localhost" > /tmp/hosts fi @@ -1127,7 +1127,7 @@ while : ; do echo "" echo "The following sets are available for extraction." echo "Enter filename, \`list', \`all', or \`done'." - echo "You may de-select a set by prepending a '-' to it's name." + echo "You may de-select a set by prepending a '-' to its name." echo "" get_selection "$_sets $_kernel" @@ -1185,7 +1185,7 @@ while test -n "${_get_files}" ; do echo "" echo "The following files failed to transfer and extract correctly:" echo "Choose which one(s) to refetch or 'done' to exit selector." - echo "You may de-select a file by prepending a '-' to it's name." + echo "You may de-select a file by prepending a '-' to its name." echo "" get_selection "$_failed_files" @@ -1287,7 +1287,7 @@ while : ; do echo "" echo "The following sets are available for extraction." echo "Enter filename, \`list', \`all', or \`done'." - echo "You may de-select a set by prepending a '-' to it's name." + echo "You may de-select a set by prepending a '-' to its name." echo "" get_selection "$_sets $_kernel" @@ -1344,7 +1344,7 @@ while test -n "${_get_files}" ; do echo "" echo "The following files failed to extract correctly:" echo "Choose which one(s) to retry or 'done' to exit selector." - echo "You may de-select a file by prepending a '-' to it's name." + echo "You may de-select a file by prepending a '-' to its name." echo "" get_selection "$_failed_files" |