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

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