Browse Source

commas

OPENBSD_2_4
pjanzen 26 years ago
parent
commit
4049e8158f
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/lib/libc/string/strdup.3

+ 4
- 4
src/lib/libc/string/strdup.3 View File

@ -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 .\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -57,9 +57,9 @@ argument to the function
.Pp .Pp
If insufficient memory is available, NULL is returned. If insufficient memory is available, NULL is returned.
.Sh SEE ALSO .Sh SEE ALSO
.Xr free 3
.Xr malloc 3
.Xr strcpy 3
.Xr free 3 ,
.Xr malloc 3 ,
.Xr strcpy 3 ,
.Xr strlen 3 .Xr strlen 3
.Sh HISTORY .Sh HISTORY
The The


Loading…
Cancel
Save