Skip to content

Commit 3587764

Browse files
Fix typo/formatting in kbd role in documentation
1 parent 61f2221 commit 3587764

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/hacking/using-docker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ A complete rebuild of the NAV code can be initiated by::
135135
Rebuilding the containers
136136
~~~~~~~~~~~~~~~~~~~~~~~~~
137137

138-
Running :kdb:`docker compose up` will normally build the container images,
138+
Running :kbd:`docker compose up` will normally build the container images,
139139
before starting them, if they don't exist already. However, if the image
140140
definitions have changed (e.g. when you are switching between development
141141
branches or changed the :file:`Dockerfile` definitions, or any of the files

doc/howto/commandline-utilities.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ processes and cron jobs, regardless of whether you are running under SysV init
1717
system, systemd or other process control systems.
1818

1919
If NAV doesn't appear to be doing anything, the first order of business is
20-
checking the state of its background processes with the command :kbd:`nav
21-
status`
20+
checking the state of its background processes with the command
21+
:kbd:`nav status`
2222

2323

2424
Usage

0 commit comments

Comments
 (0)