chiark / gitweb /
README.md: Cross-references, add missing </a>
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Jun 2020 13:27:38 +0000 (14:27 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Jun 2020 13:27:38 +0000 (14:27 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README.md

index 035f427b74c7a745623ce227378d0ce1dcaed3fc..0e475170cad27f88a35cc96e4b29ee09b7e6f63a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -264,7 +264,7 @@ Options
     then in the builtin arch alias list.  The builtin list is
     equivalent to: `[arch]` `RPI='arm-unknown-linux-gnueabihf'`.
 
-  * <a name="s_subcommand">`-s<subcommand>`
+  * <a name="s_subcommand">`-s<subcommand>`</a>
 
     Behave as if the build command were `cargo <subcommand>`.
     This influences the logic which tries to determine which
@@ -321,7 +321,7 @@ Options
 
     Default is no update unless the cargo subcommand will want it.
 
-  * <a name="subcommand_props">`--subcommand-props=<prop>,...`
+  * <a name="subcommand_props">`--subcommand-props=<prop>,...`</a>
 
     Specify the properties of the subcommand.  This is an
     alternative to `-s<subcmd>`.  The usual properties are:
@@ -494,7 +494,7 @@ other names are not looked up in this alias map.
 `[misc]`: Miscellaneous individual nailing-cargo config
 -------------------------------------------------------
 
- * <a name="misc_online">`online`: boolean, specifying whether to pass `--offline` to cargo
+ * <a name="misc_online">`online`</a>: boolean, specifying whether to pass `--offline` to cargo
    (cargo's default is online mode).  The default is offline, unless
    nailing-cargo can see that the cargo subcommand being invoked is
    one which requires online access (currently, `fetch`), in which