Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 May 2021 14:34:33 GMT
From:      Ryusuke SUZUKI <ryusuke@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 0c1e7b73ba - main - Correct target directory (/usr/ports/ -> /usr/src) in the svn update example.
Message-ID:  <202105021434.142EYXlD069476@gitrepo.freebsd.org>

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

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

commit 0c1e7b73bae786e7a701baf23c39559c38306864
Author:     Ryusuke SUZUKI <ryusuke@FreeBSD.org>
AuthorDate: 2021-05-02 14:33:56 +0000
Commit:     Ryusuke SUZUKI <ryusuke@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]
 ....



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