From 1b400a076d52d9340447bc2d0a8ee32f6cd950ee Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 7 Feb 2023 17:53:15 +0000 Subject: [PATCH] ports/README is fairly prominent on the web interface for the read-only conversion on github; add man.openbsd.org links for the various manpages for easier reading by people who find it there op@ solene@ ian@ agree --- README | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README b/README index e1c1ae6884f..710b081ca96 100644 --- a/README +++ b/README @@ -1,6 +1,18 @@ -Documentation for the ports tree: ports(7), packages(7), mirroring-ports(7), -library-specs(7), bsd.port.mk(5), bsd.port.arch.mk(5), port-modules(5). +Documentation for the ports tree includes: -dpb(1), bulk(8) for bulk builds. +ports(7) https://man.openbsd.org/ports.7 +packages(7) https://man.openbsd.org/packages.7 +mirroring-ports(7) https://man.openbsd.org/mirroring-ports.7 +library-specs(7) https://man.openbsd.org/library-specs.7 +bsd.port.mk(5) https://man.openbsd.org/bsd.port.mk.5 +bsd.port.arch.mk(5) https://man.openbsd.org/bsd.port.arch.mk.5 +port-modules(5) https://man.openbsd.org/port-modules.5 -See also the OpenBSD Porter's Handbook http://www.openbsd.org/faq/ports/ +And for bulk builds: + +dpb(1) https://man.openbsd.org/dpb.1 +bulk(8) https://man.openbsd.org/bulk.8 +proot(1) https://man.openbsd.org/proot.1 + +Also see the OpenBSD Porter's Handbook +https://www.openbsd.org/faq/ports/