mirror of
https://github.com/openocd-org/openocd.git
synced 2025-10-14 19:48:47 +08:00
doc: Fix 'find' and 'ocd_find' usage
Remove the quotation marks as they are used for strings and not parameter names. Change-Id: Ib0629e1465f821f91cd1e837f4ef8c752013b6b7 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/8955 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:

committed by
Antonio Borneo

parent
1afa12005c
commit
06a0b8451f
@@ -1382,11 +1382,11 @@ Read the OpenOCD source code (and Developer's Guide)
|
|||||||
if you have a new kind of hardware interface
|
if you have a new kind of hardware interface
|
||||||
and need to provide a driver for it.
|
and need to provide a driver for it.
|
||||||
|
|
||||||
@deffn {Command} {find} 'filename'
|
@deffn {Command} {find} filename
|
||||||
Prints full path to @var{filename} according to OpenOCD search rules.
|
Prints full path to @var{filename} according to OpenOCD search rules.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {Command} {ocd_find} 'filename'
|
@deffn {Command} {ocd_find} filename
|
||||||
Prints full path to @var{filename} according to OpenOCD search rules. This
|
Prints full path to @var{filename} according to OpenOCD search rules. This
|
||||||
is a low level function used by the @command{find}. Usually you want
|
is a low level function used by the @command{find}. Usually you want
|
||||||
to use @command{find}, instead.
|
to use @command{find}, instead.
|
||||||
|
Reference in New Issue
Block a user