diff options
-rw-r--r-- | bin/test/test.1 | 4 | ||||
-rw-r--r-- | lib/libcurses/curs_extend.3 | 4 | ||||
-rw-r--r-- | sbin/brconfig/brconfig.8 | 4 | ||||
-rw-r--r-- | usr.bin/find/find.1 | 4 | ||||
-rw-r--r-- | usr.bin/sudo/sudo.8 | 2 | ||||
-rw-r--r-- | usr.sbin/pkg_install/add/pkg_add.1 | 4 | ||||
-rw-r--r-- | usr.sbin/pkg_install/create/pkg_create.1 | 4 | ||||
-rw-r--r-- | usr.sbin/pkg_install/delete/pkg_delete.1 | 4 | ||||
-rw-r--r-- | usr.sbin/pkg_install/info/pkg_info.1 | 4 |
9 files changed, 17 insertions, 17 deletions
diff --git a/bin/test/test.1 b/bin/test/test.1 index 9ce6d010d09..33422650852 100644 --- a/bin/test/test.1 +++ b/bin/test/test.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: test.1,v 1.13 2002/06/06 15:30:50 mpech Exp $ +.\" $OpenBSD: test.1,v 1.14 2003/03/07 06:30:38 david Exp $ .\" $NetBSD: test.1,v 1.6 1995/03/21 07:04:03 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -102,7 +102,7 @@ is set. True if .Ar file exists and is a symbolic link. -This operator is for COMPATABILITY purposes, +This operator is for COMPATIBILITY purposes, do not rely on its existence. Use .Fl L diff --git a/lib/libcurses/curs_extend.3 b/lib/libcurses/curs_extend.3 index bff0d730d1e..83f03f1c8c7 100644 --- a/lib/libcurses/curs_extend.3 +++ b/lib/libcurses/curs_extend.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: curs_extend.3,v 1.3 2000/07/24 04:06:09 millert Exp $ +.\" $OpenBSD: curs_extend.3,v 1.4 2003/03/07 06:30:38 david Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1999,2000 Free Software Foundation, Inc. * @@ -63,7 +63,7 @@ Normally these names are available for use, since the essential descision is made by using the \fB-x\fP option of \fItic\fP to compile extended terminal definitions. However you can disable this feature -to ensure compatiblity with other implementations of curses +to ensure compatibility with other implementations of curses .. .SH PORTABILITY These routines are specific to ncurses. They were not supported on diff --git a/sbin/brconfig/brconfig.8 b/sbin/brconfig/brconfig.8 index 02cc2058c04..25c8906f681 100644 --- a/sbin/brconfig/brconfig.8 +++ b/sbin/brconfig/brconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: brconfig.8,v 1.40 2002/12/09 10:11:53 markus Exp $ +.\" $OpenBSD: brconfig.8,v 1.41 2003/03/07 06:30:38 david Exp $ .\" .\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -209,7 +209,7 @@ Clear the flag on the bridge interface. .It Cm rule Op Ar rulespec Add a filtering rule to an interface. -Rules have a similiar syntax to +Rules have a similar syntax to .Xr pf 4 . Rules can be used to selectively block or pass frames based on Ethernet MAC address. diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 2d6e69793b4..91ed3346e07 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.36 2002/11/14 02:57:27 deraadt Exp $ +.\" $OpenBSD: find.1,v 1.37 2003/03/07 06:30:38 david Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -96,7 +96,7 @@ the command line is that of the link itself. An alias for the .Fl L option. -This option exists for backwards compatability. +This option exists for backwards compatibility. .It Fl L Causes the file information and file type (see .Xr stat 2 ) diff --git a/usr.bin/sudo/sudo.8 b/usr.bin/sudo/sudo.8 index a0c66b37b3c..fbdbfc31974 100644 --- a/usr.bin/sudo/sudo.8 +++ b/usr.bin/sudo/sudo.8 @@ -390,7 +390,7 @@ subsequent commands run from that shell will \fInot\fR be logged, nor will \fBsudo\fR's access control affect them. The same is true for commands that offer shell escapes (including most editors). Because of this, care must be taken when giving users access to commands -via \fBsudo\fR to verify that the command does not inadvertantly give +via \fBsudo\fR to verify that the command does not inadvertently give the user an effective root shell. .SH "EXAMPLES" .IX Header "EXAMPLES" diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1 index 7f976b65a4f..6fdcd436bb8 100644 --- a/usr.sbin/pkg_install/add/pkg_add.1 +++ b/usr.sbin/pkg_install/add/pkg_add.1 @@ -1,6 +1,6 @@ -.\" $OpenBSD: pkg_add.1,v 1.29 2002/07/01 02:03:16 brad Exp $ +.\" $OpenBSD: pkg_add.1,v 1.30 2003/03/07 06:30:38 david Exp $ .\" -.\" FreeBSD install - a package for the installation and maintainance +.\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index 868026bde0a..fb36555270c 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -1,6 +1,6 @@ -.\" $OpenBSD: pkg_create.1,v 1.24 2002/04/06 01:07:19 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.25 2003/03/07 06:30:38 david Exp $ .\" -.\" FreeBSD install - a package for the installation and maintainance +.\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/usr.sbin/pkg_install/delete/pkg_delete.1 b/usr.sbin/pkg_install/delete/pkg_delete.1 index e248fc1522f..80012de9afe 100644 --- a/usr.sbin/pkg_install/delete/pkg_delete.1 +++ b/usr.sbin/pkg_install/delete/pkg_delete.1 @@ -1,6 +1,6 @@ -.\" $OpenBSD: pkg_delete.1,v 1.14 2002/04/06 01:07:19 espie Exp $ +.\" $OpenBSD: pkg_delete.1,v 1.15 2003/03/07 06:30:38 david Exp $ .\" -.\" FreeBSD install - a package for the installation and maintainance +.\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/usr.sbin/pkg_install/info/pkg_info.1 b/usr.sbin/pkg_install/info/pkg_info.1 index 8268488f2e2..29418108a4a 100644 --- a/usr.sbin/pkg_install/info/pkg_info.1 +++ b/usr.sbin/pkg_install/info/pkg_info.1 @@ -1,6 +1,6 @@ -.\" $OpenBSD: pkg_info.1,v 1.10 2002/04/06 01:07:19 espie Exp $ +.\" $OpenBSD: pkg_info.1,v 1.11 2003/03/07 06:30:38 david Exp $ .\" -.\" FreeBSD install - a package for the installation and maintainance +.\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. .\" .\" Redistribution and use in source and binary forms, with or without |