git: 82561b0c95 - main - handbook: Fix a typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Feb 2023 16:29:08 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/doc/commit/?id=82561b0c956cdcdfb4f5cb521d55bef726865e91
commit 82561b0c956cdcdfb4f5cb521d55bef726865e91
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-02-12 16:25:48 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-02-12 16:25:48 +0000
handbook: Fix a typo
---
documentation/content/en/books/handbook/ports/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/content/en/books/handbook/ports/_index.adoc b/documentation/content/en/books/handbook/ports/_index.adoc
index 79e5e97cc5..aecf2aa59b 100644
--- a/documentation/content/en/books/handbook/ports/_index.adoc
+++ b/documentation/content/en/books/handbook/ports/_index.adoc
@@ -224,7 +224,7 @@ And finally run this command to update from the new (latest) repository metadata
[[pkg-configuration]]
=== Configure pkg
-man:pkg.conf[5] is the system-wide configuration file used by the man:pkg[8] tools.
+man:pkg.conf[5] is the system-wide configuration file used by the man:pkg[8] tools.
The default location of this file is `/usr/local/etc/pkg.conf`.
[NOTE]