Man page - dhex_markers(5)
Packages contains this manual
Manual
UNTITLED () LOCAL UNTITLED ()
NAME
dhex_markers β marker file for dhex
DESCRIPTION
Bookmarks for dhex (1) are stored in marker files. This manpage describes the format of those marker files.
EXAMPLE
A typical marker file looks like
this:
β#DHEX MARKERSβ
β#VERSION 0β
β#lines are all in hexβ
β#relative positions are =, +, -β
β=0000000000000000β
β=0000000000001000β
β=0000000000002000β
β+0000000000001000β
β+0000000000002000β
β-0000000000001000β
β-0000000000002000β
β=00000005334ffebaβ
β=00000000DEADBEEFβ
β+000000000000BABEβ
OPTIONS
In the example above, the file has two sections: A comment section, and a bookmark section.
Comments
Comments are indicated with a β#β character. Everything afterwards in a line is being ignored when parsing the file
Bookmark section
Bookmarks can be either absolute or relative. Lines with absolute bookmarks are starting with β=β, the relative ones with β+β or β-β. The value is a 64 bit hexadecimal one.
There should always be 10 bookmarks per file.
BUGS
Report bugs to <dettus@dettus.net>. Make sure to include DHEX somewhere in the subject.
AUTHOR
Written by Thomas Dettbarn
SEE ALSO
dhex (1), dhexrc (5), dhex_searchlog (5). Debian May 12, 2012 DHEX_MARKERS (5)