summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2023-01-08 15:18:53 +0100
committerTimo Teräs <timo.teras@iki.fi>2023-01-17 17:12:24 +0200
commit8bdf0e1e61501afc322ecf14c60d6af58392720b (patch)
tree8ec0a314cb9bca0d872fa2c9114e0141bd364fac
parent40f6720a3ffd448bd338412cf975befc71461abd (diff)
downloadapk-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)
-rw-r--r--doc/apk-world.5.scd2
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*