From f2d3e7bc5cebb29508b2e14f1026c5fd202dfe23 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 11 May 2024 16:33:43 -0300 Subject: [PATCH] Docs: fix --- README.md | 4 ++-- man/man8/srczap.8 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.