Docs: fix
This commit is contained in:
parent
894a39799a
commit
f2d3e7bc5c
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue