diff options
author | Patrick McDermott <pehjota> | 2017-08-07 14:10:20 (EDT) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2017-08-07 14:10:20 (EDT) |
commit | f042aed05c43b115f2c5f0428210a79ef9377e2b (patch) | |
tree | 439f0c0fc1b4c069235f49c7434d586192f08a2e /dev/pkg | |
parent | 782a1859e311c027f172a5c1d3cc13cc73f04b91 (diff) |
dev/pkg/opkg/static: Clarify parenthetical phrase
Diffstat (limited to 'dev/pkg')
-rw-r--r-- | dev/pkg/opkg/static.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev/pkg/opkg/static.mdwn b/dev/pkg/opkg/static.mdwn index a81e810..deb3206 100644 --- a/dev/pkg/opkg/static.mdwn +++ b/dev/pkg/opkg/static.mdwn @@ -45,8 +45,9 @@ would continue to depend on `libopkg.1`, while `opkg-static` would not. This allows platforms *without* other libopkg-using applications to use opkg without libopkg's symbols and allows platforms *with* other libopkg-using applications to share libopkg between multiple executables. This however comes at the -expense of slightly increased package archive size (and, more importantly, the -size of package feed index files cached on ProteanOS systems). +expense of slightly increased package archive size (and, more importantly, +slight increases in the sizes of package feed index files cached on ProteanOS +systems). An alternative to the naming of the `opkg` and `opkg-static` binary package names is to use `opkg-dynamic` and `opkg`, respectively. |