summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strdup.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/string/strdup.3')
-rw-r--r--src/lib/libc/string/strdup.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/strdup.3 b/src/lib/libc/string/strdup.3
index 45a7bd1826..2d7fa0bb96 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.19 2011/12/08 08:06:19 lum Exp $ 1.\" $OpenBSD: strdup.3,v 1.20 2013/06/05 03:39:23 tedu 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.
@@ -29,7 +29,7 @@
29.\" 29.\"
30.\" @(#)strdup.3 8.1 (Berkeley) 6/9/93 30.\" @(#)strdup.3 8.1 (Berkeley) 6/9/93
31.\" 31.\"
32.Dd $Mdocdate: December 8 2011 $ 32.Dd $Mdocdate: June 5 2013 $
33.Dt STRDUP 3 33.Dt STRDUP 3
34.Os 34.Os
35.Sh NAME 35.Sh NAME
@@ -37,7 +37,7 @@
37.Nm strndup 37.Nm strndup
38.Nd save a copy of a string 38.Nd save a copy of a string
39.Sh SYNOPSIS 39.Sh SYNOPSIS
40.Fd #include <string.h> 40.In string.h
41.Ft char * 41.Ft char *
42.Fn strdup "const char *s" 42.Fn strdup "const char *s"
43.Ft char * 43.Ft char *