summaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-12-30 10:44:58 +0100
committerChristian Breunig <christian@breunig.cc>2023-12-30 10:45:27 +0100
commit20a6836e167260616d6f0e8868e135b71e5f8fc0 (patch)
tree1971d3cbd48371a1d1a05bb5c66165208e7d95a1 /docs/configuration
parent96f865899e9b4c977c03088749f1030bb46db50c (diff)
downloadvyos-documentation-20a6836e167260616d6f0e8868e135b71e5f8fc0.tar.gz
vyos-documentation-20a6836e167260616d6f0e8868e135b71e5f8fc0.zip
system: T5877: Shorten system domain-search config path
Documentation pdate for https://github.com/vyos/vyos-1x/pull/2718 (cherry picked from commit 05215848a5df37a4cc4075a58b05f19871a56306)
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/system/name-server.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/system/name-server.rst b/docs/configuration/system/name-server.rst
index f18cb5a3..5d08dbc5 100644
--- a/docs/configuration/system/name-server.rst
+++ b/docs/configuration/system/name-server.rst
@@ -48,7 +48,7 @@ In order for the system to use and complete unqualified host names, a
list can be defined which will be used for domain searches.
-.. cfgcmd:: set system domain-search domain <domain>
+.. cfgcmd:: set system domain-search <domain>
Use this command to define domains, one at a time, so that the system
uses them to complete unqualified host names. Maximum: 6 entries.
@@ -68,7 +68,7 @@ order: vyos.io (first), vyos.net (second) and vyos.network (last):
.. code-block:: none
- set system domain-search domain vyos.io
- set system domain-search domain vyos.net
- set system domain-search domain vyos.network
+ set system domain-search vyos.io
+ set system domain-search vyos.net
+ set system domain-search vyos.network