Blame SOURCES/0002-Patch-to-adcli.xml-to-fix-documentation-error.patch

743651
From 83230282a3b8999d83afb04563589b38420cfa0e Mon Sep 17 00:00:00 2001
743651
From: Gerard Weatherby <GWeatherby@uchc.edu>
743651
Date: Thu, 28 Jan 2016 22:27:00 +0000
743651
Subject: [PATCH 2/3] Patch to adcli.xml to fix documentation error
743651
743651
https://bugs.freedesktop.org/show_bug.cgi?id=93913
743651
---
743651
 doc/adcli.xml | 8 ++++----
743651
 1 file changed, 4 insertions(+), 4 deletions(-)
743651
743651
diff --git a/doc/adcli.xml b/doc/adcli.xml
743651
index d8f30a3..a83e321 100644
743651
--- a/doc/adcli.xml
743651
+++ b/doc/adcli.xml
743651
@@ -428,14 +428,14 @@ $ adcli create-user Fry --domain=domain.example.com \
743651
 		<varlistentry>
743651
 			<term><option>--unix-shell=<parameter>/bin/shell</parameter></option></term>
743651
 			<listitem><para>Set the loginShell attribute of
743651
-			the new created user account, which should be the user's
743651
-			numeric primary user id.</para></listitem>
743651
+			the new created user account, which should be a path to
743651
+			a valid shell.</para></listitem>
743651
 		</varlistentry>
743651
 		<varlistentry>
743651
 			<term><option>--unix-uid=<parameter>111</parameter></option></term>
743651
 			<listitem><para>Set the uidNumber attribute of
743651
-			the new created user account, which should be a path to
743651
-			a valid shell.</para></listitem>
743651
+			the new created user account, which should be the user's
743651
+			numeric primary user id.</para></listitem>
743651
 		</varlistentry>
743651
 	</variablelist>
743651
 
743651
-- 
743651
2.5.5
743651