diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-10-05 21:55:54 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-10-05 21:55:56 +0200 |
commit | 30c913bf7e4e8a3ee93523dd33dd36584c9e298e (patch) | |
tree | c08d35aa34439b4d74cd39262b0ceed14c3abf77 /docs/ch12-system.rst | |
parent | 8194e0391cc3f83bdfb30048de6547437f863ede (diff) | |
download | vyos-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.rst | 10 |
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 |