aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAnssi Hannula <anssi@mandriva.org>2010-01-03 12:11:12 +0000
committerAnssi Hannula <anssi@mandriva.org>2010-01-03 12:11:12 +0000
commitd0c2f736167e9e4f5fde49ce16b89dfa22185d7a (patch)
treeb9664b0e8e64adfad6658ea313fc98d40a8e5a32 /NEWS
parent75dc2ecd455b85e78aaa77212cb33eeb7ffb74bc (diff)
downloadmonitor-edid-d0c2f736167e9e4f5fde49ce16b89dfa22185d7a.tar
monitor-edid-d0c2f736167e9e4f5fde49ce16b89dfa22185d7a.tar.gz
monitor-edid-d0c2f736167e9e4f5fde49ce16b89dfa22185d7a.tar.bz2
monitor-edid-d0c2f736167e9e4f5fde49ce16b89dfa22185d7a.tar.xz
monitor-edid-d0c2f736167e9e4f5fde49ce16b89dfa22185d7a.zip
Fix exit status logic introduced in previous commits.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e777147..c05bd7b 100644
--- a/NEWS
+++ b/NEWS
@@ -8,11 +8,12 @@
o retrieve up to 4 EDID extension blocks
o add --skip-vbe-check for skipping call for VBE info; useful if
calling the program multiple times for different ports
- o on failure, return exit status 2 if no successful VBE calls were made
+ o on failure, return exit status 2 if successful VBE calls were made
o never retry in console mode if the card reports that the port does
not support DDC (usually this means that the port has no display
devices connected)
- o add basic 15 sec timeout, with --no-timeout for disabling it
+ o add basic 15 sec timeout (exit status 3), with --no-timeout for
+ disabling it
- monitor-parse-edid:
o print EDID version and the number of EDID extension blocks