diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml index 0dff736dea..21337208a1 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml @@ -345,7 +345,7 @@ A special value of "now" causes the checkout to be updated on every build. - CVSDIR: + CVSDIR: Specifies where a temporary checkout is saved. The location is often DL_DIR/cvs. @@ -394,7 +394,8 @@ Effectively, you are renaming the output directory to which the module is unpacked. You are forcing the module into a special - directory relative to CVSDIR. + directory relative to + CVSDIR. "rsh" Used in conjunction with the "method" parameter. @@ -435,9 +436,9 @@ The executable used is specified by FETCHCMD_svn, which defaults to "svn". - The fetcher's temporary working directory is set - by SVNDIR, which is usually - DL_DIR/svn. + The fetcher's temporary working directory is set by + SVNDIR, + which is usually DL_DIR/svn. @@ -491,8 +492,9 @@ This fetcher submodule fetches code from the Git source control system. The fetcher works by creating a bare clone of the - remote into GITDIR, which is - usually DL_DIR/git2. + remote into + GITDIR, + which is usually DL_DIR/git2. This bare clone is then cloned into the work directory during the unpack stage when a specific tree is checked out. This is done using alternates and by reference to