diff options
-rw-r--r-- | bin/chio/chio.1 | 4 | ||||
-rw-r--r-- | bin/chio/chio.c | 6 | ||||
-rw-r--r-- | bin/chio/defs.h | 4 | ||||
-rw-r--r-- | bin/chio/pathnames.h | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/bin/chio/chio.1 b/bin/chio/chio.1 index 1b18f3d81f0..10c25df6107 100644 --- a/bin/chio/chio.1 +++ b/bin/chio/chio.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chio.1,v 1.5 1997/10/01 23:04:46 deraadt Exp $ +.\" $OpenBSD: chio.1,v 1.6 1997/11/08 23:22:40 todd Exp $ .\" $NetBSD: chio.1,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ .\" .\" Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com> @@ -13,7 +13,7 @@ .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgements: +.\" must display the following acknowledgments: .\" This product includes software developed by Jason R. Thorpe .\" for And Communications, http://www.and.com/ .\" 4. The name of the author may not be used to endorse or promote products diff --git a/bin/chio/chio.c b/bin/chio/chio.c index f9065044fec..52d9cadeccc 100644 --- a/bin/chio/chio.c +++ b/bin/chio/chio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: chio.c,v 1.6 1997/09/01 18:29:12 deraadt Exp $ */ +/* $OpenBSD: chio.c,v 1.7 1997/11/08 23:22:40 todd Exp $ */ /* $NetBSD: chio.c,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ */ /* @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgements: + * must display the following acknowledgments: * This product includes software developed by Jason R. Thorpe * for And Communications, http://www.and.com/ * 4. The name of the author may not be used to endorse or promote products @@ -385,7 +385,7 @@ do_params(cname, argc, argv) /* No arguments to this command. */ if (argc) { - warnx("%s: no arguements expected", cname); + warnx("%s: no arguments expected", cname); goto usage; } diff --git a/bin/chio/defs.h b/bin/chio/defs.h index e6e1249ceb2..58ffd330c7a 100644 --- a/bin/chio/defs.h +++ b/bin/chio/defs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: defs.h,v 1.2 1996/06/23 14:19:05 deraadt Exp $ */ +/* $OpenBSD: defs.h,v 1.3 1997/11/08 23:22:41 todd Exp $ */ /* $NetBSD: defs.h,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ */ /* @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgements: + * must display the following acknowledgments: * This product includes software developed by Jason R. Thorpe * for And Communications, http://www.and.com/ * 4. The name of the author may not be used to endorse or promote products diff --git a/bin/chio/pathnames.h b/bin/chio/pathnames.h index 6a14ee112ea..669beb210ad 100644 --- a/bin/chio/pathnames.h +++ b/bin/chio/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:19:05 deraadt Exp $ */ +/* $OpenBSD: pathnames.h,v 1.3 1997/11/08 23:22:41 todd Exp $ */ /* $NetBSD: pathnames.h,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ */ /* @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgements: + * must display the following acknowledgments: * This product includes software developed by Jason R. Thorpe * for And Communications, http://www.and.com/ * 4. The name of the author may not be used to endorse or promote products |