Docs: fix

This commit is contained in:
0x1eef 2024-05-11 16:33:43 -03:00
parent 894a39799a
commit f2d3e7bc5c
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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.