man: update

Fix #11
This commit is contained in:
0x1eef 2023-06-26 01:59:05 -03:00
parent 1249f3c354
commit de49e10ef8

View file

@ -3,22 +3,28 @@
.Os .Os
.Sh NAME .Sh NAME
.Nm portzap .Nm portzap
.Nd manage the HardenedBSD ports tree .Nd manages the HardenedBSD ports tree
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm portzap clone .Nm portzap clone
.Nm portzap pull .Nm portzap pull
.Nm portzap install .Nm portzap install
.Sh DESCRIPTION .Sh DESCRIPTION
The The portzap utility manages a local copy of the
.Nm portzap HardenedBSD ports tree.
utility is designed to allow unprivileged users The utility allows user accounts with
who are members of the .Nm _portzap
.B _portzap group membership to create and update a transient
group to create and update a copy of the ports tree, which can then be installed
transient copy of the ports tree, which can then be installed
into the into the
.Pa /usr/ports .Pa /usr/ports/
directory by root. directory by root.
.Pp
After the first installation of
.Pa /usr/ports/
, future updates
are incremental - which means that portzap will only add,
remove or update ports that have changed since the last
update.
.Sh EXAMPLES .Sh EXAMPLES
The following examples demonstrate the usage of The following examples demonstrate the usage of
.Nm portzap .Nm portzap