Docs: Break out runtime permssions command to distinct line, remove period
Bug: 27834736
Change-Id: I2d3fc3393276d25b08d1aaeb2062c4a7a4a8b37c
diff --git a/src/devices/tech/config/runtime_perms.jd b/src/devices/tech/config/runtime_perms.jd
index b9b57c5..da8a058 100644
--- a/src/devices/tech/config/runtime_perms.jd
+++ b/src/devices/tech/config/runtime_perms.jd
@@ -57,8 +57,10 @@
model. Dangerous permissions are higher-risk permissions (such as
<code>READ_CALENDAR</code>) that grant requesting applications access to private
user data or control over the device that can negatively impact the user. To
-view a list of dangerous permissions, run the command: <code>adb shell pm list
-permissions -g -d</code> .</p>
+view a list of dangerous permissions, run the command:</p>
+<pre>
+adb shell pm list permissions -g -d
+</pre>
<p>Android 6.0 does not change the behavior of normal permissions (all
non-dangerous permissions including normal, system, and signature permissions).
@@ -189,4 +191,4 @@
<h2 id="testing-perms">Testing permissions</h2>
<p>Android 6.0 includes Compatibility Test Suite (CTS) tests that verify
individual permissions are mapped to the correct Groups. Passing these tests is
-a requirement for Android 6.0 CTS compatibility.</p>
\ No newline at end of file
+a requirement for Android 6.0 CTS compatibility.</p>