This is an automated email from Gerrit. "Tomas Vanek <van...@fbl.cz>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7579
-- gerrit commit 4702733653509f716b6fd454a925a5e32e4b7697 Author: Tomas Vanek <van...@fbl.cz> Date: Tue Apr 4 13:03:59 2023 +0200 doc: drop "resume will wait 5 seconds" Waiting for running state was removed from handle_resume_command() in commit a92d27afb073 ("too long msg") around year 2008. Update the doc accordingly. Silent checkpatch or we have to copy 10 or more lines of the old commit msg. Checkpatch-ignore: GIT_COMMIT_ID Signed-off-by: Tomas Vanek <van...@fbl.cz> Change-Id: I3296cb2c29cf80aeed63eddd8fbf352edec778c1 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] --