diff options
author | bri <284789+b-@users.noreply.github.com> | 2023-01-13 14:43:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-13 14:43:08 -0500 |
commit | d986618b8f41065c90950a207587d8109e2a525b (patch) | |
tree | 2f0ffcc8e4e5019f6a930fdbb3037fc20c089f4e /docs/configuration/system | |
parent | e7de57e75a8b5782eedc68620047ca17d1af6467 (diff) | |
download | vyos-documentation-d986618b8f41065c90950a207587d8109e2a525b.tar.gz vyos-documentation-d986618b8f41065c90950a207587d8109e2a525b.zip |
removed spurious comma
Diffstat (limited to 'docs/configuration/system')
-rw-r--r-- | docs/configuration/system/host-name.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/system/host-name.rst b/docs/configuration/system/host-name.rst index 0afcc9cf..d062fc62 100644 --- a/docs/configuration/system/host-name.rst +++ b/docs/configuration/system/host-name.rst @@ -51,7 +51,7 @@ This section shows how to statically map an IP address to a hostname for local .. note:: Do *not* manually edit `/etc/hosts`. This file will automatically be regenerated on boot based on the settings in this section, which means you'll - lose all your manual edits. Instead, configure static host mappings, as follows. + lose all your manual edits. Instead, configure static host mappings as follows. .. cfgcmd:: set system static-host-mapping host-name <hostname> inet <address> |