Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Sep 2023 14:04:45 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: dda2e19531 - main - handbook: correct typo in example output
Message-ID:  <202309081404.388E4jN7024212@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/doc/commit/?id=dda2e19531a519d615d64f1cf5a883659a46a0ec

commit dda2e19531a519d615d64f1cf5a883659a46a0ec
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-09-08 14:02:38 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-09-08 14:04:29 +0000

    handbook: correct typo in example output
    
    Reported by:    snorkcamp on libera-chat IRC
    Sponsored by:   The FreeBSD Foundation
---
 documentation/content/en/books/handbook/ports/_index.adoc | 2 +-
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309081404.388E4jN7024212>