Sumit Bose 461678
From 1e57862cf5d8f4f774868b3599e4a34c525ae348 Mon Sep 17 00:00:00 2001
Sumit Bose 461678
From: Sumit Bose <sbose@redhat.com>
Sumit Bose 461678
Date: Thu, 5 Jul 2018 13:06:26 +0200
Sumit Bose 461678
Subject: [PATCH 24/24] doc: fix typos in the adcli man page
Sumit Bose 461678
Sumit Bose 461678
Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1440533
Sumit Bose 461678
---
Sumit Bose 461678
 doc/adcli.xml | 44 ++++++++++++++++++++++----------------------
Sumit Bose 461678
 1 file changed, 22 insertions(+), 22 deletions(-)
Sumit Bose 461678
Sumit Bose 461678
diff --git a/doc/adcli.xml b/doc/adcli.xml
Sumit Bose 461678
index 83b6981..97dec08 100644
Sumit Bose 461678
--- a/doc/adcli.xml
Sumit Bose 461678
+++ b/doc/adcli.xml
Sumit Bose 461678
@@ -105,19 +105,19 @@
Sumit Bose 461678
 		<varlistentry>
Sumit Bose 461678
 			<term><option>-D, --domain=<parameter>domain</parameter></option></term>
Sumit Bose 461678
 			<listitem><para>The domain to connect to. If a domain is
Sumit Bose 461678
-			not specified then the domain part of the local computer's
Sumit Bose 461678
+			not specified, then the domain part of the local computer's
Sumit Bose 461678
 			host name is used.</para></listitem>
Sumit Bose 461678
 		</varlistentry>
Sumit Bose 461678
 		<varlistentry>
Sumit Bose 461678
 			<term><option>-R, --domain-realm=<parameter>REALM</parameter></option></term>
Sumit Bose 461678
 			<listitem><para>Kerberos realm for the domain. If not
Sumit Bose 461678
-			specified then the upper cased domain name is
Sumit Bose 461678
+			specified, then the upper cased domain name is
Sumit Bose 461678
 			used.</para></listitem>
Sumit Bose 461678
 		</varlistentry>
Sumit Bose 461678
 		<varlistentry>
Sumit Bose 461678
 			<term><option>-S, --domain-controller=<parameter>server</parameter></option></term>
Sumit Bose 461678
 			<listitem><para>Connect to a specific domain controller.
Sumit Bose 461678
-			If not specified then an appropriate domain controller
Sumit Bose 461678
+			If not specified, then an appropriate domain controller
Sumit Bose 461678
 			is automatically discovered.</para></listitem>
Sumit Bose 461678
 		</varlistentry>
Sumit Bose 461678
 		<varlistentry>
Sumit Bose 461678
@@ -134,7 +134,7 @@
Sumit Bose 461678
 		<varlistentry>
Sumit Bose 461678
 			<term><option>-U, --login-user=<parameter>User</parameter></option></term>
Sumit Bose 461678
 			<listitem><para>Use the specified user account to
Sumit Bose 461678
-			authenticate with the domain. If not specified then
Sumit Bose 461678
+			authenticate with the domain. If not specified, then
Sumit Bose 461678
 			the name 'Administrator' will be used.</para></listitem>
Sumit Bose 461678
 		</varlistentry>
Sumit Bose 461678
 		<varlistentry>
Sumit Bose 461678
@@ -181,7 +181,7 @@ $ adcli info --domain-controller=dc.domain.example.com
Sumit Bose 461678
 	<para><command>adcli info</command> will output as much information as
Sumit Bose 461678
 	it can about the domain. The information is designed to be both machine
Sumit Bose 461678
 	and human readable. The command will exit with a non-zero exit code
Sumit Bose 461678
-	if the domain does note exist or cannot be reached.</para>
Sumit Bose 461678
+	if the domain does not exist or cannot be reached.</para>
Sumit Bose 461678
 
Sumit Bose 461678
 	<para>To show domain info for a specific domain controller use the
Sumit Bose 461678
 	<option>--domain-controller</option> option to specify which domain
Sumit Bose 461678
@@ -213,35 +213,35 @@ Password for Administrator:
Sumit Bose 461678
 		<varlistentry>
Sumit Bose 461678
 			<term><option>-N, --computer-name=<parameter>computer</parameter></option></term>
Sumit Bose 461678
 			<listitem><para>The short non-dotted name of the computer
Sumit Bose 461678
-			account that will be created in the domain. If not specified
Sumit Bose 461678
+			account that will be created in the domain. If not specified,
Sumit Bose 461678
 			then the first portion of the <option>--host-fqdn</option>
Sumit Bose 461678
 			is used.</para></listitem>
Sumit Bose 461678
 		</varlistentry>
Sumit Bose 461678
 		<varlistentry>
Sumit Bose 461678
 			<term><option>-O, --domain-ou=<parameter>OU=xxx</parameter></option></term>
Sumit Bose 461678
 			<listitem><para>The full distinguished name of the OU in
Sumit Bose 461678
-			which to create the computer account. If not specified
Sumit Bose 461678
+			which to create the computer account. If not specified,
Sumit Bose 461678
 			then the computer account will be created in a default
Sumit Bose 461678
 			location.</para></listitem>
Sumit Bose 461678
 		</varlistentry>
Sumit Bose 461678
 		<varlistentry>
Sumit Bose 461678
 			<term><option>-H, --host-fqdn=<parameter>host</parameter></option></term>
Sumit Bose 461678
 			<listitem><para>Override the local machine's fully qualified
Sumit Bose 461678
-			domain name. If not specified the local machine's hostname
Sumit Bose 461678
+			domain name. If not specified, the local machine's hostname
Sumit Bose 461678
 			will be retrieved via <function>gethostname()</function>.</para></listitem>
Sumit Bose 461678
 		</varlistentry>
Sumit Bose 461678
 		<varlistentry>
Sumit Bose 461678
 			<term><option>-K, --host-keytab=<parameter>/path/to/keytab</parameter></option></term>
Sumit Bose 461678
 			<listitem><para>Specify the path to the host keytab where
Sumit Bose 461678
 			host credentials will be written after a successful join
Sumit Bose 461678
-			operation. If not specified the default location will be
Sumit Bose 461678
+			operation. If not specified, the default location will be
Sumit Bose 461678
 			used, usually <filename>/etc/krb5.keytab</filename>.</para></listitem>
Sumit Bose 461678
 		</varlistentry>
Sumit Bose 461678
 		<varlistentry>
Sumit Bose 461678
 			<term><option>--login-type=<parameter>{computer|user}</parameter></option></term>
Sumit Bose 461678
 			<listitem><para>Specify the type of authentication that
Sumit Bose 461678
 			will be performed before creating the machine account in
Sumit Bose 461678
-			the domain. If set to 'computer' then the computer must
Sumit Bose 461678
+			the domain. If set to 'computer', then the computer must
Sumit Bose 461678
 			already have a preset account in the domain. If not
Sumit Bose 461678
 			specified and none of the other <option>--login-xxx</option>
Sumit Bose 461678
 			arguments have been specified, then will try both
Sumit Bose 461678
@@ -329,7 +329,7 @@ Password for Administrator:
Sumit Bose 461678
 			<term><option>--samba-data-tool=<parameter>/path/to/net</parameter></option></term>
Sumit Bose 461678
 			<listitem><para>If Samba's <command>net</command>
Sumit Bose 461678
 			cannot be found at
Sumit Bose 461678
-			<filename>&samba_data_tool;</filename> this option can
Sumit Bose 461678
+			<filename>&samba_data_tool;</filename>, this option can
Sumit Bose 461678
 			be used to specific an alternative location with the
Sumit Bose 461678
 			help of an absolute path.</para></listitem>
Sumit Bose 461678
 		</varlistentry>
Sumit Bose 461678
@@ -351,7 +351,7 @@ Password for Administrator:
Sumit Bose 461678
 $ adcli update
Sumit Bose 461678
 </programlisting>
Sumit Bose 461678
 
Sumit Bose 461678
-	<para>If used with a credential cache other attributes of the computer
Sumit Bose 461678
+	<para>If used with a credential cache, other attributes of the computer
Sumit Bose 461678
 	account can be changed as well if the principal has sufficient
Sumit Bose 461678
 	privileges.</para>
Sumit Bose 461678
 
Sumit Bose 461678
@@ -367,20 +367,20 @@ $ adcli update --login-ccache=/tmp/krbcc_123
Sumit Bose 461678
 		<varlistentry>
Sumit Bose 461678
 			<term><option>-N, --computer-name=<parameter>computer</parameter></option></term>
Sumit Bose 461678
 			<listitem><para>The short non-dotted name of the computer
Sumit Bose 461678
-			account that will be created in the domain. If not specified
Sumit Bose 461678
+			account that will be created in the domain. If not specified,
Sumit Bose 461678
 			it will be retrieved from the keytab entries.</para></listitem>
Sumit Bose 461678
 		</varlistentry>
Sumit Bose 461678
 		<varlistentry>
Sumit Bose 461678
 			<term><option>-H, --host-fqdn=<parameter>host</parameter></option></term>
Sumit Bose 461678
 			<listitem><para>The local machine's fully qualified
Sumit Bose 461678
-			domain name. If not specified the local machine's hostname
Sumit Bose 461678
+			domain name. If not specified, the local machine's hostname
Sumit Bose 461678
 			will be retrieved from the keytab entries.</para></listitem>
Sumit Bose 461678
 		</varlistentry>
Sumit Bose 461678
 		<varlistentry>
Sumit Bose 461678
 			<term><option>-K, --host-keytab=<parameter>/path/to/keytab</parameter></option></term>
Sumit Bose 461678
 			<listitem><para>Specify the path to the host keytab where
Sumit Bose 461678
 			current host credentials are stored and the new ones
Sumit Bose 461678
-			will be written to.  If not specified the default
Sumit Bose 461678
+			will be written to.  If not specified, the default
Sumit Bose 461678
 			location will be used, usually
Sumit Bose 461678
 			<filename>/etc/krb5.keytab</filename>.</para></listitem>
Sumit Bose 461678
 		</varlistentry>
Sumit Bose 461678
@@ -462,7 +462,7 @@ $ adcli update --login-ccache=/tmp/krbcc_123
Sumit Bose 461678
 			<term><option>--samba-data-tool=<parameter>/path/to/net</parameter></option></term>
Sumit Bose 461678
 			<listitem><para>If Samba's <command>net</command>
Sumit Bose 461678
 			cannot be found at
Sumit Bose 461678
-			<filename>&samba_data_tool;</filename> this option can
Sumit Bose 461678
+			<filename>&samba_data_tool;</filename>, this option can
Sumit Bose 461678
 			be used to specific an alternative location with the
Sumit Bose 461678
 			help of an absolute path.</para></listitem>
Sumit Bose 461678
 		</varlistentry>
Sumit Bose 461678
@@ -493,7 +493,7 @@ $ adcli create-user Fry --domain=domain.example.com \
Sumit Bose 461678
 		<varlistentry>
Sumit Bose 461678
 			<term><option>-O, --domain-ou=<parameter>OU=xxx</parameter></option></term>
Sumit Bose 461678
 			<listitem><para>The full distinguished name of the OU in
Sumit Bose 461678
-			which to create the user account. If not specified
Sumit Bose 461678
+			which to create the user account. If not specified,
Sumit Bose 461678
 			then the computer account will be created in a default
Sumit Bose 461678
 			location.</para></listitem>
Sumit Bose 461678
 		</varlistentry>
Sumit Bose 461678
@@ -569,7 +569,7 @@ $ adcli create-group Pilots --domain=domain.example.com \
Sumit Bose 461678
 		<varlistentry>
Sumit Bose 461678
 			<term><option>-O, --domain-ou=<parameter>OU=xxx</parameter></option></term>
Sumit Bose 461678
 			<listitem><para>The full distinguished name of the OU in
Sumit Bose 461678
-			which to create the group. If not specified
Sumit Bose 461678
+			which to create the group. If not specified,
Sumit Bose 461678
 			then the group will be created in a default
Sumit Bose 461678
 			location.</para></listitem>
Sumit Bose 461678
 		</varlistentry>
Sumit Bose 461678
@@ -649,14 +649,14 @@ Password for Administrator:
Sumit Bose 461678
 		<varlistentry>
Sumit Bose 461678
 			<term><option>-O, --domain-ou=<parameter>OU=xxx</parameter></option></term>
Sumit Bose 461678
 			<listitem><para>The full distinguished name of the OU in
Sumit Bose 461678
-			which to create the computer accounts. If not specified
Sumit Bose 461678
+			which to create the computer accounts. If not specified,
Sumit Bose 461678
 			then the computer account will be created in a default
Sumit Bose 461678
 			location.</para></listitem>
Sumit Bose 461678
 		</varlistentry>
Sumit Bose 461678
 		<varlistentry>
Sumit Bose 461678
 			<term><option>--one-time-password</option></term>
Sumit Bose 461678
 			<listitem><para>Specify a one time password to use when
Sumit Bose 461678
-			presetting the computer accounts. If not specified then
Sumit Bose 461678
+			presetting the computer accounts. If not specified, then
Sumit Bose 461678
 			a default password will be used, which allows for later
Sumit Bose 461678
 			automatic joins.</para></listitem>
Sumit Bose 461678
 		</varlistentry>
Sumit Bose 461678
@@ -696,7 +696,7 @@ Password for Administrator:
Sumit Bose 461678
 	<title>Reset Computer Account</title>
Sumit Bose 461678
 
Sumit Bose 461678
 	<para><command>adcli reset-computer</command> resets a computer account
Sumit Bose 461678
-	in the domain. If a the appropriate machine is currently joined to the
Sumit Bose 461678
+	in the domain. If the appropriate machine is currently joined to the
Sumit Bose 461678
 	domain, then its membership will be broken. The account must already
Sumit Bose 461678
 	exist.</para>
Sumit Bose 461678
 
Sumit Bose 461678
@@ -716,7 +716,7 @@ $ adcli reset-computer --domain=domain.example.com host2
Sumit Bose 461678
 			<term><option>--login-type=<parameter>{computer|user}</parameter></option></term>
Sumit Bose 461678
 			<listitem><para>Specify the type of authentication that
Sumit Bose 461678
 			will be performed before creating the machine account in
Sumit Bose 461678
-			the domain. If set to 'computer' then the computer must
Sumit Bose 461678
+			the domain. If set to 'computer', then the computer must
Sumit Bose 461678
 			already have a preset account in the domain. If not
Sumit Bose 461678
 			specified and none of the other <option>--login-xxx</option>
Sumit Bose 461678
 			arguments have been specified, then will try both
Sumit Bose 461678
-- 
Sumit Bose 461678
2.14.4
Sumit Bose 461678