summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-12-10 09:05:56 +0000
committerderaadt <deraadt@openbsd.org>1996-12-10 09:05:56 +0000
commit92623de05d2104eb8757ff4628643319e4411223 (patch)
treedaa10e63df409aac5720793d748cbf7868f9ac4b /lib/libc/stdlib
parentcrank SO_SNDBUF if needed, kml@nas.nasa.gov (diff)
downloadwireguard-openbsd-92623de05d2104eb8757ff4628643319e4411223.tar.xz
wireguard-openbsd-92623de05d2104eb8757ff4628643319e4411223.zip
"the the" purge
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/calloc.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/calloc.3 b/lib/libc/stdlib/calloc.3
index 4b32c2e9dcf..13a912169c6 100644
--- a/lib/libc/stdlib/calloc.3
+++ b/lib/libc/stdlib/calloc.3
@@ -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 ,