From c40c65a732b140b06c5596de1eaf4bbac84f85b7 Mon Sep 17 00:00:00 2001 From: Gilles Debunne Date: Thu, 21 Jul 2011 15:25:41 -0700 Subject: Minor dash typos in documentation Change-Id: Ie0cbe870d4595dc566720a99f7604cb8365d8ffd --- docs/html/guide/developing/tools/adb.jd | 2 +- docs/html/guide/topics/intents/intents-filters.jd | 2 +- docs/html/guide/topics/manifest/activity-element.jd | 4 ++-- docs/html/guide/topics/providers/content-providers.jd | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/html/guide/developing/tools/adb.jd b/docs/html/guide/developing/tools/adb.jd index 78d12effd8b7..d32cf6684eda 100644 --- a/docs/html/guide/developing/tools/adb.jd +++ b/docs/html/guide/developing/tools/adb.jd @@ -280,7 +280,7 @@ instance, see Building Run PPP over USB. +
  • [parm]... — zero or more PPP/PPPD options, such as defaultroute, local, notty, etc.
  • Note that you should not automatically start a PPP connection.

    diff --git a/docs/html/guide/topics/intents/intents-filters.jd b/docs/html/guide/topics/intents/intents-filters.jd index 59052143523e..3f9455391a86 100644 --- a/docs/html/guide/topics/intents/intents-filters.jd +++ b/docs/html/guide/topics/intents/intents-filters.jd @@ -927,7 +927,7 @@ as described by its two intent filters:

    The first, primary, purpose of this activity is to enable the user to -interact with a single note &mdash to either {@code VIEW} the note or +interact with a single note — to either {@code VIEW} the note or {@code EDIT} it. (The {@code EDIT_NOTE} category is a synonym for {@code EDIT}.) The intent would contain the URI for data matching the MIME type vnd.android.cursor.item/vnd.google.note — diff --git a/docs/html/guide/topics/manifest/activity-element.jd b/docs/html/guide/topics/manifest/activity-element.jd index 34862121ae82..743832c6e763 100644 --- a/docs/html/guide/topics/manifest/activity-element.jd +++ b/docs/html/guide/topics/manifest/activity-element.jd @@ -710,7 +710,7 @@ the soft keyboard. The setting must be one of the values listed in the following table, or a combination of one "{@code state...}" value plus one "{@code adjust...}" value. Setting multiple values in either group — multiple -"{@code state...}" values, for example &mdash has undefined results. +"{@code state...}" values, for example — has undefined results. Individual values are separated by a vertical bar ({@code |}). For example:

    @@ -801,4 +801,4 @@ Level 3.
    see also:
    <application>
    <activity-alias>
    - \ No newline at end of file + diff --git a/docs/html/guide/topics/providers/content-providers.jd b/docs/html/guide/topics/providers/content-providers.jd index 2a84c263f652..513886afbe23 100644 --- a/docs/html/guide/topics/providers/content-providers.jd +++ b/docs/html/guide/topics/providers/content-providers.jd @@ -277,7 +277,7 @@ are returned. All the content providers that come with the platform define constants for their columns. For example, the {@link android.provider.Contacts.Phones android.provider.Contacts.Phones} class defines constants for the names of the columns in the phone table illustrated -earlier &mdash {@code _ID}, {@code NUMBER}, {@code NUMBER_KEY}, {@code NAME}, +earlier — {@code _ID}, {@code NUMBER}, {@code NUMBER_KEY}, {@code NAME}, and so on.
  • A filter detailing which rows to return, formatted as an SQL {@code WHERE} -- cgit v1.2.3-59-g8ed1b