summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/elftoolchain/libelf/elf_version.3
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/elftoolchain/libelf/elf_version.3')
-rw-r--r--rtemstoolkit/elftoolchain/libelf/elf_version.36
1 files changed, 3 insertions, 3 deletions
diff --git a/rtemstoolkit/elftoolchain/libelf/elf_version.3 b/rtemstoolkit/elftoolchain/libelf/elf_version.3
index 3c5e01a..b09fb47 100644
--- a/rtemstoolkit/elftoolchain/libelf/elf_version.3
+++ b/rtemstoolkit/elftoolchain/libelf/elf_version.3
@@ -21,9 +21,9 @@
.\" out of the use of this software, even if advised of the possibility of
.\" such damage.
.\"
-.\" $Id$
+.\" $Id: elf_version.3 2123 2011-11-09 15:40:09Z jkoshy $
.\"
-.Dd June 1, 2006
+.Dd November 9, 2011
.Os
.Dt ELF_VERSION 3
.Sh NAME
@@ -80,7 +80,7 @@ operating version and check for an error using the following code
snippet:
.Bd -literal -offset indent
if (elf_version(EV_CURRENT) == EV_NONE)
- err(EX_SOFTWARE, "ELF library too old");
+ err(EXIT_FAILURE, "ELF library too old");
.Ed
.Sh ERRORS
Function