change one instance of Dl to a display and provide a teeny indent
authorjmc <jmc@openbsd.org>
Sat, 24 Oct 2015 08:44:49 +0000 (08:44 +0000)
committerjmc <jmc@openbsd.org>
Sat, 24 Oct 2015 08:44:49 +0000 (08:44 +0000)
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

index 74576b0..26cabdb 100644 (file)
@@ -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