diff options
author | deraadt <> | 1996-12-10 09:06:11 +0000 |
---|---|---|
committer | deraadt <> | 1996-12-10 09:06:11 +0000 |
commit | e038d4ea1953cdde7399cab0b160f17db5e752c3 (patch) | |
tree | 836161128ef2aafbd27b68bc0215804637f358d7 | |
parent | f65cadf74189693349862fc2f3bbbc571fa90cdb (diff) | |
download | openbsd-e038d4ea1953cdde7399cab0b160f17db5e752c3.tar.gz openbsd-e038d4ea1953cdde7399cab0b160f17db5e752c3.tar.bz2 openbsd-e038d4ea1953cdde7399cab0b160f17db5e752c3.zip |
"the the" purge
-rw-r--r-- | src/lib/libc/crypt/crypt.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/stdlib/calloc.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/string/memcmp.3 | 4 |
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 | |||
67 | string, typically a user's typed password. | 67 | string, typically a user's typed password. |
68 | The second is in one of two forms: | 68 | The second is in one of two forms: |
69 | if it begins with an underscore (``_'') then an extended format is used | 69 | if it begins with an underscore (``_'') then an extended format is used |
70 | in interpreting both the the key and the setting, as outlined below. | 70 | in interpreting both the key and the setting, as outlined below. |
71 | .Ss Extended crypt: | 71 | .Ss Extended crypt: |
72 | .Pp | 72 | .Pp |
73 | The | 73 | The |
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. | |||
57 | The | 57 | The |
58 | .Fn calloc | 58 | .Fn calloc |
59 | function returns | 59 | function returns |
60 | a pointer to the | 60 | a pointer to |
61 | the allocated space if successful; otherwise a null pointer is returned. | 61 | the 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. | |||
60 | The | 60 | The |
61 | .Fn memcmp | 61 | .Fn memcmp |
62 | function | 62 | function |
63 | returns zero if the the two strings are identical, | 63 | returns zero if the two strings are identical, |
64 | otherwise returns the difference between the first two differing bytes | 64 | otherwise 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 |