document -DHISTORY_ONLY

nitpick at column width.
This commit is contained in:
espie 2012-01-30 15:15:24 +00:00
parent 7f2b8805ae
commit 7b9687cb60

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: dpb.1,v 1.30 2012/01/27 19:03:02 espie Exp $
.\" $OpenBSD: dpb.1,v 1.31 2012/01/30 15:15:24 espie Exp $
.\"
.\" Copyright (c) 2010 Marc Espie <espie@openbsd.org>
.\"
@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate: January 27 2012 $
.Dd $Mdocdate: January 30 2012 $
.Dt DPB 1
.Os
.Sh NAME
@ -96,7 +96,7 @@ is used to specify hosts to use,
can be as simple as a list of hosts to use, one host per line.
.Pp
Options are as follows:
.Bl -tag -width pkgpathlonger
.Bl -tag -width pkgpathlong
.It Fl A Ar arch
Build packages for given architecture, selecting relevant hosts from the
cluster.
@ -118,7 +118,7 @@ as this does not take subpackages and flavors into account.
.It Fl D Ar PARAM Ns = Ns Ar value
Set defined parameter to value.
Known parameters are as follows:
.Bl -tag -width DISPLAY
.Bl -tag -width DISP
.It Ar CDROM_ONLY
Don't fetch distfiles that are not allowed for cdrom.
.It Ar CONNECTION_TIMEOUT
@ -130,6 +130,12 @@ display is updated even if jobs didn't finish.
Defaults to 10 seconds.
.It Ar FTP_ONLY
Don't fetch distfiles that are not allowed for ftp.
.It Ar HISTORY_ONLY
Don't fetch or build anything.
Only run
.Nm
to figure out old distfiles and update
.Pa ${FULLDISTDIR}/history .
.It Ar STUCK_TIMEOUT
Timeout (in seconds * speed factor) after which tasks that don't show
any progress will be killed.
@ -517,7 +523,7 @@ a timestamp from Unix epoch.
When cleaning up old files, with a tool such as
.Xr clean-old-distfiles 1 ,
it is vital to check both the checksum and
the file name: since mirroring stores permanent links under
the file name: since mirroring stores permanent links under
.Pa by_cipher ,
files which are still needed will appear in history under their old
checksums, as an indication the link should be removed, but possibly not
@ -736,7 +742,7 @@ relying on
.Xr ssh_config 5
for any special cases.
.Sh SEE ALSO
.Xr clean-old-distfiles ,
.Xr clean-old-distfiles 1 ,
.Xr pkgpath 7
.Sh AUTHOR
Marc Espie