zap trailing white space

This commit is contained in:
schwarze 2010-03-22 20:30:43 +00:00
parent da8d2a8e8c
commit 99c03c9944

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: dpb3.1,v 1.4 2010/03/22 12:53:58 espie Exp $ .\" $OpenBSD: dpb3.1,v 1.5 2010/03/22 20:30:43 schwarze Exp $
.\" .\"
.Dd $Mdocdate: March 22 2010 $ .Dd $Mdocdate: March 22 2010 $
.Dt DPB3 1 .Dt DPB3 1
@ -59,9 +59,9 @@ Number of concurrent local jobs to run (defaults to hw.ncpu if no host file).
.It Fl L Ar logdir .It Fl L Ar logdir
Choose a log directory. Choose a log directory.
.Po .Po
Defaults to Defaults to
.Pa ${LOGDIR} , .Pa ${LOGDIR} ,
or or
.Pa ${PORTSDIR}/logs/${ARCH} .Pa ${PORTSDIR}/logs/${ARCH}
.Pc . .Pc .
.It Fl P Ar subdirlist .It Fl P Ar subdirlist
@ -79,7 +79,7 @@ Read a size log file and use it for choosing to put WRKDIR in memory.
Connection timeout for ssh. Connection timeout for ssh.
Defaults to 60 seconds. Defaults to 60 seconds.
.It Fl T Ar dtimeout .It Fl T Ar dtimeout
Display timeout (in seconds) while waiting for jobs to finish, so that the Display timeout (in seconds) while waiting for jobs to finish, so that the
display is updated even if jobs didn't finish. display is updated even if jobs didn't finish.
Defaults to 10 seconds. Defaults to 10 seconds.
.It Fl x .It Fl x
@ -180,11 +180,11 @@ where this occurred, logsize is the corresponding log file size,
and a ! is appended in case the build didn't succeed. and a ! is appended in case the build didn't succeed.
.Pp .Pp
The detailed timing info gives a run-down of the build, with clean, fetch, The detailed timing info gives a run-down of the build, with clean, fetch,
prepare, patch (actually extract+patch), configure, build, fake, package, clean prepare, patch (actually extract+patch), configure, build, fake, package, clean
detailed timing info. detailed timing info.
Note that the actual build time starts at Note that the actual build time starts at
.Sq extract .Sq extract
and finishes at and finishes at
.Sq package . .Sq package .
.It Pa clean.log .It Pa clean.log
Paths that do not clean correctly, and required sudo to clean the directory. Paths that do not clean correctly, and required sudo to clean the directory.