]> www.infradead.org Git - users/borneoa/openocd-next.git/commitdiff
doc: Fix 'find' and 'ocd_find' usage
authorMarc Schink <dev@zapb.de>
Mon, 16 Jun 2025 08:04:44 +0000 (10:04 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 21 Jun 2025 07:37:34 +0000 (07:37 +0000)
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>
doc/openocd.texi

index ec856757d463cd263d4eedb32de65b7204452a96..df1d8d0beed319c8c5fe75185ca378aac663494d 100644 (file)
@@ -1382,11 +1382,11 @@ Read the OpenOCD source code (and Developer's Guide)
 if you have a new kind of hardware interface
 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.
 @end deffn
 
-@deffn {Command} {ocd_find} 'filename'
+@deffn {Command} {ocd_find} filename
 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
 to use @command{find}, instead.