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.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strdup.3 b/src/lib/libc/string/strdup.3
index 59b77f7a16..a434312c42 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.12 2003/06/02 20:18:38 millert Exp $ 1.\" $OpenBSD: strdup.3,v 1.13 2005/02/25 03:12:44 cloder 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.
@@ -54,7 +54,7 @@ is returned.
54.Sh EXAMPLES 54.Sh EXAMPLES
55The following will point 55The following will point
56.Va p 56.Va p
57to an allocated area of memory containing the null-terminated string 57to an allocated area of memory containing the NUL-terminated string
58.Qq foobar : 58.Qq foobar :
59.Bd -literal -offset indent 59.Bd -literal -offset indent
60char *p; 60char *p;