[FE training-materials-updates] Minor style correction

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Dec 19 11:15:43 CET 2012


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=8489bb44386e145aaf23d9ae06b7dc0fa679c7d6

>---------------------------------------------------------------

commit 8489bb44386e145aaf23d9ae06b7dc0fa679c7d6
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Dec 19 10:16:10 2012 +0100

    Minor style correction


>---------------------------------------------------------------

8489bb44386e145aaf23d9ae06b7dc0fa679c7d6
 slides/android-adb-use/android-adb-use.tex |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/slides/android-adb-use/android-adb-use.tex b/slides/android-adb-use/android-adb-use.tex
index c275d0c..29f2212 100644
--- a/slides/android-adb-use/android-adb-use.tex
+++ b/slides/android-adb-use/android-adb-use.tex
@@ -68,9 +68,9 @@
   \item[reboot-bootloader] Reboots the device into the bootloader
   \item[root] Restarts ADBd with root permissions on the device
     \begin{itemize}
-    \item Only if the \code{ro.secure} property is to 1 to force ADB
-      into user mode, and \code{ro.debuggable} is set to 1 to allow
-      to restart ADB as root
+    \item Only if the \code{ro.secure} property is set to \code{1}
+      to force ADB into user mode, and \code{ro.debuggable} is set
+      to \code{1} to allow to restart ADB as root
     \end{itemize}
   \item[usb] Restarts ADBd listening on USB
   \item[tcpip] Restarts ADBd listening on TCP on the given port



More information about the training-materials-updates mailing list