Browse Source

"the the" purge

OPENBSD_2_1
deraadt 27 years ago
parent
commit
038a8d1853
3 changed files with 6 additions and 6 deletions
  1. +2
    -2
      src/lib/libc/crypt/crypt.3
  2. +2
    -2
      src/lib/libc/stdlib/calloc.3
  3. +2
    -2
      src/lib/libc/string/memcmp.3

+ 2
- 2
src/lib/libc/crypt/crypt.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: crypt.3,v 1.4 1996/11/01 03:45:28 deraadt Exp $
.\" $OpenBSD: crypt.3,v 1.5 1996/12/10 09:06:09 deraadt Exp $
.\"
.\" FreeSec: libcrypt
.\"
@ -67,7 +67,7 @@ is a
string, typically a user's typed password.
The second is in one of two forms:
if it begins with an underscore (``_'') then an extended format is used
in interpreting both the the key and the setting, as outlined below.
in interpreting both the key and the setting, as outlined below.
.Ss Extended crypt:
.Pp
The


+ 2
- 2
src/lib/libc/stdlib/calloc.3 View File

@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $OpenBSD: calloc.3,v 1.2 1996/08/19 08:33:26 tholo Exp $
.\" $OpenBSD: calloc.3,v 1.3 1996/12/10 09:06:10 deraadt Exp $
.\"
.Dd June 29, 1991
.Dt CALLOC 3
@ -57,7 +57,7 @@ The space is initialized to all bits zero.
The
.Fn calloc
function returns
a pointer to the
a pointer to
the allocated space if successful; otherwise a null pointer is returned.
.Sh SEE ALSO
.Xr malloc 3 ,


+ 2
- 2
src/lib/libc/string/memcmp.3 View File

@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $OpenBSD: memcmp.3,v 1.2 1996/08/19 08:34:05 tholo Exp $
.\" $OpenBSD: memcmp.3,v 1.3 1996/12/10 09:06:11 deraadt Exp $
.\"
.Dd June 29, 1991
.Dt MEMCMP 3
@ -60,7 +60,7 @@ bytes long.
The
.Fn memcmp
function
returns zero if the the two strings are identical,
returns zero if the two strings are identical,
otherwise returns the difference between the first two differing bytes
(treated as unsigned char values, so that
.Sq Li \e200


Loading…
Cancel
Save