Skip to content

Commit cee46e6

Browse files
committed
doc: Clean up undefined anchor links
Signed-off-by: Eugene Loh <eugene.loh@oracle.com> Reviewed-by: Elena Zannoni <elena.zannoni@oracle.com>
1 parent 5709ab7 commit cee46e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/userguide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- [Install DTrace on Oracle Linux 9](how-to/dtrace-howto-install-dtrace.md#install_dtrace_oracle_linux_9)
88
- [Install DTrace on Oracle Linux 8](how-to/dtrace-howto-install-dtrace.md#install_dtrace_oracle_linux_8)
99
- [Install DTrace on Oracle Linux 7](how-to/dtrace-howto-install-dtrace.md#install_dtrace_oracle_linux_7)
10-
- [Verify the DTrace Installation](how-to/dtrace-howto-install-_dtrace.md#verify_install)
10+
- [Verify the DTrace Installation](how-to/dtrace-howto-install-dtrace.md#verify_install)
1111
- [List and Enable Probes](how-to/dtrace-howto-list-and-enable-probes.md#list_enable_probes)
1212
- [Create a DTrace Script](how-to/dtrace-howto-create-a-dtrace-script.md#dt_create_script)
1313
- [Use Predicates For Control Flow](how-to/dtrace-howto-use-predicates.md#dt_preds_dlang)

doc/userguide/reference/dtrace_builtin_variable_reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Macro arguments
3131

3232
</td><td>
3333

34-
See [Macro Arguments](dtrace_builtin_variable_reference.md#macro_arguments)
34+
See [Macro Arguments](dtrace_builtin_variable_reference.md#dt_macroa_scrpt)
3535

3636
</td></tr><tr><td>
3737

@@ -127,7 +127,7 @@ Target process ID
127127

128128
</td><td>
129129

130-
See [Target Process ID](dtrace_builtin_variable_reference.md#target_process)
130+
See [Target Process ID](dtrace_builtin_variable_reference.md#targ_proc_id)
131131
</td></tr><tr><td>
132132

133133
`$uid`
@@ -231,7 +231,7 @@ regardless of whether they're referenced by using the `$arg` or `$$arg` form of
231231
If the `defaultargs` option is set,
232232
unspecified arguments that are referenced with the `$$arg` form have the value of the empty string \(`""`\).
233233

234-
### Target Process ID
234+
### Target Process ID <a id="targ_proc_id">
235235

236236
Use the `$target` macro variable to create scripts to be applied to the user process of interest that you specify with the `-p` option or that you create by using the `dtrace` command with the `-c` option. The D programs that you specify on the command line or by using the `-s` option are compiled after processes are created or grabbed, and the `$target` variable expands to the integer process ID of the first such process.
237237

0 commit comments

Comments
 (0)