summaryrefslogtreecommitdiff
path: root/docs/contributing/documentation.rst
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2019-11-24 21:26:34 +0100
committerRobert Göhler <github@ghlr.de>2019-11-24 21:26:34 +0100
commit0c19693d3dc4cd69ba48738155855fed3d1ff5af (patch)
treeef74eed862b69e6c6c21c15c2dd66a10b4ef84d2 /docs/contributing/documentation.rst
parent343be1b94099f0906006f11428eb9bb5d89f3bda (diff)
downloadvyos-documentation-0c19693d3dc4cd69ba48738155855fed3d1ff5af.tar.gz
vyos-documentation-0c19693d3dc4cd69ba48738155855fed3d1ff5af.zip
Style: change .. cfcmd:: to ..cfgcmd::
Diffstat (limited to 'docs/contributing/documentation.rst')
-rw-r--r--docs/contributing/documentation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing/documentation.rst b/docs/contributing/documentation.rst
index 3f088455..469579d8 100644
--- a/docs/contributing/documentation.rst
+++ b/docs/contributing/documentation.rst
@@ -105,7 +105,7 @@ Please don't use other public address space.
Specific Sphinx-doc Markup
^^^^^^^^^^^^^^^^^^^^^^^^^^
-When documenting CLI commands use the ``.. cfcmd::`` directive for
+When documenting CLI commands use the ``.. cfgcmd::`` directive for
the configuration mode and the ``.. opcmd::`` directive for operational mode
commands.
Under the command a short exlaination should be provide.