Index: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml =================================================================== --- head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml +++ head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml @@ -1926,18 +1926,18 @@ example, if svn only shows the following files as being updated: - src/games/cribbage/instr.c -src/games/sail/pl_main.c -src/release/sysinstall/config.c -src/release/sysinstall/media.c -src/share/mk/bsd.port.mk + src/games/factor/factor.c +src/games/fortune/fortune/fortune.c +src/usr.sbin/bsdinstall/distextract/distextract.c +src/usr.sbin/bsdinstall/partedit/diskeditor.c +src/share/man/man7/intro.7 it probably is not worth rebuilding the entire world. Instead, go into the appropriate sub-directories and run make all install. But if something major changes, such as - src/lib/libc/stdlib, consider - rebuilding world. + src/lib/libc/stdlib, a complete rebuild of + world is highly recommended. Some users rebuild world every fortnight and let changes accumulate over that fortnight. Others only