diff options
Diffstat (limited to 'deps/share/man/man3/elf_clone.3')
| -rw-r--r-- | deps/share/man/man3/elf_clone.3 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/deps/share/man/man3/elf_clone.3 b/deps/share/man/man3/elf_clone.3 new file mode 100644 index 0000000..38ec921 --- /dev/null +++ b/deps/share/man/man3/elf_clone.3 @@ -0,0 +1,14 @@ +.\" Modified Thu Sep 5 2017 by Ben Woodard <[email protected]> +.\" +.TH ELF_CLONE 3 2017-09-05 "Libelf" "Libelf Programmer's Manual" +.SH NAME +elf_clone \- Create a clone of an existing ELF descriptor. +.nf +.SH SYNOPSIS +.B #include <libelf.h> +.sp +.BI "Elf *elf_clone (int " filedes ", Elf_Cmd " cmd ");" +.fi +.SH DESCRIPTION +The +.BR elf_clone () |
