summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpjanzen <>1998-08-19 05:51:14 +0000
committerpjanzen <>1998-08-19 05:51:14 +0000
commitfe77f4fa52d4821a35fe27394164d30bc16db1b0 (patch)
treeedec051ca8c07dcd212fbda46eccd00a76b30c24 /src
parent52dd1957a7eb7170023ae5f987f40b186406bd4b (diff)
downloadopenbsd-fe77f4fa52d4821a35fe27394164d30bc16db1b0.tar.gz
openbsd-fe77f4fa52d4821a35fe27394164d30bc16db1b0.tar.bz2
openbsd-fe77f4fa52d4821a35fe27394164d30bc16db1b0.zip
commas
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/string/strdup.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/string/strdup.3 b/src/lib/libc/string/strdup.3
index 77bbb5a21b..6abbba57cb 100644
--- a/src/lib/libc/string/strdup.3
+++ b/src/lib/libc/string/strdup.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strdup.3,v 1.5 1998/06/15 17:55:12 mickey Exp $ 1.\" $OpenBSD: strdup.3,v 1.6 1998/08/19 05:51:14 pjanzen Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991, 1993 3.\" Copyright (c) 1990, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -57,9 +57,9 @@ argument to the function
57.Pp 57.Pp
58If insufficient memory is available, NULL is returned. 58If insufficient memory is available, NULL is returned.
59.Sh SEE ALSO 59.Sh SEE ALSO
60.Xr free 3 60.Xr free 3 ,
61.Xr malloc 3 61.Xr malloc 3 ,
62.Xr strcpy 3 62.Xr strcpy 3 ,
63.Xr strlen 3 63.Xr strlen 3
64.Sh HISTORY 64.Sh HISTORY
65The 65The