summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-01-10 01:55:52 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-01-10 01:55:53 +0100
commit77ec0071cf41b221e44ac390adc8fccbd6463666 (patch)
tree2dfba028bd1e61c682ec66b9d2547d3f12c4c35f
parentMerge "Move to .md files for even trivial documentation." (diff)
parentAddress review comment. (diff)
downloadandroid_bootable_recovery-77ec0071cf41b221e44ac390adc8fccbd6463666.tar
android_bootable_recovery-77ec0071cf41b221e44ac390adc8fccbd6463666.tar.gz
android_bootable_recovery-77ec0071cf41b221e44ac390adc8fccbd6463666.tar.bz2
android_bootable_recovery-77ec0071cf41b221e44ac390adc8fccbd6463666.tar.lz
android_bootable_recovery-77ec0071cf41b221e44ac390adc8fccbd6463666.tar.xz
android_bootable_recovery-77ec0071cf41b221e44ac390adc8fccbd6463666.tar.zst
android_bootable_recovery-77ec0071cf41b221e44ac390adc8fccbd6463666.zip
-rw-r--r--minadbd/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/README.md b/minadbd/README.md
index e69dc87c6..5a0a067de 100644
--- a/minadbd/README.md
+++ b/minadbd/README.md
@@ -3,6 +3,6 @@ minadbd, and services.c has been modified as follows:
- all services removed
- all host mode support removed
- - sideload_service() added; this is the only service supported. It
+ - `sideload_service()` added; this is the only service supported. It
receives a single blob of data, writes it to a fixed filename, and
makes the process exit.