Skip to content

Commit 18edf87

Browse files
troll5sergio-carlavilla
authored andcommitted
Handbook - Ports: Fix missing space after period
Reviewed by: carlavilla@, Pau Amma <pauamma@gundo.com> Pull Request: #522
1 parent f009d14 commit 18edf87

File tree

1 file changed

+1
-1
lines changed
  • documentation/content/en/books/handbook/ports

1 file changed

+1
-1
lines changed

documentation/content/en/books/handbook/ports/_index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Select the technology that meets your requirements for installing a particular a
9999
+
100100
In some cases, multiple packages will exist for the same application with different settings. For example, NGINX(R) is available as a `nginx` package and a `nginx-lite` package, the former has many more options enabled, but this in turn requires many things to be installed as dependencies for it to work, thus increasing space consumption and attack surface.
101101
+
102-
The transitive dependencies can grow quite large, for example the full `nginx` package will pull in several X libraries which can be quite surprising, so building from ports allow you to choose only the options you need without a "kitchen sink" approach.In some cases, multiple packages will exist for the same application to specify certain settings.
102+
The transitive dependencies can grow quite large, for example the full `nginx` package will pull in several X libraries which can be quite surprising, so building from ports allow you to choose only the options you need without a "kitchen sink" approach. In some cases, multiple packages will exist for the same application to specify certain settings.
103103
* The licensing conditions of some software forbid binary distribution. Such software must be distributed as source code which must be compiled by the end-user.
104104
* Some people do not trust binary distributions or prefer to read through source code in order to look for potential problems.
105105
* Source code is needed in order to apply custom patches.

0 commit comments

Comments
 (0)