aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-06-12 13:54:55 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-06-12 13:56:22 +0300
commit0ab3ea2faee73f8ba3924e11c9c62d27b5bd75b8 (patch)
treeffaec06802170a11cb8835173c76aac2e9589f66
parentda209298beac0d794b7c779e634e54760ffa41f9 (diff)
Make project url and email optional in package manifest
-rw-r--r--doc/manual.cli12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/manual.cli b/doc/manual.cli
index 7f304fd..8f0fec1 100644
--- a/doc/manual.cli
+++ b/doc/manual.cli
@@ -496,12 +496,12 @@ license: <licenses> [; <comment>]
[changes]: <text>
[changes-file]: <path> [; <comment>]
-url: <url> [; <comment>]
+[url]: <url> [; <comment>]
[doc-url]: <url> [; <comment>]
[src-url]: <url> [; <comment>]
[package-url]: <url> [; <comment>]
-email: <email> [; <comment>]
+[email]: <email> [; <comment>]
[package-email]: <email> [; <comment>]
[build-email]: <email> [; <comment>]
@@ -695,7 +695,7 @@ plain text. \N{We could use the comment to \"hint\" at the file format.}
\h2#manifest-package-url|\c{url}|
\
-url: <url> [; <comment>]
+[url]: <url> [; <comment>]
\
The project home page URL.
@@ -727,13 +727,13 @@ The project source repository URL.
The package home page URL. If not specified, then assumed to be the same as
\c{url}. It only makes sense to specify this value if the project and
-packaged are maintained separately.
+package are maintained separately.
\h2#manifest-package-email|\c{email}|
\
-email: <email> [; <comment>]
+[email]: <email> [; <comment>]
\
The project email address. For example, a support mailing list.
@@ -747,7 +747,7 @@ The project email address. For example, a support mailing list.
The package email address. If not specified, then assumed to be the same as
\c{email}. It only makes sense to specify this value if the project and
-packaged are maintained separately.
+package are maintained separately.
\h2#manifest-package-build-email|\c{build-email}|