summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/egcs/gcc/gcov.18
-rw-r--r--lib/libkeynote/keynote.16
-rw-r--r--usr.bin/bc/bc.16
-rw-r--r--usr.sbin/afs/src/appl/fs/fs.14
-rw-r--r--usr.sbin/httpd/src/support/htpasswd.14
5 files changed, 14 insertions, 14 deletions
diff --git a/gnu/egcs/gcc/gcov.1 b/gnu/egcs/gcc/gcov.1
index 5de2e9f309d..b3849a98f24 100644
--- a/gnu/egcs/gcc/gcov.1
+++ b/gnu/egcs/gcc/gcov.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gcov.1,v 1.2 2003/09/03 15:00:50 jmc Exp $
+.\" $OpenBSD: gcov.1,v 1.3 2004/08/25 21:59:59 jmc Exp $
.\"
.\" Published by the Free Software Foundation 59 Temple Place - Suite 330
.\" Boston, MA 02111-1307 USA
@@ -88,7 +88,7 @@ Code should be compiled without optimization when using
.Nm
because the optimization, by combining some lines of code into
one function,
-may not give as much information as necesary to look
+may not give as much information as necessary to look
for
.Sq hot spots
where the code is using a great deal of computer time.
@@ -292,7 +292,7 @@ but may be less for functions which call
.Sq exit
or
.Sq longjmp ,
-and thus may not return everytime they are called.
+and thus may not return every time they are called.
.Pp
The execution counts are cumulative.
If the example program were executed again without removing the
@@ -458,7 +458,7 @@ followed by the counts
Each count corresponds to the number of
times each arc in the program is executed.
The counts are cumulative;
-each time the program is executed, it attemps to combine the existing
+each time the program is executed, it attempts to combine the existing
.Pa .da
files with the new counts for this invocation of the program.
It ignores the contents of any
diff --git a/lib/libkeynote/keynote.1 b/lib/libkeynote/keynote.1
index 2006f4b0f57..ef1da373333 100644
--- a/lib/libkeynote/keynote.1
+++ b/lib/libkeynote/keynote.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: keynote.1,v 1.26 2004/06/24 20:22:41 msf Exp $
+.\" $OpenBSD: keynote.1,v 1.27 2004/08/25 21:59:59 jmc Exp $
.\"
.\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
.\"
@@ -99,7 +99,7 @@ for the first line and has to be longer (by at least 2) than
.Fa AlgorithmName .
.Fa print-length
also accounts for the line-continuation character (backslash) at
-the end of each line, and the doublequotes at the beginning and end
+the end of each line, and the double quotes at the beginning and end
of the key encoding.
Default values are 12 and 50 respectively.
.Sh ASSERTION SIGNING
@@ -178,7 +178,7 @@ for the first line and has to be longer (by at least 2) than
.Fa AlgorithmName .
.Fa print-length
also accounts for the line-continuation character (backslash) at
-the end of each line, and the doublequotes at the beginning and end
+the end of each line, and the double quotes at the beginning and end
of the signature encoding.
Default values are 12 and 50 respectively.
.Sh SIGNATURE VERIFICATION
diff --git a/usr.bin/bc/bc.1 b/usr.bin/bc/bc.1
index 15a217a5dbf..018822e48c2 100644
--- a/usr.bin/bc/bc.1
+++ b/usr.bin/bc/bc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bc.1,v 1.16 2004/04/21 08:21:42 jmc Exp $
+.\" $OpenBSD: bc.1,v 1.17 2004/08/25 21:59:59 jmc Exp $
.\"
.\" Copyright (C) Caldera International Inc. 2001-2002.
.\" All rights reserved.
@@ -172,9 +172,9 @@ The boolean operators (!, && and ||) are non-portable extensions.
The boolean not
(!) operator has much lower precedence than the same operator in the
C language.
-This has the consquence that the expression
+This has the consequence that the expression
.Sy !a < b
-is interpeted as
+is interpreted as
.Sy !(a < b) .
Prudent programmers use parentheses when writing expressions involving
boolean operators.
diff --git a/usr.sbin/afs/src/appl/fs/fs.1 b/usr.sbin/afs/src/appl/fs/fs.1
index b0a73fe438a..76b00f1edfb 100644
--- a/usr.sbin/afs/src/appl/fs/fs.1
+++ b/usr.sbin/afs/src/appl/fs/fs.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" $arla: fs.1,v 1.17 2003/06/06 12:53:48 hin Exp $
-.\" $OpenBSD: fs.1,v 1.12 2003/08/05 14:12:34 hin Exp $
+.\" $OpenBSD: fs.1,v 1.13 2004/08/25 21:59:59 jmc Exp $
.\"
.Dd March 29, 2000
.Dt FS 1
@@ -137,7 +137,7 @@ create mount point
.It Cm mkm
shorthand of the
.Cm mkmount
-comman
+command
.It Cm connect
connect mode
.It Cm monitor
diff --git a/usr.sbin/httpd/src/support/htpasswd.1 b/usr.sbin/httpd/src/support/htpasswd.1
index bd441a7b557..45ae204f802 100644
--- a/usr.sbin/httpd/src/support/htpasswd.1
+++ b/usr.sbin/httpd/src/support/htpasswd.1
@@ -184,14 +184,14 @@ on all platforms, it is not supported by the
.B httpd
server on Windows and TPF.
.IP \-s
-Use SHA encryption for passwords. Faciliates migration from/to Netscape
+Use SHA encryption for passwords. Facilitates migration from/to Netscape
servers using the LDAP Directory Interchange Format (ldif).
.IP \-p
Use plaintext passwords. Though
.B htpasswd
will support creation on all platforms, the
.B httpd
-deamon will only accept plain text passwords on Windows and TPF.
+daemon will only accept plain text passwords on Windows and TPF.
.IP \fB\fIpasswdfile\fP
Name of the file to contain the user name and password. If \-c
is given, this file is created if it does not already exist,