From 1277c4b6978413ae732d422d869074c1be70d798 Mon Sep 17 00:00:00 2001 From: jmc Date: Sat, 24 Oct 2015 08:44:49 +0000 Subject: [PATCH] change one instance of Dl to a display and provide a teeny indent to avoid line wrap; tj mailed me a diff to make this example work more generally, but i prefer to try and avoid the line wrap; --- share/man/man7/packages.7 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/share/man/man7/packages.7 b/share/man/man7/packages.7 index 74576b061f6..26cabdb7203 100644 --- a/share/man/man7/packages.7 +++ b/share/man/man7/packages.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: packages.7,v 1.39 2015/09/27 18:25:55 jmc Exp $ +.\" $OpenBSD: packages.7,v 1.40 2015/10/24 08:44:49 jmc Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 27 2015 $ +.Dd $Mdocdate: October 24 2015 $ .Dt PACKAGES 7 .Os .Sh NAME @@ -236,11 +236,12 @@ will automatically install required dependencies before installing a given package. Installs through .Xr ftp 1 -are supported: pointing +are supported: pointing .Ev PKG_PATH to a distant package repository, e.g., -.Pp -.Dl # export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/5.2/packages/i386/ +.Bd -literal -offset 1n +# export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/5.2/packages/i386/ +.Ed .Pp will let .Xr pkg_add 1 -- 2.20.1