diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-03 04:35:18 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-03 04:35:18 +0000 |
commit | 7a6e823294cbbabbbb1d30283e746a970c949ecc (patch) | |
tree | d14fb20e6bfd0e21ae60f1d9ced47b2e74a675b4 /distrib | |
parent | 31affd70c8b8677e8fa85e81bc7435c14df7d6ed (diff) |
it's -> its where appropriate
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/install.sub | 12 | ||||
-rw-r--r-- | distrib/mvme68k/ramdisk/install.sub | 4 | ||||
-rw-r--r-- | distrib/notes/m4.common | 4 | ||||
-rw-r--r-- | distrib/notes/pmax/install | 2 | ||||
-rw-r--r-- | distrib/notes/sparc/xfer | 2 | ||||
-rw-r--r-- | distrib/powerpc/ramdisk/install.sub | 12 | ||||
-rw-r--r-- | distrib/simpleroot/install.sub | 4 |
7 files changed, 20 insertions, 20 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" diff --git a/distrib/mvme68k/ramdisk/install.sub b/distrib/mvme68k/ramdisk/install.sub index 2dcca728ff7..f4605fe299f 100644 --- a/distrib/mvme68k/ramdisk/install.sub +++ b/distrib/mvme68k/ramdisk/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.3 1997/02/18 16:01:52 rahnds Exp $ +# $OpenBSD: install.sub,v 1.4 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) 1996 The NetBSD Foundation, Inc. @@ -281,7 +281,7 @@ addhostent() { # Create an entry in the hosts table. If no host table # exists, create one. If the IP address already exists, - # replace it's entry. + # replace its entry. if [ ! -f /tmp/hosts ]; then echo "127.0.0.1 localhost" > /tmp/hosts fi diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index 736dc56d2f9..3e77a7b7c94 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.1 1998/05/18 00:33:17 todd Exp $ +dnl $OpenBSD: m4.common,v 1.2 1998/11/03 04:35:16 aaron Exp $ dnl dnl simulate an include path with a macro 'includeit'. define(`includeit',`sinclude('INCLUDE/`$1)sinclude('INCLUDE/../`$1)')dnl @@ -53,7 +53,7 @@ dnl value OSrev does not get substituted. Same goes for MACHINE and OSREV, dnl assigned as cmd line parameters to m4 in the Makefile. dnl o `include' and `define' is required as include and define are both m4 dnl reserved words that evaluate to NULL if not quoted. -dnl o showsize() must not be on a new line. It creates it's own new line if +dnl o showsize() must not be on a new line. It creates its own new line if dnl there are sizes to display, otherwise, evaluates to NULL dnl dnl diff --git a/distrib/notes/pmax/install b/distrib/notes/pmax/install index df6a6606f8d..5cf07a11cb0 100644 --- a/distrib/notes/pmax/install +++ b/distrib/notes/pmax/install @@ -139,7 +139,7 @@ man pages for the following commands: Ok - now let's see what to do to set up the server: * set up a file /etc/ethers containing the ethernet hardware address - of the pmax you want to boot via net and it's hostname (the hardware + of the pmax you want to boot via net and its hostname (the hardware address you should get via PROM commands) example: diff --git a/distrib/notes/sparc/xfer b/distrib/notes/sparc/xfer index 3686e311498..f89797d5c8d 100644 --- a/distrib/notes/sparc/xfer +++ b/distrib/notes/sparc/xfer @@ -48,7 +48,7 @@ Creating a bootable floppy disk using DOS/Windows: interpretations will result in corrupted transfers. You will also need to go to the "tools" directory and grab a - copy of the rawrite.exe utility and it's documentation. This + copy of the rawrite.exe utility and its documentation. This program is needed to correctly copy the bootable filesystem image to the floppy, since it's an image of a unix partition containing a ffs filesystem, not a MSDOS format diskette. diff --git a/distrib/powerpc/ramdisk/install.sub b/distrib/powerpc/ramdisk/install.sub index 564bdb87c13..c7b90ac6690 100644 --- a/distrib/powerpc/ramdisk/install.sub +++ b/distrib/powerpc/ramdisk/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.3 1998/10/19 05:28:06 deraadt Exp $ +# $OpenBSD: install.sub,v 1.4 1998/11/03 04:35:17 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 @@ -432,7 +432,7 @@ addhostent() { # Create an entry in the hosts table. If no host table # exists, create one. If the IP address already exists, - # replace it's entry. + # replace its entry. if [ ! -f /tmp/hosts ]; then echo "127.0.0.1 localhost" > /tmp/hosts fi @@ -940,7 +940,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" @@ -1042,7 +1042,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" @@ -1188,7 +1188,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" @@ -1290,7 +1290,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" diff --git a/distrib/simpleroot/install.sub b/distrib/simpleroot/install.sub index 0f0430584e4..9ff91b56076 100644 --- a/distrib/simpleroot/install.sub +++ b/distrib/simpleroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.5 1997/07/16 22:33:04 pefo Exp $ +# $OpenBSD: install.sub,v 1.6 1998/11/03 04:35:17 aaron Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -308,7 +308,7 @@ addhostent() { # Create an entry in the hosts table. If no host table # exists, create one. If the IP address already exists, - # replace it's entry. + # replace its entry. if [ ! -f /tmp/hosts ]; then echo "127.0.0.1 localhost" > /tmp/hosts fi |