git: 0c1e7b73ba - main - Correct target directory (/usr/ports/ -> /usr/src) in the svn update example.

Ryusuke SUZUKI ryusuke at FreeBSD.org
Sun May 2 14:34:33 UTC 2021


The branch main has been updated by ryusuke:

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

commit 0c1e7b73bae786e7a701baf23c39559c38306864
Author:     Ryusuke SUZUKI <ryusuke at FreeBSD.org>
AuthorDate: 2021-05-02 14:33:56 +0000
Commit:     Ryusuke SUZUKI <ryusuke at FreeBSD.org>
CommitDate: 2021-05-02 14:33:56 +0000

    Correct target directory (/usr/ports/ -> /usr/src) in the svn update example.
---
 documentation/content/en/books/handbook/mirrors/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/handbook/mirrors/_index.adoc b/documentation/content/en/books/handbook/mirrors/_index.adoc
index 2f1f895a81..f28a6b6201 100644
--- a/documentation/content/en/books/handbook/mirrors/_index.adoc
+++ b/documentation/content/en/books/handbook/mirrors/_index.adoc
@@ -802,7 +802,7 @@ After the initial checkout, the local working copy can be updated by running:
 # svn update lwcdir
 ....
 
-To update [.filename]#/usr/ports# created in the example above, use:
+To update [.filename]#/usr/src# created in the example above, use:
 
 [source,shell]
 ....


More information about the dev-commits-doc-all mailing list