aboutsummaryrefslogtreecommitdiff
path: root/lib/libelf
diff options
context:
space:
mode:
authorKai Wang <kaiw@FreeBSD.org>2010-07-21 13:23:07 +0000
committerKai Wang <kaiw@FreeBSD.org>2010-07-21 13:23:07 +0000
commit080610736514c288315ee898245221b645dd94fe (patch)
tree99a87ed299f3c5c51f9b0d27300c90eba0cb6233 /lib/libelf
parent52d63629e67d6565c025f094517c00b2f6a0be05 (diff)
downloadsrc-080610736514c288315ee898245221b645dd94fe.tar.gz
src-080610736514c288315ee898245221b645dd94fe.zip
Add a cross-reference to `elf_rawfile(3)`.
Obtained from: elftoolchain MFC after: 1 month
Notes
Notes: svn path=/head/; revision=210352
Diffstat (limited to 'lib/libelf')
-rw-r--r--lib/libelf/elf_getdata.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libelf/elf_getdata.3 b/lib/libelf/elf_getdata.3
index 565c77c8a02f..6a5ef39ed204 100644
--- a/lib/libelf/elf_getdata.3
+++ b/lib/libelf/elf_getdata.3
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2006,2008 Joseph Koshy. All rights reserved.
+.\" Copyright (c) 2006,2008,2010 Joseph Koshy. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -23,7 +23,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 26, 2006
+.Dd April 30, 2010
.Dt ELF_GETDATA 3
.Os
.Sh NAME
@@ -193,6 +193,7 @@ An out of memory condition was detected.
.Xr elf_getscn 3 ,
.Xr elf_getshdr 3 ,
.Xr elf_newscn 3 ,
+.Xr elf_rawfile 3 ,
.Xr elf_update 3 ,
.Xr elf_version 3 ,
.Xr gelf 3