Blame 0024-doc-fix-typos-in-the-adcli-man-page.patch

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