diff options
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/db/man/dbm.3 | 2 | ||||
| -rw-r--r-- | lib/libc/gen/exec.3 | 2 | ||||
| -rw-r--r-- | lib/libc/gen/getbootfile.3 | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/des_crypt.3 | 2 | ||||
| -rw-r--r-- | lib/libc/rpc/rpc_secure.3 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/kqueue.2 | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/db/man/dbm.3 b/lib/libc/db/man/dbm.3 index 64ef4b6ef00d..cb0cb6d7407f 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 5826804d59c2..e8f6403c8fdd 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 cf4e0dbefefb..a2b02443851b 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/rpc/des_crypt.3 b/lib/libc/rpc/des_crypt.3 index 4b65d6d67975..f16e452af597 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 73ca959939e8..3d4d79e37110 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 e2e2e2a03734..7225358e86ab 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 |
