diff options
author | Jani Nikula <jani.nikula@intel.com> | 2017-01-24 16:24:59 +0200 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2017-01-31 16:30:00 +0200 |
commit | f609d1879355bae7747584a91b4b12e8dc502aef (patch) | |
tree | 56e5c44a2f0347b8622ea8371fea7b8d6f9ef7ac /man | |
parent | 44023a2d8bddbbc6e89f05b69ab4f1a6a0079b7d (diff) |
tools: rename intel_bios_reader to intel_vbt_decode
After all these years intel_bios_reader and intel_bios_dumper still
manage to confuse me. Read or dump, which one decodes. Rename
intel_bios_reader to intel_vbt_decode to be in line with the naming of
all the other tools (particularly the closely related
intel_opregion_decode tool) that decode previously gathered or dumped
information.
Acked-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Acked-by: Petri Latvala <petri.latvala@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 4 | ||||
-rw-r--r-- | man/intel_bios_dumper.rst | 2 | ||||
-rw-r--r-- | man/intel_vbt_decode.rst (renamed from man/intel_bios_reader.rst) | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index e40e2e93..0098fa45 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -3,7 +3,6 @@ appman_RST = \ intel_aubdump.rst \ intel_audio_dump.rst \ intel_bios_dumper.rst \ - intel_bios_reader.rst \ intel_error_decode.rst \ intel_gpu_frequency.rst \ intel_gpu_top.rst \ @@ -16,7 +15,8 @@ appman_RST = \ intel_upload_blit_large.rst \ intel_upload_blit_large_gtt.rst \ intel_upload_blit_large_map.rst \ - intel_upload_blit_small.rst + intel_upload_blit_small.rst \ + intel_vbt_decode.rst if HAVE_RST2MAN appman_DATA = $(appman_RST:rst=$(APP_MAN_SUFFIX)) diff --git a/man/intel_bios_dumper.rst b/man/intel_bios_dumper.rst index 89e0001a..b271b9b1 100644 --- a/man/intel_bios_dumper.rst +++ b/man/intel_bios_dumper.rst @@ -33,4 +33,4 @@ Report bugs to https://bugs.freedesktop.org. SEE ALSO ======== -**intel_bios_reader(1)** +**intel_vbt_decode(1)** diff --git a/man/intel_bios_reader.rst b/man/intel_vbt_decode.rst index 0e935904..a8d36d50 100644 --- a/man/intel_bios_reader.rst +++ b/man/intel_vbt_decode.rst @@ -1,6 +1,6 @@ -================= -intel_bios_reader -================= +================ +intel_vbt_decode +================ ----------------------------- Intel Video BIOS Table parser @@ -16,12 +16,12 @@ Intel Video BIOS Table parser SYNOPSIS ======== -**intel_bios_reader** [*OPTIONS*] +**intel_vbt_decode** [*OPTIONS*] DESCRIPTION =========== -**intel_bios_reader** is a tool to parse the Intel Video BIOS Tables (VBT) and +**intel_vbt_decode** is a tool to parse the Intel Video BIOS Tables (VBT) and present the information in a human readable format. The preferred ways of getting the binary VBT to parse are: |