svn commit: r338194 - head/share/man/man7

Mateusz Piotrowski 0mp at FreeBSD.org
Wed Aug 22 13:25:42 UTC 2018


Author: 0mp (ports committer)
Date: Wed Aug 22 13:25:41 2018
New Revision: 338194
URL: https://svnweb.freebsd.org/changeset/base/338194

Log:
  Suggest to reboot after installworld in the example of development workflow.
  
  Reviewed by:	trasz
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D16746

Modified:
  head/share/man/man7/development.7

Modified: head/share/man/man7/development.7
==============================================================================
--- head/share/man/man7/development.7	Wed Aug 22 12:26:17 2018	(r338193)
+++ head/share/man/man7/development.7	Wed Aug 22 13:25:41 2018	(r338194)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 21, 2018
+.Dd August 22, 2018
 .Dt DEVELOPMENT 7
 .Os
 .Sh NAME
@@ -117,6 +117,7 @@ After reboot:
 .Bd -literal -offset indent
 cd src
 make -j8 installworld
+reboot
 .Ed
 .Sh SEE ALSO
 .Xr svnlite 1 ,


More information about the svn-src-all mailing list