diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2023-01-08 15:18:53 +0100 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2023-01-17 17:12:24 +0200 |
commit | 8bdf0e1e61501afc322ecf14c60d6af58392720b (patch) | |
tree | 8ec0a314cb9bca0d872fa2c9114e0141bd364fac /doc | |
parent | 40f6720a3ffd448bd338412cf975befc71461abd (diff) | |
download | apk-tools-8bdf0e1e61501afc322ecf14c60d6af58392720b.tar.gz apk-tools-8bdf0e1e61501afc322ecf14c60d6af58392720b.tar.bz2 apk-tools-8bdf0e1e61501afc322ecf14c60d6af58392720b.tar.xz apk-tools-8bdf0e1e61501afc322ecf14c60d6af58392720b.zip |
doc: fix typo in apk-world(5)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apk-world.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apk-world.5.scd b/doc/apk-world.5.scd index 9ab68dd..e01ba53 100644 --- a/doc/apk-world.5.scd +++ b/doc/apk-world.5.scd @@ -43,7 +43,7 @@ not constrain any unspecified version numbers. *busybox>1.6.1* Install a busybox version greater than 1.6.1. -*busybox>1.6.1* +*busybox>=1.6.1* Install a busybox version greater than or equal to 1.6.1. *busybox<1.6.1* |