OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / backtrace.3
index 85ce885..a3abeb3 100644 (file)
@@ -56,7 +56,9 @@ A backtrace is the series of currently active function calls for
 the program.
 Each item in the array pointed to by
 .I buffer
-is of type \fIvoid *\fP, and is the return address from
+is of type
+.IR "void\ *" ,
+and is the return address from
 the corresponding stack frame.
 The
 .I size
@@ -251,3 +253,12 @@ main(int argc, char *argv[])
 .BR ld (1),
 .BR dlopen (3),
 .BR malloc (3)
+.SH COLOPHON
+This page is part of release 3.79 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/.