OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man3 / asprintf.3
index d4790fe..b62cc9d 100644 (file)
@@ -24,7 +24,7 @@
 .\"
 .\" Text fragments inspired by Martin Schulze <joey@infodrom.org>.
 .\"
-.TH ASPRINTF 3 2001-12-18 "GNU" "Linux Programmer's Manual"
+.TH ASPRINTF 3 2013-06-21 "GNU" "Linux Programmer's Manual"
 .SH NAME
 asprintf, vasprintf \- print to allocated string
 .SH SYNOPSIS
@@ -45,7 +45,7 @@ are analogs of
 and
 .BR vsprintf (3),
 except that they allocate a string large enough to hold the output
-including the terminating null byte,
+including the terminating null byte (\(aq\\0\(aq),
 and return a pointer to it via the first argument.
 This pointer should be passed to
 .BR free (3)
@@ -68,3 +68,12 @@ to NULL on error.
 .BR free (3),
 .BR malloc (3),
 .BR printf (3)
+.SH COLOPHON
+This page is part of release 3.68 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.