diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/libunwind-ptrace.man | 18 | ||||
-rw-r--r-- | doc/unw_getcontext.man | 7 | ||||
-rw-r--r-- | doc/unw_is_fpreg.man | 7 |
3 files changed, 25 insertions, 7 deletions
diff --git a/doc/libunwind-ptrace.man b/doc/libunwind-ptrace.man index db82396c..d579a593 100644 --- a/doc/libunwind-ptrace.man +++ b/doc/libunwind-ptrace.man @@ -1,5 +1,5 @@ '\" t -.\" Manual page created with latex2man on Mon Mar 31 14:18:02 PST 2003 +.\" Manual page created with latex2man on Tue Jan 20 16:47:43 PST 2004 .\" NOTE: This file is generated, DO NOT EDIT. .de Vb .ft CW @@ -10,7 +10,7 @@ .fi .. -.TH "LIBUNWIND\-PTRACE" "3" "31 March 2003" "Programming Library " "Programming Library " +.TH "LIBUNWIND\-PTRACE" "3" "20 January 2004" "Programming Library " "Programming Library " .SH NAME libunwind\-ptrace \-\- ptrace() support in libunwind @@ -18,7 +18,7 @@ libunwind\-ptrace .SH SYNOPSIS .PP -#include <libunwind.h> +#include <libunwind\-ptrace.h> .br .PP unw_accessors_t @@ -190,6 +190,18 @@ for any reason. For the current implementation, the only reason this call may fail is when the system is out of memory. .PP +.SH FILES + +.PP +.TP +libunwind\-ptrace.h + Headerfile to include when using the +interface defined by this library. +.TP +\fB\-l\fPunwind\-ptrace \fB\-l\fPunwind\-generic + Linker\-switches to add when building a program that uses the +functions defined by this library. +.PP .SH SEE ALSO .PP diff --git a/doc/unw_getcontext.man b/doc/unw_getcontext.man index a44d7d0f..3ec0bf41 100644 --- a/doc/unw_getcontext.man +++ b/doc/unw_getcontext.man @@ -1,5 +1,5 @@ '\" t -.\" Manual page created with latex2man on Mon Mar 31 14:25:06 PST 2003 +.\" Manual page created with latex2man on Tue Jan 20 16:44:37 PST 2004 .\" NOTE: This file is generated, DO NOT EDIT. .de Vb .ft CW @@ -10,7 +10,7 @@ .fi .. -.TH "UNW\\_GETCONTEXT" "3" "31 March 2003" "Programming Library " "Programming Library " +.TH "UNW\\_GETCONTEXT" "3" "20 January 2004" "Programming Library " "Programming Library " .SH NAME unw_getcontext \-\- get initial machine\-state @@ -38,6 +38,9 @@ platform\-specific, but, in general, at least all preserved (``callee\-saved\&'') and all frame\-related registers, such as the stack\-pointer, will be stored. .PP +This routine is normally implemented as a macro and applications +should not attempt to take its address. +.PP .SH RETURN VALUE .PP diff --git a/doc/unw_is_fpreg.man b/doc/unw_is_fpreg.man index af0c4ca5..382e79bf 100644 --- a/doc/unw_is_fpreg.man +++ b/doc/unw_is_fpreg.man @@ -1,5 +1,5 @@ '\" t -.\" Manual page created with latex2man on Mon Mar 31 14:25:06 PST 2003 +.\" Manual page created with latex2man on Tue Jan 20 16:44:37 PST 2004 .\" NOTE: This file is generated, DO NOT EDIT. .de Vb .ft CW @@ -10,7 +10,7 @@ .fi .. -.TH "UNW\\_IS\\_FPREG" "3" "31 March 2003" "Programming Library " "Programming Library " +.TH "UNW\\_IS\\_FPREG" "3" "20 January 2004" "Programming Library " "Programming Library " .SH NAME unw_is_fpreg \-\- check if a register is a floating\-point register @@ -34,6 +34,9 @@ routine checks whether register number reg is a floating\-point register. .PP +This routine is normally implemented as a macro and applications +should not attempt to take its address. +.PP .SH RETURN VALUE .PP |