Author: markj
Date: Sun Dec  3 20:36:36 2017
New Revision: 326502
URL: https://svnweb.freebsd.org/changeset/base/326502

Log:
  Document the sys/boot -> stand move in hier.7 and the top-level README.
  
  Reviewed by:  imp
  Differential Revision:        https://reviews.freebsd.org/D13353

Modified:
  head/README
  head/README.md
  head/share/man/man7/hier.7

Modified: head/README
==============================================================================
--- head/README Sun Dec  3 19:26:14 2017        (r326501)
+++ head/README Sun Dec  3 20:36:36 2017        (r326502)
@@ -66,6 +66,8 @@ secure                Cryptographic libraries and commands.
 
 share          Shared resources.
 
+stand          Boot loader sources.
+
 sys            Kernel sources.
 
 tests          Regression tests which can be run by Kyua.  See tests/README

Modified: head/README.md
==============================================================================
--- head/README.md      Sun Dec  3 19:26:14 2017        (r326501)
+++ head/README.md      Sun Dec  3 20:36:36 2017        (r326502)
@@ -68,6 +68,8 @@ secure                        Cryptographic libraries and 
commands.
 
 share                  Shared resources.
 
+stand                  Boot loader sources.
+
 sys                            Kernel sources.
 
 tests                  Regression tests which can be run by Kyua.  See 
tests/README

Modified: head/share/man/man7/hier.7
==============================================================================
--- head/share/man/man7/hier.7  Sun Dec  3 19:26:14 2017        (r326501)
+++ head/share/man/man7/hier.7  Sun Dec  3 20:36:36 2017        (r326502)
@@ -28,7 +28,7 @@
 .\"    @(#)hier.7      8.1 (Berkeley) 6/5/93
 .\" $FreeBSD$
 .\"
-.Dd November 16, 2017
+.Dd December 3, 2017
 .Dt HIER 7
 .Os
 .Sh NAME
@@ -644,6 +644,8 @@ build directory for files in
 .It Pa share/
 source for files in
 .Pa /usr/share
+.It Pa stand/
+boot loader source code
 .It Pa sys/
 kernel source code
 .Bl -tag -width "opencrypto/" -compact
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to