diff --git a/README.md b/README.md index f217bb1..e950804 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## About srczap manages a local copy of the -[HardenedBSD source code](https://git.hardenedbsd.org/hardenedbsd/HardenedBSD). +[HardenedBSD source tree](https://git.hardenedbsd.org/hardenedbsd/HardenedBSD). The copy of the source tree is maintained by members of the `_srczap` group, and a copy of the source tree can be installed to `/usr/src/` by root. @@ -20,7 +20,7 @@ the first time. ### CLI: srczap - # Clone the HardenedBSD source code into /home/_srczap/src/. + # Clone the HardenedBSD source tree into /home/_srczap/src/. # This command is delegated to the '_srczap' user. $ srczap clone diff --git a/man/man8/srczap.8 b/man/man8/srczap.8 index 5e09347..edcdcb5 100644 --- a/man/man8/srczap.8 +++ b/man/man8/srczap.8 @@ -3,7 +3,7 @@ .Os .Sh NAME .Nm srczap -.Nd manages a copy of the HardenedBSD source code +.Nd manages a copy of the HardenedBSD source tree .Sh SYNOPSIS .br srczap clone @@ -15,7 +15,7 @@ srczap install srczap erase .Sh DESCRIPTION .Nm srczap -manages a copy of the HardenedBSD source code. +manages a copy of the HardenedBSD source tree. The copy of the source tree is maintained by members of the '_srczap' group, and a copy of the source tree can be installed to /usr/src/ by root.