Fix docs
This commit is contained in:
parent
0c6308f99c
commit
28a782c3b7
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
## About
|
## About
|
||||||
|
|
||||||
srczap manages a local copy of the
|
srczap manages a local copy of the
|
||||||
[HardenedBSD source tree](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 copy of the source tree is maintained by members of
|
||||||
the `_srczap` group, and a copy of the source tree
|
the `_srczap` group, and a copy of the source tree
|
||||||
can be installed into `/usr/src/` by root.
|
can be installed into `/usr/src/` by root.
|
||||||
|
@ -41,7 +41,7 @@ the first time.
|
||||||
|
|
||||||
* __$SRCZAP\_GITURL__ <br>
|
* __$SRCZAP\_GITURL__ <br>
|
||||||
The URL to a git repository. <br>
|
The URL to a git repository. <br>
|
||||||
Default: https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git.
|
Default: https://git.HardenedBSD.org/HardenedBSD/HardenedBSD.git.
|
||||||
|
|
||||||
* __$SRCZAP\_BRANCH__ <br>
|
* __$SRCZAP\_BRANCH__ <br>
|
||||||
The git branch to clone and pull updates from. <br>
|
The git branch to clone and pull updates from. <br>
|
||||||
|
@ -73,7 +73,7 @@ via git:
|
||||||
|
|
||||||
* [GitHub](https://github.com/0x1eef/srczap)
|
* [GitHub](https://github.com/0x1eef/srczap)
|
||||||
* [GitLab](https://gitlab.com/0x1eef/srczap)
|
* [GitLab](https://gitlab.com/0x1eef/srczap)
|
||||||
* [git.hardenedbsd.org](https://git.hardenedbsd.org/0x1eef/srczap)
|
* [git.HardenedBSD.org](https://git.HardenedBSD.org/0x1eef/srczap)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ can be installed into /usr/src/ by root.
|
||||||
.sp
|
.sp
|
||||||
.Nm srczap clone
|
.Nm srczap clone
|
||||||
.br
|
.br
|
||||||
Clone the hardenedbsd ports tree into /home/_srczap/src/.
|
Clone the HardenedBSD source tree into /home/_srczap/src/.
|
||||||
.br
|
.br
|
||||||
This command is delegated to the '_srczap' user.
|
This command is delegated to the '_srczap' user.
|
||||||
.Pp
|
.Pp
|
||||||
|
@ -53,7 +53,7 @@ This command requires root privileges.
|
||||||
.br
|
.br
|
||||||
The URL to a git repository.
|
The URL to a git repository.
|
||||||
.br
|
.br
|
||||||
Default: https://git.hardenedbsd.org/hardenedbsd/HardenedBSD/
|
Default: https://git.HardenedBSD.org/HardenedBSD/HardenedBSD/
|
||||||
.sp
|
.sp
|
||||||
.Nm SRCZAP_BRANCH
|
.Nm SRCZAP_BRANCH
|
||||||
.br
|
.br
|
||||||
|
|
Loading…
Reference in a new issue