svn commit: r210352 - head/lib/libelf
Kai Wang
kaiw at FreeBSD.org
Wed Jul 21 13:23:08 UTC 2010
Author: kaiw
Date: Wed Jul 21 13:23:07 2010
New Revision: 210352
URL: http://svn.freebsd.org/changeset/base/210352
Log:
Add a cross-reference to `elf_rawfile(3)`.
Obtained from: elftoolchain
MFC after: 1 month
Modified:
head/lib/libelf/elf_getdata.3
Modified: head/lib/libelf/elf_getdata.3
==============================================================================
--- head/lib/libelf/elf_getdata.3 Wed Jul 21 13:18:57 2010 (r210351)
+++ head/lib/libelf/elf_getdata.3 Wed Jul 21 13:23:07 2010 (r210352)
@@ -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
More information about the svn-src-head
mailing list