X-Git-Url: http://git.6dev.net/?p=elfdbg%2F.git;a=blobdiff_plain;f=elfdbg.1;h=5f5f98d1b20e38455d9e2a41fc023d028bf9bf05;hp=6ad6bd26ad964bcebded648624b067e21e9ac14c;hb=6c66a1df365f48cc94021908e16df4dc4ca08481;hpb=3131de8be6acad82b9df53f8ffaa3c4db8146f4e diff --git a/elfdbg.1 b/elfdbg.1 index 6ad6bd2..5f5f98d 100644 --- a/elfdbg.1 +++ b/elfdbg.1 @@ -30,17 +30,20 @@ .Nd analyze if binary is compiled with debug sections .Sh SYNOPSIS .Nm -.Op Ar file +.Ar [-qv] file .Sh DESCRIPTION The .Nm -utility reports if a binary is compiled with debug sections, commonly -known as -.Ar -g +utility reports if a binary is compiled with debug sections commonly generated +with the +.Ar -g compiler toolchain flag. + +The program lookup for the sections name starting with +.Ar .debug_ +in order to determine if he has debug information. .Sh SEE ALSO -.Xr elf 3 , -.Xr gelf 3 +.Xr elf 5 .Sh AUTHORS .An -nosplit The