From: jmc Date: Sat, 24 Oct 2015 08:44:49 +0000 (+0000) Subject: change one instance of Dl to a display and provide a teeny indent X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1277c4b6978413ae732d422d869074c1be70d798;p=openbsd 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; --- 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