summaryrefslogtreecommitdiffstats
path: root/doc/server/admin/client.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/server/admin/client.txt')
-rw-r--r--doc/server/admin/client.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/server/admin/client.txt b/doc/server/admin/client.txt
index 6790cc4d0..02b46bda1 100644
--- a/doc/server/admin/client.txt
+++ b/doc/server/admin/client.txt
@@ -1,6 +1,6 @@
.. -*- mode: rst -*-
-.. _server-admin-client-index:
+.. _server-admin-client:
client
======
@@ -9,10 +9,10 @@ Create, delete, list, or modify client entries. ::
bcfg2-admin client add <client> attr1=val1 attr2=val2
-Allowed attributes are *profile*, *uuid*, *password*, *location*, *secure*,
+Allowed attributes are *profile*, *uuid*, *password*, *location*, *secure*,
and *address*.
-A full example is shown below::
+A full example is shown below::
bcfg2-admin client add laptop02.example.com profile="basic"
@@ -26,6 +26,6 @@ With ``list`` the file ``clients.xml`` is parsed and all entries are shown::
laptop02.example.com
This is useful for a quick check after adding an entry. If you want more
-in-depth information about a client, ``bcfg2-client clients`` can provide
-that. Please refer to the :ref:`bcfg2-info <guide-server-bcfg2_info>`
+in-depth information about a client, ``bcfg2-info clients`` can provide
+that. Please refer to the :ref:`bcfg2-info <server-bcfg2-info>`
section for further details.