summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>1998-08-19 05:51:15 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>1998-08-19 05:51:15 +0000
commit5a7f29296287b9604eb3a81a5081d8ec88ce87a8 (patch)
tree8fa71add21047cb9eeae007dc9de8950dc1de962 /lib
parent375cc523215d5f9f41ea2c38aa62e9da332bec27 (diff)
commas
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/string/strdup.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3
index 77bbb5a21b7..6abbba57cb7 100644
--- a/lib/libc/string/strdup.3
+++ b/lib/libc/string/strdup.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strdup.3,v 1.5 1998/06/15 17:55:12 mickey Exp $
+.\" $OpenBSD: strdup.3,v 1.6 1998/08/19 05:51:14 pjanzen Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -57,9 +57,9 @@ argument to the function
.Pp
If insufficient memory is available, NULL is returned.
.Sh SEE ALSO
-.Xr free 3
-.Xr malloc 3
-.Xr strcpy 3
+.Xr free 3 ,
+.Xr malloc 3 ,
+.Xr strcpy 3 ,
.Xr strlen 3
.Sh HISTORY
The