Skip to content

Commit e8e56f3

Browse files
committed
Go over docs
1 parent c908e16 commit e8e56f3

File tree

8 files changed

+6
-13
lines changed

8 files changed

+6
-13
lines changed

docs/commands.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Trepan Command Reference
2-
************************
1+
Command Reference
2+
*****************
33

44
Following *gdb*, we classify commands into categories. Note though
5-
that some commands, like `quit`, and `restart`, are in different categories
6-
and some categories are new, like `set`, `show`, and `info`.
5+
that some commands, like `quit <quit>`_, and `restart <restart>`_, are in different categories
6+
and some categories are new, like `set <set>`_, `show <show>`_, and `info <info>`_.
77

88
.. toctree::
99
:maxdepth: 1

docs/commands/running/continue.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.. index:: continue
2-
.. _continue:
32

43
Continue
54
--------

docs/commands/running/exit.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.. index:: exit
2-
.. _exit:
32

43
Exit
54
----

docs/commands/running/kill.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.. index:: kill
2-
.. _kill:
32

43
Kill
54
----
@@ -17,8 +16,8 @@ handle them can be sent.
1716
Giving a negative number is the same as using its
1817
positive value.
1918

20-
Examples:
21-
+++++++++
19+
Kill Examples:
20+
++++++++++++++
2221

2322
::
2423

docs/commands/running/quit.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.. index:: quit
2-
.. _quit:
32

43
Quit
54
----

docs/commands/running/restart.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.. index:: restart
2-
.. _restart:
32

43
Restart
54
-------

docs/commands/running/run.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.. index:: run
2-
.. _run:
32

43
Run
54
---

docs/commands/running/skip.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.. index:: skip
2-
.. _skip:
32

43
Skip
54
----

0 commit comments

Comments
 (0)