summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-07-09 20:30:43 +0000
committerjmc <jmc@openbsd.org>2003-07-09 20:30:43 +0000
commitfef2ebb4dbc31148f9a72fca1777a7f767afd784 (patch)
treebc6c831acd2f02f66427987ed07b4f5a0c15654c
parentfix some lists and some typos; (diff)
downloadwireguard-openbsd-fef2ebb4dbc31148f9a72fca1777a7f767afd784.tar.xz
wireguard-openbsd-fef2ebb4dbc31148f9a72fca1777a7f767afd784.zip
change some 1-line displays to .Dl and fix a punctuation problem;
-rw-r--r--share/man/man7/packages.716
1 files changed, 7 insertions, 9 deletions
diff --git a/share/man/man7/packages.7 b/share/man/man7/packages.7
index 56de63b1159..77685bf26af 100644
--- a/share/man/man7/packages.7
+++ b/share/man/man7/packages.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: packages.7,v 1.16 2003/05/07 06:53:06 jmc Exp $
+.\" $OpenBSD: packages.7,v 1.17 2003/07/09 20:30:43 jmc Exp $
.\"
.\" Copyright (c) 2000 Marc Espie
.\"
@@ -38,9 +38,8 @@ to be compiled and installed on a new machine.
As an alternative, most of these ports are also available as binary
packages.
Adding a new package is as simple as
-.Bd -literal -offset indent
-pkg_add foo-1.0-vanilla.tgz
-.Ed
+.Pp
+.Dl pkg_add foo-1.0-vanilla.tgz
.Pp
In appearance, packages seem to be .tgz archives, and as such, can be
examined on almost any computer system, but there is a bit more to it:
@@ -98,8 +97,7 @@ or need some working directory under
to function correctly (e.g.,
.Nm squid ,
or
-.Nm mysql
-).
+.Nm mysql ) .
.Pp
The current package system has some major limitations.
.Ss "The package system is not aware of shared network installations"
@@ -216,9 +214,9 @@ Installs through
are supported: pointing
.Ev PKG_PATH
to a distant package repository, e.g.,
-.Bd -literal -width indent
-setenv PKG_PATH ftp://ftp.openbsd.org/pub/OpenBSD/2.9/packages/i386
-.Ed
+.Pp
+.Dl setenv PKG_PATH ftp://ftp.openbsd.org/pub/OpenBSD/2.9/packages/i386
+.Pp
will let
.Xr pkg_add 1
automatically download dependencies as well.