diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2008-02-10 14:42:17 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2008-02-10 14:42:17 +0000 |
| commit | 67cc202d813a7f0189cdb3e4ea2e9c88b0d95605 (patch) | |
| tree | 27558bd354e6ee382eec5fbd50a116f182c888fd /lib/libelf | |
| parent | d6a16e6740c5033f23ef11d6a0cc86628ea0d6c9 (diff) | |
Notes
Diffstat (limited to 'lib/libelf')
| -rw-r--r-- | lib/libelf/gelf_fsize.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libelf/gelf_fsize.3 b/lib/libelf/gelf_fsize.3 index 45fe7e60b8e3..57180a71ba42 100644 --- a/lib/libelf/gelf_fsize.3 +++ b/lib/libelf/gelf_fsize.3 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2006 Joseph Koshy. All rights reserved. +.\" Copyright (c) 2006,2008 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 July 3, 2006 +.Dd February 5, 2008 .Os .Dt GELF_FSIZE 3 .Sh NAME @@ -40,6 +40,7 @@ .Ft size_t .Fn elf64_fsize "Elf_Type type" "size_t count" "unsigned int version" .In gelf.h +.Ft size_t .Fn gelf_fsize "Elf *elf" "Elf_Type type" "size_t count" "unsigned int version" .Sh DESCRIPTION These functions return the size in bytes of the file representation of |
