From fdbbfbb4322020a4f32290319172bd14e24e75b7 Mon Sep 17 00:00:00 2001 From: stefanct Date: Fri, 13 Sep 2013 19:19:25 +0000 Subject: Remove exit call from sys_physmap_*. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All callers are prepared to handle error if ERROR_PTR is returned. The Manpage mentioning the respective return code is readapted. Signed-off-by: Niklas Söderlund Acked-by: Stefan Tauner git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1744 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- flashrom.8.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'flashrom.8.tmpl') diff --git a/flashrom.8.tmpl b/flashrom.8.tmpl index 5ede423..9f8af03 100644 --- a/flashrom.8.tmpl +++ b/flashrom.8.tmpl @@ -857,8 +857,7 @@ backuplog.txt, writelog.txt and restorelog.txt. See section .B BUGS for contact info. .SH EXIT STATUS -flashrom exits with 0 on success, 1 on most failures but with 2 if /dev/mem -(/dev/xsvc on Solaris) can not be opened and with 3 if a call to mmap() fails. +flashrom exits with 0 on success, 1 on most failures but with 3 if a call to mmap() fails. .SH REQUIREMENTS flashrom needs different access permissions for different programmers. .sp -- cgit v1.2.1