diff options
author | Ed Maste <emaste@FreeBSD.org> | 2023-09-08 14:02:38 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2023-09-08 14:04:29 +0000 |
commit | dda2e19531a519d615d64f1cf5a883659a46a0ec (patch) | |
tree | ca9155d0b85b5db62cbab85e951cb0a79dcc82e8 | |
parent | 2386325d283097da225b6f5bdd7229c331ed5dd4 (diff) |
handbook: correct typo in example output
Reported by: snorkcamp on libera-chat IRC
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | documentation/content/en/books/handbook/ports/_index.adoc | 2 | ||||
-rw-r--r-- | documentation/content/en/books/handbook/ports/_index.po | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/content/en/books/handbook/ports/_index.adoc b/documentation/content/en/books/handbook/ports/_index.adoc index 5acb2b06ba..301f662ae7 100644 --- a/documentation/content/en/books/handbook/ports/_index.adoc +++ b/documentation/content/en/books/handbook/ports/_index.adoc @@ -158,7 +158,7 @@ The output should be similar to the following: [.programlisting] .... The package management tool is not yet installed on your system. -Do you want to fetch and install it not? [y/N] +Do you want to fetch and install it now? [y/N] .... man:pkg[7] will intercept the command, and if you confirm that is your intention, download the man:pkg[8] tarball, install man:pkg[8] from it, bootstrap the local package database and then proceed to run the command you originally requested. diff --git a/documentation/content/en/books/handbook/ports/_index.po b/documentation/content/en/books/handbook/ports/_index.po index 9382336f1a..5bc057368e 100644 --- a/documentation/content/en/books/handbook/ports/_index.po +++ b/documentation/content/en/books/handbook/ports/_index.po @@ -399,7 +399,7 @@ msgstr "" #, no-wrap msgid "" "The package management tool is not yet installed on your system.\n" -"Do you want to fetch and install it not? [y/N]\n" +"Do you want to fetch and install it now? [y/N]\n" msgstr "" #. type: Plain text |