Diff from Michael Reed <m dot reed at mykolab dot com>:
Minor cleanup of some issues found with mandoc -Tlint and igor(1).
This commit is contained in:
parent
3667ece24c
commit
3529399eee
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: check-lib-depends.1,v 1.5 2011/11/27 16:50:34 espie Exp $
|
||||
.\" $OpenBSD: check-lib-depends.1,v 1.6 2016/09/18 22:09:12 schwarze 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: November 27 2011 $
|
||||
.Dd $Mdocdate: September 18 2016 $
|
||||
.Dt CHECK-LIB-DEPENDS 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -81,9 +81,7 @@ Always show progress-meter, even if not run from terminal.
|
||||
.It Fl o
|
||||
Scan binaries using
|
||||
.Xr ldd 1 ,
|
||||
which also works for old
|
||||
.Xr a.out 5
|
||||
binaries, instead of
|
||||
which also works for old a.out binaries, instead of
|
||||
.Xr objdump 1 ,
|
||||
which only works for
|
||||
.Xr elf 5
|
||||
@ -113,6 +111,5 @@ to other options.
|
||||
.Sh SEE ALSO
|
||||
.Xr ldd 1 ,
|
||||
.Xr objdump 1 ,
|
||||
.Xr a.out 5 ,
|
||||
.Xr bsd.port.mk 5 ,
|
||||
.Xr elf 5
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: dpb.1,v 1.119 2016/08/30 14:00:46 espie Exp $
|
||||
.\" $OpenBSD: dpb.1,v 1.120 2016/09/18 22:09:12 schwarze Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2010-2013 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: August 30 2016 $
|
||||
.Dd $Mdocdate: September 18 2016 $
|
||||
.Dt DPB 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -809,7 +809,7 @@ When
|
||||
.Nm
|
||||
is run as root, it uses a privilege drop model instead of the
|
||||
dangerous privilege elevation model of
|
||||
.Xr doas 8 .
|
||||
.Xr doas 1 .
|
||||
When run as root, by default,
|
||||
.Ar _pbuild
|
||||
is used as the build and log user, and
|
||||
@ -1461,8 +1461,8 @@ and restart it.
|
||||
.Sh SEE ALSO
|
||||
.Xr clean-old-distfiles 1 ,
|
||||
.Xr dpb-replay 1 ,
|
||||
.Xr pkgpath 7 ,
|
||||
.Xr proot 1
|
||||
.Xr proot 1 ,
|
||||
.Xr pkgpath 7
|
||||
.Sh AUTHOR
|
||||
Marc Espie
|
||||
.Sh HISTORY
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: bulk.8,v 1.9 2016/06/22 23:25:57 sthen Exp $
|
||||
.\" $OpenBSD: bulk.8,v 1.10 2016/09/18 22:09:12 schwarze Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2016 Marc Espie <espie@openbsd.org>
|
||||
.\"
|
||||
@ -14,7 +14,7 @@
|
||||
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.Dd $Mdocdate: June 22 2016 $
|
||||
.Dd $Mdocdate: September 18 2016 $
|
||||
.Dt BULK 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -36,7 +36,6 @@ Clean up and do subsequent bulks.
|
||||
.It
|
||||
Perform additional maintenance.
|
||||
.El
|
||||
|
||||
.Ss 1. Choose master machine setup and create partitions
|
||||
Setup a master machine with enough room for a chroot, say
|
||||
.Pa /build .
|
||||
@ -97,7 +96,7 @@ block out quick proto {tcp,udp} from self user _pbuild
|
||||
Recent
|
||||
.Ox
|
||||
systems do not need any kind of
|
||||
.Xr doas 8
|
||||
.Xr doas 1
|
||||
setup for bulk ports builds, as
|
||||
.Xr dpb 1
|
||||
is run as root and drops permissions appropriately.
|
||||
@ -183,7 +182,6 @@ again each time, most things will get cleaned up automatically
|
||||
Note that known directories such as WRKOBJDIR do not get cleaned up
|
||||
automatically, so you may want to set up a STARTUP_SCRIPT in
|
||||
.Xr dpb 1 .
|
||||
.Pp
|
||||
.Ss 5. Perform additional maintenance
|
||||
.Xr clean-old-distfiles 1
|
||||
should be run occasionally since the DISTDIR will continue growing.
|
||||
|
Loading…
x
Reference in New Issue
Block a user