summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorderaadt <>1996-12-10 09:06:11 +0000
committerderaadt <>1996-12-10 09:06:11 +0000
commite038d4ea1953cdde7399cab0b160f17db5e752c3 (patch)
tree836161128ef2aafbd27b68bc0215804637f358d7
parentf65cadf74189693349862fc2f3bbbc571fa90cdb (diff)
downloadopenbsd-e038d4ea1953cdde7399cab0b160f17db5e752c3.tar.gz
openbsd-e038d4ea1953cdde7399cab0b160f17db5e752c3.tar.bz2
openbsd-e038d4ea1953cdde7399cab0b160f17db5e752c3.zip
"the the" purge
-rw-r--r--src/lib/libc/crypt/crypt.34
-rw-r--r--src/lib/libc/stdlib/calloc.34
-rw-r--r--src/lib/libc/string/memcmp.34
3 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libc/crypt/crypt.3 b/src/lib/libc/crypt/crypt.3
index f58c09963a..65750c94bb 100644
--- a/src/lib/libc/crypt/crypt.3
+++ b/src/lib/libc/crypt/crypt.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: crypt.3,v 1.4 1996/11/01 03:45:28 deraadt Exp $ 1.\" $OpenBSD: crypt.3,v 1.5 1996/12/10 09:06:09 deraadt Exp $
2.\" 2.\"
3.\" FreeSec: libcrypt 3.\" FreeSec: libcrypt
4.\" 4.\"
@@ -67,7 +67,7 @@ is a
67string, typically a user's typed password. 67string, typically a user's typed password.
68The second is in one of two forms: 68The second is in one of two forms:
69if it begins with an underscore (``_'') then an extended format is used 69if it begins with an underscore (``_'') then an extended format is used
70in interpreting both the the key and the setting, as outlined below. 70in interpreting both the key and the setting, as outlined below.
71.Ss Extended crypt: 71.Ss Extended crypt:
72.Pp 72.Pp
73The 73The
diff --git a/src/lib/libc/stdlib/calloc.3 b/src/lib/libc/stdlib/calloc.3
index 4b32c2e9dc..13a912169c 100644
--- a/src/lib/libc/stdlib/calloc.3
+++ b/src/lib/libc/stdlib/calloc.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: calloc.3,v 1.2 1996/08/19 08:33:26 tholo Exp $ 36.\" $OpenBSD: calloc.3,v 1.3 1996/12/10 09:06:10 deraadt Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd June 29, 1991
39.Dt CALLOC 3 39.Dt CALLOC 3
@@ -57,7 +57,7 @@ The space is initialized to all bits zero.
57The 57The
58.Fn calloc 58.Fn calloc
59function returns 59function returns
60a pointer to the 60a pointer to
61the allocated space if successful; otherwise a null pointer is returned. 61the allocated space if successful; otherwise a null pointer is returned.
62.Sh SEE ALSO 62.Sh SEE ALSO
63.Xr malloc 3 , 63.Xr malloc 3 ,
diff --git a/src/lib/libc/string/memcmp.3 b/src/lib/libc/string/memcmp.3
index dfc63877b7..34c5f60861 100644
--- a/src/lib/libc/string/memcmp.3
+++ b/src/lib/libc/string/memcmp.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: memcmp.3,v 1.2 1996/08/19 08:34:05 tholo Exp $ 36.\" $OpenBSD: memcmp.3,v 1.3 1996/12/10 09:06:11 deraadt Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd June 29, 1991
39.Dt MEMCMP 3 39.Dt MEMCMP 3
@@ -60,7 +60,7 @@ bytes long.
60The 60The
61.Fn memcmp 61.Fn memcmp
62function 62function
63returns zero if the the two strings are identical, 63returns zero if the two strings are identical,
64otherwise returns the difference between the first two differing bytes 64otherwise returns the difference between the first two differing bytes
65(treated as unsigned char values, so that 65(treated as unsigned char values, so that
66.Sq Li \e200 66.Sq Li \e200