File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
doc/readthedocs/debugger/commands/data Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Examining Targets (`target`)
88
99Show information about a *target-name *.
1010
11- *target-name * be the name of a target or it can be a variable like `@ `
11+ *target-name * is the name of a target or it can be a variable like `@ `
1212(the current target) or `< ` (first dependency). If *target-name * is
1313omitted use the current target.
1414
@@ -37,7 +37,7 @@ The following attributes names can be given after a target name:
3737 - invalid, an error of some sort occurred
3838* time: last modification time and whether file has been updated. If
3939 the target is not up to date you will see the message "File is very
40- old." If a target is "phony", i.e. doesn't have file associated
40+ old." If a target is "phony", i.e. doesn't have a file associated
4141 with it, the message "File does not exist." will appear instead of
4242 the time. In some cases you may see "Modification time never
4343 checked."
You can’t perform that action at this time.
0 commit comments