summaryrefslogtreecommitdiff
path: root/docs/ch12-system.rst
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-10-05 21:55:54 +0200
committerChristian Poessinger <christian@poessinger.com>2018-10-05 21:55:56 +0200
commit30c913bf7e4e8a3ee93523dd33dd36584c9e298e (patch)
treec08d35aa34439b4d74cd39262b0ceed14c3abf77 /docs/ch12-system.rst
parent8194e0391cc3f83bdfb30048de6547437f863ede (diff)
downloadvyos-documentation-30c913bf7e4e8a3ee93523dd33dd36584c9e298e.tar.gz
vyos-documentation-30c913bf7e4e8a3ee93523dd33dd36584c9e298e.zip
Replace all **NOTE** occurences with valid ReST statement
See http://docutils.sourceforge.net/docs/ref/rst/directives.html#specific-admonitions for more information.
Diffstat (limited to 'docs/ch12-system.rst')
-rw-r--r--docs/ch12-system.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ch12-system.rst b/docs/ch12-system.rst
index a8d8b520..e613bfac 100644
--- a/docs/ch12-system.rst
+++ b/docs/ch12-system.rst
@@ -29,7 +29,7 @@ Set a system host name:
set system host-name <hostname>
-**NOTE:** Only letters, numbers and hyphens are allowed.
+.. note:: Only letters, numbers and hyphens are allowed.
Show host name:
@@ -64,7 +64,7 @@ Set the system's domain:
set system domain-name <domain>
-**NOTE:** Only letters, numbers, hyphens and periods are allowed.
+.. note:: Only letters, numbers, hyphens and periods are allowed.
Show domain:
@@ -235,9 +235,9 @@ The following command will load the public key `dev.pub` for user `jsmith`
loadkey jsmith dev.pub
-**NOTE:** This requires uploading the `dev.pub` public key to the VyOS router
-first. As an alternative you can also load the SSH public key directly from a
-remote system:
+.. note:: This requires uploading the `dev.pub` public key to the VyOS router
+ first. As an alternative you can also load the SSH public key directly
+ from a remote system:
.. code-block:: sh