Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 2010 13:23:07 +0000 (UTC)
From:      Kai Wang <kaiw@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210352 - head/lib/libelf
Message-ID:  <201007211323.o6LDN7uq029352@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007211323.o6LDN7uq029352>