aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2002-12-27 12:15:40 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2002-12-27 12:15:40 +0000
commit57bd0fc6e89b888516b6a64206715bef500fc2d1 (patch)
treeab5e026aafe37b18ff362bec5a3c4765fb7813f5 /lib
parentaa4d7a8a4bf3d4bfe0ad9a1af83ac6c4693eee55 (diff)
english(4) police.
Notes
Notes: svn path=/head/; revision=108317
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/devname.32
-rw-r--r--lib/libc/gen/dirname.32
-rw-r--r--lib/libc/gen/getpagesize.32
-rw-r--r--lib/libc/gen/readpassphrase.32
-rw-r--r--lib/libc/gen/sem_destroy.32
-rw-r--r--lib/libc/gen/tcsetattr.32
-rw-r--r--lib/libc/i386/sys/i386_set_watch.32
-rw-r--r--lib/libc/net/inet6_option_space.32
-rw-r--r--lib/libc/net/nsdispatch.34
-rw-r--r--lib/libc/posix1e/acl.32
-rw-r--r--lib/libc/posix1e/acl_get_qualifier.32
-rw-r--r--lib/libc/posix1e/acl_get_tag_type.32
-rw-r--r--lib/libc/posix1e/mac_set.32
-rw-r--r--lib/libc/rpc/rpc.32
-rw-r--r--lib/libc/sys/aio_read.22
-rw-r--r--lib/libc/sys/fhopen.26
-rw-r--r--lib/libc/sys/madvise.22
-rw-r--r--lib/libc/sys/nfssvc.22
-rw-r--r--lib/libc/sys/sigaction.24
-rw-r--r--lib/libc/sys/socket.22
-rw-r--r--lib/libc/sys/vfork.22
-rw-r--r--lib/libc_r/man/pthread_attr_get_np.32
-rw-r--r--lib/libc_r/man/pthread_mutexattr.32
-rw-r--r--lib/libc_r/man/sem_destroy.32
-rw-r--r--lib/libcam/cam_cdbparse.318
-rw-r--r--lib/libcrypt/crypt.32
-rw-r--r--lib/libdevinfo/devinfo.32
-rw-r--r--lib/libedit/editrc.52
-rw-r--r--lib/libexpat/libbsdxml.32
-rw-r--r--lib/libfetch/fetch.34
-rw-r--r--lib/libftpio/ftpio.34
-rw-r--r--lib/libipsec/ipsec_set_policy.32
-rw-r--r--lib/libnetgraph/netgraph.32
-rw-r--r--lib/libpam/modules/pam_ftp/pam_ftp.82
-rw-r--r--lib/libpam/modules/pam_opie/pam_opie.82
-rw-r--r--lib/libpam/modules/pam_unix/pam_unix.82
-rw-r--r--lib/libpthread/man/pthread_mutexattr.32
-rw-r--r--lib/libpthread/man/sem_destroy.32
-rw-r--r--lib/libutil/auth.32
-rw-r--r--lib/libutil/login_cap.32
-rw-r--r--lib/msun/man/hypot.32
41 files changed, 55 insertions, 55 deletions
diff --git a/lib/libc/gen/devname.3 b/lib/libc/gen/devname.3
index f3c698823ad2..83952dcbe3d8 100644
--- a/lib/libc/gen/devname.3
+++ b/lib/libc/gen/devname.3
@@ -83,5 +83,5 @@ function appeared in
.Sh BUGS
The
.Fn devname
-function returns a poiner to an internal static object;
+function returns a pointer to an internal static object;
thus, subsequent calls will modify the same buffer.
diff --git a/lib/libc/gen/dirname.3 b/lib/libc/gen/dirname.3
index e774fdad7407..d66eeaaf08f6 100644
--- a/lib/libc/gen/dirname.3
+++ b/lib/libc/gen/dirname.3
@@ -32,7 +32,7 @@
.Os
.Sh NAME
.Nm dirname
-.Nd extract the directory portition of a pathname
+.Nd extract the directory part of a pathname
.Sh SYNOPSIS
.In libgen.h
.Ft char *
diff --git a/lib/libc/gen/getpagesize.3 b/lib/libc/gen/getpagesize.3
index 5848e8992d14..80f2f19cf783 100644
--- a/lib/libc/gen/getpagesize.3
+++ b/lib/libc/gen/getpagesize.3
@@ -60,6 +60,6 @@ hardware page size.
.Xr sbrk 2
.Sh HISTORY
The
-.Fn getpagesze
+.Fn getpagesize
function appeared in
.Bx 4.2 .
diff --git a/lib/libc/gen/readpassphrase.3 b/lib/libc/gen/readpassphrase.3
index 699c1a74df90..48859a929664 100644
--- a/lib/libc/gen/readpassphrase.3
+++ b/lib/libc/gen/readpassphrase.3
@@ -168,7 +168,7 @@ The
and
.Dv SIGTTOU
signals (stop signal generated from keyboard or due to terminal I/O
-from a background proccess) are treated specially.
+from a background process) are treated specially.
When the process is resumed after it has been stopped,
.Fn readpassphrase
will reprint the prompt and the user may then enter a passphrase.
diff --git a/lib/libc/gen/sem_destroy.3 b/lib/libc/gen/sem_destroy.3
index 8094a5323888..12524f90b410 100644
--- a/lib/libc/gen/sem_destroy.3
+++ b/lib/libc/gen/sem_destroy.3
@@ -46,7 +46,7 @@ function destroys the unnamed semaphore pointed to by
After a successful call to
.Fn sem_destroy ,
.Fa sem
-is unuseable until re-initialized by another call to
+is unusable until re-initialized by another call to
.Fn sem_init .
.Sh RETURN VALUES
.Rv -std sem_destroy
diff --git a/lib/libc/gen/tcsetattr.3 b/lib/libc/gen/tcsetattr.3
index f52742beed67..a369a916fac2 100644
--- a/lib/libc/gen/tcsetattr.3
+++ b/lib/libc/gen/tcsetattr.3
@@ -96,7 +96,7 @@ function.
The input and output baud rates are found in the termios structure.
The unsigned integer
.Li speed_t
-is typdef'd in the include file
+is typedef'd in the include file
.Aq Pa termios.h .
The value of the integer corresponds directly to the baud rate being
represented, however, the following symbolic values are defined.
diff --git a/lib/libc/i386/sys/i386_set_watch.3 b/lib/libc/i386/sys/i386_set_watch.3
index b388c46cbf91..dfe60d8c3494 100644
--- a/lib/libc/i386/sys/i386_set_watch.3
+++ b/lib/libc/i386/sys/i386_set_watch.3
@@ -68,7 +68,7 @@ specifies the watch address,
specifies the size in bytes of the area to be watched (1, 2, or 4 bytes),
and
.Fa access
-specifes the type of watch point:
+specifies the type of watch point:
.Pp
.Bd -literal -offset indent -compact
DBREG_DR7_EXEC An execution breakpoint.
diff --git a/lib/libc/net/inet6_option_space.3 b/lib/libc/net/inet6_option_space.3
index aae979193cff..0f1fd4125d12 100644
--- a/lib/libc/net/inet6_option_space.3
+++ b/lib/libc/net/inet6_option_space.3
@@ -66,7 +66,7 @@
.Sh DESCRIPTION
.\"
Building and parsing the Hop-by-Hop and Destination options is
-complicated due to alignment constranints, padding and
+complicated due to alignment constraints, padding and
ancillary data manipulation.
RFC2292 defines a set of functions to help the application.
The function prototypes for
diff --git a/lib/libc/net/nsdispatch.3 b/lib/libc/net/nsdispatch.3
index 0ce7251baf44..7839ab0cd10b 100644
--- a/lib/libc/net/nsdispatch.3
+++ b/lib/libc/net/nsdispatch.3
@@ -89,7 +89,7 @@ set to the name of the source,
.Va cb
defined as a function which handles that source, and
.Va cb_data
-is used to pass arbritrary data to the callback function.
+is used to pass arbitrary data to the callback function.
The last entry in
.Va dtab
should contain
@@ -161,7 +161,7 @@ list of the type
.Va va_list .
.Ss Valid source types
Whilst there is support for arbitrary sources, the following
-#defines for commonly implementated sources are available:
+#defines for commonly implemented sources are available:
.Bl -column NS_COMPAT COMPAT -offset indent
.It Sy "#define value"
.It "NSSRC_FILES ""files"""
diff --git a/lib/libc/posix1e/acl.3 b/lib/libc/posix1e/acl.3
index fa5caebe7918..88e5d0baca62 100644
--- a/lib/libc/posix1e/acl.3
+++ b/lib/libc/posix1e/acl.3
@@ -41,7 +41,7 @@
permits file systems to export Access Control Lists via the VFS, and
provides a library for userland access to and manipulation of these ACLs.
Not all file systems provide support for ACLs, and some may require that
-ACL support be explicitely enabled by the administrator.
+ACL support be explicitly enabled by the administrator.
The library calls include routines to allocate, duplicate, retrieve, set,
and validate ACLs associated with file objects.
As well as the POSIX.1e routines, there are a number of non-portable
diff --git a/lib/libc/posix1e/acl_get_qualifier.3 b/lib/libc/posix1e/acl_get_qualifier.3
index a670ddb04c34..cdfe8826f637 100644
--- a/lib/libc/posix1e/acl_get_qualifier.3
+++ b/lib/libc/posix1e/acl_get_qualifier.3
@@ -66,7 +66,7 @@ then the value returned by
will be a pointer to type
.Vt gid_t .
.Pp
-If the value of the tag type in the ACL enty referred to by
+If the value of the tag type in the ACL entry referred to by
.Fa entry_d
is
.Dv ACL_UNDEFINED_TAG , ACL_USER_OBJ , ACL_GROUP_OBJ ,
diff --git a/lib/libc/posix1e/acl_get_tag_type.3 b/lib/libc/posix1e/acl_get_tag_type.3
index e84ad49b350f..ff225114a394 100644
--- a/lib/libc/posix1e/acl_get_tag_type.3
+++ b/lib/libc/posix1e/acl_get_tag_type.3
@@ -42,7 +42,7 @@
The
.Fn acl_get_tag_type
function
-is a POSIX.1e call that returs the tag type for the ACL entry
+is a POSIX.1e call that returns the tag type for the ACL entry
.Fa entry_d .
Upon successful completion, the location referred to by the argument
.Fa tag_type_p
diff --git a/lib/libc/posix1e/mac_set.3 b/lib/libc/posix1e/mac_set.3
index 92097753bfe9..d08741282ff7 100644
--- a/lib/libc/posix1e/mac_set.3
+++ b/lib/libc/posix1e/mac_set.3
@@ -101,7 +101,7 @@ Setting MAC labels is not supported
by the file referenced by
.Fa fd .
.It Bq Er EPERM
-The calling process had insufficient privelege
+The calling process had insufficient privilege
to change the MAC label.
.It Bq Er EROFS
File system for the object being modified
diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3
index b8688ad0d307..c6490d1e6d3f 100644
--- a/lib/libc/rpc/rpc.3
+++ b/lib/libc/rpc/rpc.3
@@ -298,7 +298,7 @@ struct netbuf {
};
/*
- * The format of the addres and options arguments of the XTI t_bind call.
+ * The format of the address and options arguments of the XTI t_bind call.
* Only provided for compatibility, it should not be used other than
* as an argument to svc_tli_create().
*/
diff --git a/lib/libc/sys/aio_read.2 b/lib/libc/sys/aio_read.2
index c52629e85066..749044a7f03e 100644
--- a/lib/libc/sys/aio_read.2
+++ b/lib/libc/sys/aio_read.2
@@ -132,7 +132,7 @@ appropriately; otherwise the
.Fn aio_return
system call must be called, and will return -1, and
.Fn aio_error
-must be called to determine the actual calue that would have been
+must be called to determine the actual value that would have been
returned in
.Va errno .
.Pp
diff --git a/lib/libc/sys/fhopen.2 b/lib/libc/sys/fhopen.2
index 2bbb42b6b6ed..7f078df09faa 100644
--- a/lib/libc/sys/fhopen.2
+++ b/lib/libc/sys/fhopen.2
@@ -4,7 +4,7 @@
.\" All rights reserved.
.\"
.\" This software was written by William Studenmund of the
-.\" Numerical Aerospace Similation Facility, NASA Ames Research Center.
+.\" Numerical Aerospace Simulation Facility, NASA Ames Research Center.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -87,7 +87,7 @@ provide the functionality of the
.Xr fstat 2
and
.Xr fstatfs 2
-calls except that they return information for the file refered to by
+calls except that they return information for the file referred to by
.Fa fhp
rather than an open file.
.Sh RETURN VALUES
@@ -105,7 +105,7 @@ In addition to the errors returned by
.Xr fstat 2 ,
and
.Xr fstatfs 2
-respectivly,
+respectively,
.Fn fhopen ,
.Fn fhstat ,
and
diff --git a/lib/libc/sys/madvise.2 b/lib/libc/sys/madvise.2
index 8b6ed9dc768c..6e6397d8971d 100644
--- a/lib/libc/sys/madvise.2
+++ b/lib/libc/sys/madvise.2
@@ -121,7 +121,7 @@ For more information see the MAP_NOSYNC section of
.It Dv MADV_AUTOSYNC
Undoes the effects of MADV_NOSYNC for any future pages dirtied within the
address range. The effect on pages already dirtied is indeterminate - they
-may or may not be reverted. You can guarentee reversion by using the
+may or may not be reverted. You can guarantee reversion by using the
.Xr msync 2
or
.Xr fsync 2
diff --git a/lib/libc/sys/nfssvc.2 b/lib/libc/sys/nfssvc.2
index 25f2773a89ee..2b19547985ad 100644
--- a/lib/libc/sys/nfssvc.2
+++ b/lib/libc/sys/nfssvc.2
@@ -150,7 +150,7 @@ struct nfsd_srvargs {
struct ucred nsd_cr; /* Cred. uid maps to */
int nsd_authlen; /* Length of auth string (ret) */
u_char *nsd_authstr; /* Auth string (ret) */
- int nsd_verflen; /* and the verfier */
+ int nsd_verflen; /* and the verifier */
u_char *nsd_verfstr;
struct timeval nsd_timestamp; /* timestamp from verifier */
u_int32_t nsd_ttl; /* credential ttl (sec) */
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2
index adf7beda0d98..62b329886eeb 100644
--- a/lib/libc/sys/sigaction.2
+++ b/lib/libc/sys/sigaction.2
@@ -484,7 +484,7 @@ the
.Dv sa_handler
member of
.Dv struct sigaction .
-In pratice,
+In practice,
.Fx
always sends the three arguments of the latter and since the ANSI C
prototype is a subset, both will work.
@@ -517,7 +517,7 @@ handler and the
.Dv si_code
member of the
.Dv info
-argument to a SA_SIGINFO handler contain a numeric code explaning the
+argument to a SA_SIGINFO handler contain a numeric code explaining the
cause of the signal, usually one of the
.Dv SI_...
values from
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2
index c8d9368738be..a1c81227fc0d 100644
--- a/lib/libc/sys/socket.2
+++ b/lib/libc/sys/socket.2
@@ -85,7 +85,7 @@ PF_XTP eXpress Transfer Protocol,
PF_COIP Connection-Oriented IP, aka ST II,
PF_CNT Computer Network Technology,
PF_SIP Simple Internet Protocol,
-PF_IPX Novell Intenet Packet eXchange protocol,
+PF_IPX Novell Internet Packet eXchange protocol,
PF_RTIP Help Identify RTIP packets,
PF_PIP Help Identify PIP packets,
PF_ISDN Integrated Services Digital Network,
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2
index 433f42d9e36c..16a7bb9d8ea1 100644
--- a/lib/libc/sys/vfork.2
+++ b/lib/libc/sys/vfork.2
@@ -78,7 +78,7 @@ The
system call
can normally be used just like
.Xr fork 2 .
-It does not work, however, to return while running in the childs context
+It does not work, however, to return while running in the child's context
from the procedure that called
.Fn vfork
since the eventual return from
diff --git a/lib/libc_r/man/pthread_attr_get_np.3 b/lib/libc_r/man/pthread_attr_get_np.3
index aeb71e04693a..988bb8fcd3ad 100644
--- a/lib/libc_r/man/pthread_attr_get_np.3
+++ b/lib/libc_r/man/pthread_attr_get_np.3
@@ -44,7 +44,7 @@ Value returned as
.Fa dst
is supposed to be used in conjunction with
.Fn pthread_attr_get*
-functions to retrive individual values from
+functions to retrieve individual values from
.Vt pthread_attr_t
structure.
Parameter
diff --git a/lib/libc_r/man/pthread_mutexattr.3 b/lib/libc_r/man/pthread_mutexattr.3
index 7476ae16d6f6..b6d84d179503 100644
--- a/lib/libc_r/man/pthread_mutexattr.3
+++ b/lib/libc_r/man/pthread_mutexattr.3
@@ -87,7 +87,7 @@ functions copy the value of the attribute that corresponds to each function name
to the location pointed to by the second function parameter.
.Sh RETURN VALUES
If successful, these functions return 0.
-Otherwise, an error number is returned to indicacte the error.
+Otherwise, an error number is returned to indicate the error.
.Sh ERRORS
.Fn pthread_mutexattr_init
will fail if:
diff --git a/lib/libc_r/man/sem_destroy.3 b/lib/libc_r/man/sem_destroy.3
index 8094a5323888..12524f90b410 100644
--- a/lib/libc_r/man/sem_destroy.3
+++ b/lib/libc_r/man/sem_destroy.3
@@ -46,7 +46,7 @@ function destroys the unnamed semaphore pointed to by
After a successful call to
.Fn sem_destroy ,
.Fa sem
-is unuseable until re-initialized by another call to
+is unusable until re-initialized by another call to
.Fn sem_init .
.Sh RETURN VALUES
.Rv -std sem_destroy
diff --git a/lib/libcam/cam_cdbparse.3 b/lib/libcam/cam_cdbparse.3
index 1b9fb02feee2..c771175c72c2 100644
--- a/lib/libcam/cam_cdbparse.3
+++ b/lib/libcam/cam_cdbparse.3
@@ -233,17 +233,17 @@ typedef enum {
CAM_MSG_BUF_PHYS = 0x00080000,/* Message buffer ptr is physical*/
CAM_SNS_BUF_PHYS = 0x00100000,/* Autosense data ptr is physical*/
CAM_DATA_PHYS = 0x00200000,/* SG/Buffer data ptrs are phys. */
- CAM_CDB_PHYS = 0x00400000,/* CDB poiner is physical */
+ CAM_CDB_PHYS = 0x00400000,/* CDB pointer is physical */
CAM_ENG_SGLIST = 0x00800000,/* SG list is for the HBA engine */
/* Phase cognizant mode flags */
- CAM_DIS_AUTOSRP = 0x01000000,/* Diable autosave/restore ptrs */
- CAM_DIS_AUTODISC = 0x02000000,/* Disable auto disconnect */
- CAM_TGT_CCB_AVAIL = 0x04000000,/* Target CCB available */
- CAM_TGT_PHASE_MODE = 0x08000000,/* The SIM runs in phase mode */
- CAM_MSGB_VALID = 0x20000000,/* Message buffer valid */
- CAM_STATUS_VALID = 0x40000000,/* Status buffer valid */
- CAM_DATAB_VALID = 0x80000000,/* Data buffer valid */
+ CAM_DIS_AUTOSRP = 0x01000000,/* Disable autosave/restore ptrs */
+ CAM_DIS_AUTODISC = 0x02000000,/* Disable auto disconnect */
+ CAM_TGT_CCB_AVAIL = 0x04000000,/* Target CCB available */
+ CAM_TGT_PHASE_MODE = 0x08000000,/* The SIM runs in phase mode */
+ CAM_MSGB_VALID = 0x20000000,/* Message buffer valid */
+ CAM_STATUS_VALID = 0x40000000,/* Status buffer valid */
+ CAM_DATAB_VALID = 0x80000000,/* Data buffer valid */
/* Host target Mode flags */
CAM_TERM_IO = 0x20000000,/* Terminate I/O Message sup. */
@@ -427,7 +427,7 @@ used as the seek value.
operates like
.Fn csio_decode
except that instead of placing the decoded contents of the buffer in
-varardic arguments, the decoded buffer contents are returned to the user
+variadic arguments, the decoded buffer contents are returned to the user
via the
.Fn arg_put
function that is passed in.
diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3
index dc602d90e5e3..8d6e3c817a6b 100644
--- a/lib/libcrypt/crypt.3
+++ b/lib/libcrypt/crypt.3
@@ -180,7 +180,7 @@ MD5
Blowfish
.El
.Pp
-Other crypt formats may be easilly added. An example salt would be:
+Other crypt formats may be easily added. An example salt would be:
.Bl -tag -offset indent
.It Cm "$3$thesalt$rest"
.El
diff --git a/lib/libdevinfo/devinfo.3 b/lib/libdevinfo/devinfo.3
index de1fd6210944..b99d345881f1 100644
--- a/lib/libdevinfo/devinfo.3
+++ b/lib/libdevinfo/devinfo.3
@@ -105,7 +105,7 @@ struct devinfo_dev {
char *dd_location; /* Where bus thinks dev at */
uint32_t dd_devflags; /* API flags */
uint16_t dd_flags; /* internal dev flags */
- device_state_t dd_state; /* attacement state of dev */
+ device_state_t dd_state; /* attachment state of dev */
};
struct devinfo_rman {
diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5
index 76d1d4b546fd..62c1409495ce 100644
--- a/lib/libedit/editrc.5
+++ b/lib/libedit/editrc.5
@@ -376,7 +376,7 @@ Cut the entire line and save in cut buffer.
Cut area between mark and cursor and save in cut buffer.
.It Ic em-copy-region
Copy area between mark and cursor to cut buffer.
-.It Ic em-gosmacs-traspose
+.It Ic em-gosmacs-transpose
Exchange the two characters before the cursor.
.It Ic em-next-word
Move next to end of current word.
diff --git a/lib/libexpat/libbsdxml.3 b/lib/libexpat/libbsdxml.3
index 6d123d43a646..2d5fc3e5e82e 100644
--- a/lib/libexpat/libbsdxml.3
+++ b/lib/libexpat/libbsdxml.3
@@ -42,7 +42,7 @@ To avoid version and autoconfiguration issues, the library has been
renamed to
.Nm
rather than retain the original eXpat library and include file names
-to prevent confusion and autoconfiguation issues for 3rd party
+to prevent confusion and autoconfiguration issues for 3rd party
software.
.Sh SEE ALSO
For full documentation, please see the eXpat webpage at
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3
index 7600ef5afba1..4bd63bde9594 100644
--- a/lib/libfetch/fetch.3
+++ b/lib/libfetch/fetch.3
@@ -512,10 +512,10 @@ This variable is used if and only if connected to an HTTP proxy, and
is ignored if a user and/or a password were specified in the proxy
URL.
.It Ev HTTP_REFERER
-Specifies the referer URL to use for HTTP requests.
+Specifies the referrer URL to use for HTTP requests.
If set to
.Dq auto ,
-the document URL will be used as referer URL.
+the document URL will be used as referrer URL.
.It Ev HTTP_USER_AGENT
Specifies the User-Agent string to use for HTTP requests.
This can be useful when working with HTTP origin or proxy servers that
diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3
index 38527913c3a2..72445a6aa79d 100644
--- a/lib/libftpio/ftpio.3
+++ b/lib/libftpio/ftpio.3
@@ -111,7 +111,7 @@ more about what happened if you're familiar with FTP error codes).
returns a human readable version of the supplied server failure code.
.Pp
.Fn ftpGet
-attempts to retreive the file named by the
+attempts to retrieve the file named by the
.Fa file
argument (which is assumed to be relative to the FTP server's current directory,
see
@@ -169,7 +169,7 @@ to boolean value
.Fa status .
.Pp
.Fn ftpGetURL
-attempts to retreive the file named by the supplied
+attempts to retrieve the file named by the supplied
.Fa URL
and can be considered equivalent to the combined
.Fn ftpLogin ,
diff --git a/lib/libipsec/ipsec_set_policy.3 b/lib/libipsec/ipsec_set_policy.3
index c41a1134d51d..9c781a708e12 100644
--- a/lib/libipsec/ipsec_set_policy.3
+++ b/lib/libipsec/ipsec_set_policy.3
@@ -178,7 +178,7 @@ Both
.Ar src
and
.Ar dst
-can be omited.
+can be omitted.
.Pp
.Ar level
must be set to one of the following:
diff --git a/lib/libnetgraph/netgraph.3 b/lib/libnetgraph/netgraph.3
index 8a35cae2902f..e9922f6380fe 100644
--- a/lib/libnetgraph/netgraph.3
+++ b/lib/libnetgraph/netgraph.3
@@ -232,7 +232,7 @@ in
.Tn ASCII
format; however, this results in additional messages being
sent which may interfere with debugging. At even higher levels,
-even these additional messagages will be displayed, etc.
+even these additional messages will be displayed, etc.
.Pp
Note that
.Xr select 2
diff --git a/lib/libpam/modules/pam_ftp/pam_ftp.8 b/lib/libpam/modules/pam_ftp/pam_ftp.8
index 5be1070671af..44359d025c50 100644
--- a/lib/libpam/modules/pam_ftp/pam_ftp.8
+++ b/lib/libpam/modules/pam_ftp/pam_ftp.8
@@ -83,7 +83,7 @@ authentication attempt was declined.
.It Cm no_anon
Disallow anonymous access.
.It Cm ignore
-Ingnore the password supplied,
+Ignore the password supplied,
and do not use its constituent parts
(username and hostname)
as
diff --git a/lib/libpam/modules/pam_opie/pam_opie.8 b/lib/libpam/modules/pam_opie/pam_opie.8
index bae696d1b16e..968985a6c9f6 100644
--- a/lib/libpam/modules/pam_opie/pam_opie.8
+++ b/lib/libpam/modules/pam_opie/pam_opie.8
@@ -84,7 +84,7 @@ debugging information at
level.
.It Cm auth_as_self
This option will require the user
-to authenticate themself as the user
+to authenticate himself as the user
given by
.Xr getlogin 2 ,
not as the account they are attempting to access.
diff --git a/lib/libpam/modules/pam_unix/pam_unix.8 b/lib/libpam/modules/pam_unix/pam_unix.8
index f8e5e0e3a4f3..ccb898f3e1b2 100644
--- a/lib/libpam/modules/pam_unix/pam_unix.8
+++ b/lib/libpam/modules/pam_unix/pam_unix.8
@@ -105,7 +105,7 @@ except that if the previously obtained password fails,
the user is prompted for another password.
.It Cm auth_as_self
This option will require the user
-to authenticate themself as the user
+to authenticate himself as the user
given by
.Xr getlogin 2 ,
not as the account they are attempting to access.
diff --git a/lib/libpthread/man/pthread_mutexattr.3 b/lib/libpthread/man/pthread_mutexattr.3
index af80c54acb0e..286da2857167 100644
--- a/lib/libpthread/man/pthread_mutexattr.3
+++ b/lib/libpthread/man/pthread_mutexattr.3
@@ -87,7 +87,7 @@ functions copy the value of the attribute that corresponds to each function name
to the location pointed to by the second function parameter.
.Sh RETURN VALUES
If successful, these functions return 0.
-Otherwise, an error number is returned to indicacte the error.
+Otherwise, an error number is returned to indicate the error.
.Sh ERRORS
.Fn pthread_mutexattr_init
will fail if:
diff --git a/lib/libpthread/man/sem_destroy.3 b/lib/libpthread/man/sem_destroy.3
index 0496a76baadf..aa4bae7c6fc5 100644
--- a/lib/libpthread/man/sem_destroy.3
+++ b/lib/libpthread/man/sem_destroy.3
@@ -46,7 +46,7 @@ function destroys the unnamed semaphore pointed to by
After a successful call to
.Fn sem_destroy ,
.Fa sem
-is unuseable until re-initialized by another call to
+is unusable until re-initialized by another call to
.Fn sem_init .
.Sh RETURN VALUES
.Rv -std sem_destroy
diff --git a/lib/libutil/auth.3 b/lib/libutil/auth.3
index 56356e4dc2d1..510486e21355 100644
--- a/lib/libutil/auth.3
+++ b/lib/libutil/auth.3
@@ -42,7 +42,7 @@
.Sh DESCRIPTION
The function
.Fn auth_getval
-returns the value assocated with the field called
+returns the value associated with the field called
.Fa name
or NULL if no such field is found or the auth file cannot be opened.
.Sh SEE ALSO
diff --git a/lib/libutil/login_cap.3 b/lib/libutil/login_cap.3
index 385916ccaf25..f134d5546240 100644
--- a/lib/libutil/login_cap.3
+++ b/lib/libutil/login_cap.3
@@ -351,7 +351,7 @@ The suffix used determines the units, and multiple values and
units may be used in combination (e.g. 1m500k = 1.5 megabytes).
A value with no suffix is interpreted as bytes, B as 512-byte
blocks, K as kilobytes, M as megabytes, G as gigabytes and T as
-terrabytes.
+terabytes.
Case is ignored.
The error value is returned if there is a login capabilities database
error, if an invalid suffix is used, or if a numeric value cannot be
diff --git a/lib/msun/man/hypot.3 b/lib/msun/man/hypot.3
index f40170fec8ec..f7ae5c07da45 100644
--- a/lib/msun/man/hypot.3
+++ b/lib/msun/man/hypot.3
@@ -40,7 +40,7 @@
.Nm hypotf ,
.Nm cabs ,
.Nm cabsf
-.Nd euclidean distance and complex absolute value functions
+.Nd Euclidean distance and complex absolute value functions
.Sh LIBRARY
.Lb libm
.Sh SYNOPSIS