mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
doc: fix a couple of syntax errors
Fix syntax errors that prevented the documentation from being buildable. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
ebfdbfc355
commit
7e46f6f7ab
1 changed files with 2 additions and 2 deletions
|
|
@ -747,7 +747,7 @@ to the output dependency list generated by the \c{-M} options (see
|
|||
\k{opt-M}), and evaluates to the unchanged string.
|
||||
|
||||
This is the function equivalent of the \c{%depend} directive, see
|
||||
\S{depend}.
|
||||
\k{depend}.
|
||||
|
||||
See also the \c{%pathsearch()} function (\k{f_pathsearch}).
|
||||
|
||||
|
|
@ -909,7 +909,7 @@ searches for a file with that name in the include path, then expands
|
|||
to the pathname located, if found, otherwise to the unmodified string.
|
||||
|
||||
This is the function equivalent of the \c{%pathsearch} directive, see
|
||||
\S{pathsearch}.
|
||||
\k{pathsearch}.
|
||||
|
||||
See also the \c{%depend()} function (\k{f_depend}).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue