summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-24 01:34:38 +0000
committerdd <dd@FreeBSD.org>2001-06-24 01:34:38 +0000
commit04d1b1c8dd05e02be9bf1f04594d145acee47b4d (patch)
tree4cde8a6006483cd3dd5ab1f0ba953d0007bb8bb8 /lib
parent6e42c65278420d8e6e002d2e9f622153e26103a4 (diff)
downloadFreeBSD-src-04d1b1c8dd05e02be9bf1f04594d145acee47b4d.zip
FreeBSD-src-04d1b1c8dd05e02be9bf1f04594d145acee47b4d.tar.gz
Remove duplicate words.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/db/man/dbm.32
-rw-r--r--lib/libc/gen/exec.32
-rw-r--r--lib/libc/gen/getbootfile.32
-rw-r--r--lib/libc/posix1e/acl_init.32
-rw-r--r--lib/libc/rpc/des_crypt.32
-rw-r--r--lib/libc/rpc/rpc_secure.32
-rw-r--r--lib/libc/sys/kqueue.22
-rw-r--r--lib/libcrypt/crypt.34
-rw-r--r--lib/libtacplus/libtacplus.32
9 files changed, 10 insertions, 10 deletions
diff --git a/lib/libc/db/man/dbm.3 b/lib/libc/db/man/dbm.3
index 64ef4b6..cb0cb6d 100644
--- a/lib/libc/db/man/dbm.3
+++ b/lib/libc/db/man/dbm.3
@@ -133,7 +133,7 @@ and the database already contains an entry for
that entry is not replaced.
Otherwise the entry is replaced or inserted.
.Fn dbm_store
-normally returns returns zero but returns 1 if the entry could not be
+normally returns zero but returns 1 if the entry could not be
inserted (because
.Fa flags
is
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3
index 5826804..e8f6403 100644
--- a/lib/libc/gen/exec.3
+++ b/lib/libc/gen/exec.3
@@ -278,7 +278,7 @@ they returned upon all errors except
and
.Er ETXTBSY .
This was inferior to the traditional error handling,
-since it it breaks the ignoring of errors for path prefixes
+since it breaks the ignoring of errors for path prefixes
and only improves the handling of the unusual ambiguous error
.Er EFAULT
and the unusual error
diff --git a/lib/libc/gen/getbootfile.3 b/lib/libc/gen/getbootfile.3
index cf4e0db..a2b0244 100644
--- a/lib/libc/gen/getbootfile.3
+++ b/lib/libc/gen/getbootfile.3
@@ -55,7 +55,7 @@ MIB variable
.Dq Li kern.bootfile .
.Sh RETURN VALUES
If the call succeeds a string giving the pathname is returned. If it
-fails, a a null pointer is returned and an error code is
+fails, a null pointer is returned and an error code is
placed in the global location
.Va errno .
.Sh SEE ALSO
diff --git a/lib/libc/posix1e/acl_init.3 b/lib/libc/posix1e/acl_init.3
index b0ffa2d..f3c3649 100644
--- a/lib/libc/posix1e/acl_init.3
+++ b/lib/libc/posix1e/acl_init.3
@@ -47,7 +47,7 @@ least
ACL entries. A pointer to the working storage is returned. The working
storage allocated to contain the ACL is freed by a call to
.Xr acl_free 3 .
-When the area is first allocated, it shall contain an an ACL that contains
+When the area is first allocated, it shall contain an ACL that contains
no ACL entries.
.Pp
This function may cause memory to be allocated. The caller should free any
diff --git a/lib/libc/rpc/des_crypt.3 b/lib/libc/rpc/des_crypt.3
index 4b65d6d..f16e452 100644
--- a/lib/libc/rpc/des_crypt.3
+++ b/lib/libc/rpc/des_crypt.3
@@ -91,7 +91,7 @@ For
.Fn cbc_crypt ,
the parameter
.Fa ivec
-is the the 8-byte initialization
+is the 8-byte initialization
vector for the chaining.
It is updated to the next initialization
vector upon return.
diff --git a/lib/libc/rpc/rpc_secure.3 b/lib/libc/rpc/rpc_secure.3
index 73ca959..3d4d79e 100644
--- a/lib/libc/rpc/rpc_secure.3
+++ b/lib/libc/rpc/rpc_secure.3
@@ -171,7 +171,7 @@ library are the main clients of these four routines.
takes a server netname and a
.Tn DES
key, and decrypts the key by
-using the the public key of the the server and the secret key
+using the public key of the server and the secret key
associated with the effective uid of the calling process. It
is the inverse of
.Fn key_encryptsession .
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index 22f533c..d282a35 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -282,7 +282,7 @@ The filter returns under the same conditions as aio_error.
.Pp
Alternatively, a kevent structure may be initialized, with
.Va ident
-containing the descriptor of the the kqueue, and the
+containing the descriptor of the kqueue, and the
address of the kevent structure placed in the
.Va aio_lio_opcode
field of the AIO request. However, this approach will not work on
diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3
index bb292f0..f5fd8b5 100644
--- a/lib/libcrypt/crypt.3
+++ b/lib/libcrypt/crypt.3
@@ -87,7 +87,7 @@ If it begins with an underscore
then the
.Tn DES
Extended Format
-is used in interpreting both the the key and the salt, as outlined below.
+is used in interpreting both the key and the salt, as outlined below.
.It Modular
If it begins with the string
.Dq $digit$
@@ -108,7 +108,7 @@ a CPU second and MD5 to do about 62 crypts a CPU second.
The
.Ar key
is divided into groups of 8 characters (the last group is null-padded)
-and the low-order 7 bits of each each character (56 bits per group) are
+and the low-order 7 bits of each character (56 bits per group) are
used to form the
.Tn DES
key as follows:
diff --git a/lib/libtacplus/libtacplus.3 b/lib/libtacplus/libtacplus.3
index c960771..ca83a8e 100644
--- a/lib/libtacplus/libtacplus.3
+++ b/lib/libtacplus/libtacplus.3
@@ -154,7 +154,7 @@ The
.Va type ,
and
.Va service
-arguments must be be set to appropriate values as defined in the
+arguments must be set to appropriate values as defined in the
TACACS+ protocol specification. The
.Aq taclib.h
header file contains symbolic constants for these values.
OpenPOWER on IntegriCloud