aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/fdp-primer/the-website
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2005-09-12 16:47:36 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2005-09-12 16:47:36 +0000
commit9e1d1c15667b6952a9a06f0a67121e3376bb4ccd (patch)
treeee662fc776f0eb80e4700f0c6987174a5d0b1d28 /en_US.ISO8859-1/books/fdp-primer/the-website
parent1a445039a6f5bc425463995cabdb7f7b8a56bfbd (diff)
downloaddoc-9e1d1c15667b6952a9a06f0a67121e3376bb4ccd.tar.gz
doc-9e1d1c15667b6952a9a06f0a67121e3376bb4ccd.zip
Except for some rare cases, always use punctuation to finish a
sentence at the end of a paragraph so that the readers don't think that some text is missing. Consistently use colons to finish sentences introductory to examples.
Notes
Notes: svn path=/head/; revision=25615
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/the-website')
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml b/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml
index 7b60650171..f1f5ab7a7d 100644
--- a/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml
+++ b/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml
@@ -45,7 +45,7 @@
<para>Make sure your documentation ports are up to date! When in
doubt, remove the old ports using &man.pkg.delete.1; command before
installing the port. For example, we currently depend on
- jade-1.2 and if you have installed jade-1.1, please do</para>
+ jade-1.2 and if you have installed jade-1.1, please do:</para>
<screen>&prompt.root; <userinput>pkg_delete jade-1.1</userinput></screen>
</note>
@@ -153,7 +153,7 @@
<para>If you want to unset the variable
<makevar>ENGLISH_ONLY</makevar> and build all pages, including
translations, set the variable <makevar>ENGLISH_ONLY</makevar>
- to an empty value</para>
+ to an empty value:</para>
<screen>&prompt.root; <userinput>make ENGLISH_ONLY="" all install clean</userinput></screen>
</listitem>