summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-02-05 22:29:04 +0100
committer Willy Sudiarto Raharjo2022-02-09 03:35:09 +0100
commitfbe6e43a6dfbba92b86ce24f06c39b6d8106f71b (patch)
tree40a8c7f366bc9ebb9733d372342398a80ffad65b
parent921ef1a850918ea02b421b0a07be79f6f37c3923 (diff)
downloadslackbuilds-fbe6e43a6dfbba92b86ce24f06c39b6d8106f71b.tar.gz
system/edid-decode: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/edid-decode/README18
1 files changed, 9 insertions, 9 deletions
diff --git a/system/edid-decode/README b/system/edid-decode/README
index 71d34939f1..93ab5deae3 100644
--- a/system/edid-decode/README
+++ b/system/edid-decode/README
@@ -4,14 +4,14 @@ edid-decode decodes EDID monitor description data in human-readable
format. Input may be raw binary files or ASCII text in various formats
(see man page).
-EDID data may be read with get-edid (from the read-edid build) or from
-the /sys filesystem, e.g. /sys/class/drm/card0-HDMI-A-1/edid (the filename
-may vary on your system).
+EDID data may be read with get-edid (from the read-edid build) or
+from the /sys filesystem, e.g. /sys/class/drm/card0-HDMI-A-1/edid (the
+filename may vary on your system).
-Also, sample EDID data from various displays is included in the package.
-See "/usr/doc/edid-decode-$VERSION/data/".
+Also, sample EDID data from various displays is included in the
+package. See "/usr/doc/edid-decode-$VERSION/data/".
-edid-decode does the same job as the parse-edid command from the read-edid
-build, but edid-decode shows more detailed info than parse-edid. Also,
-edid-decode is still under development as of December 2018, while
-read-edid was last updated in April 2015.
+edid-decode does the same job as the parse-edid command from the
+read-edid build, but edid-decode shows more detailed info than
+parse-edid. Also, edid-decode is still under development as of
+December 2020, while read-edid was last updated in April 2015.