From 0384fe5d596f42388f8b84d42959d899f29388ab Mon Sep 17 00:00:00 2001 From: Tomas Vanek Date: Tue, 4 Apr 2023 13:03:59 +0200 Subject: [PATCH] doc: drop "resume will wait 5 seconds" Checkpatch-ignore: GIT_COMMIT_ID Waiting for running state was removed from handle_resume_command() in commit a92d27afb073 ("very long and bad structured commit msg without anything relevant to resume") around year 2008. Update the doc accordingly. Silent checkpatch or we have to copy 10 or more lines of the old commit msg. Signed-off-by: Tomas Vanek Change-Id: I3296cb2c29cf80aeed63eddd8fbf352edec778c1 Reviewed-on: https://review.openocd.org/c/openocd/+/7579 Tested-by: jenkins Reviewed-by: Antonio Borneo --- doc/openocd.texi | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/openocd.texi b/doc/openocd.texi index 67661845d0..fe72cf5fac 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -8780,7 +8780,6 @@ power consumption (because the CPU is needlessly clocked). @deffn {Command} {resume} [address] Resume the target at its current code position, or the optional @var{address} if it is provided. -OpenOCD will wait 5 seconds for the target to resume. @end deffn @deffn {Command} {step} [address] -- 2.30.2