From 77d1ae043e25fdc147b5626f840e6fef5676afdb Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Mon, 26 Mar 2007 16:31:42 +0000 Subject: [PATCH] Document the return type of elf_rand(3) correctly. --- lib/libelf/elf_rand.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libelf/elf_rand.3 b/lib/libelf/elf_rand.3 index f9cac32f3949..46cec6d2895e 100644 --- a/lib/libelf/elf_rand.3 +++ b/lib/libelf/elf_rand.3 @@ -33,7 +33,7 @@ .Lb libelf .Sh SYNOPSIS .In libelf.h -.Ft Elf_Cmd +.Ft off_t .Fn elf_rand "Elf *archive" "off_t offset" .Sh DESCRIPTION The