diff options
author | juanfra <juanfra@cvs.openbsd.org> | 2014-01-22 01:29:34 +0000 |
---|---|---|
committer | juanfra <juanfra@cvs.openbsd.org> | 2014-01-22 01:29:34 +0000 |
commit | b8edf408d50b7c4e4fc822de042952bacf6645f7 (patch) | |
tree | 52a6975d5161fe63e488103ddb7496f3cd46626f /share/man | |
parent | c013b496122de3ba02a01f85764a94def1926b79 (diff) |
Fix the ambigous text in afterboot. For a newbie, the text really
said: "download the packages from a mirror and install these with
pkg_add". Also add a mention to pkg.conf in pkg_add.1.
Help and suggestions from jmc@ and sthen@. OK from both.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man8/afterboot.8 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8 index 367092020b2..3cf8f738a07 100644 --- a/share/man/man8/afterboot.8 +++ b/share/man/man8/afterboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: afterboot.8,v 1.141 2013/07/14 19:44:39 jmc Exp $ +.\" $OpenBSD: afterboot.8,v 1.142 2014/01/22 01:29:33 juanfra Exp $ .\" .\" Copyright (c) 1997 Marshall M. Midden .\" All rights reserved. @@ -29,7 +29,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: July 14 2013 $ +.Dd $Mdocdate: January 22 2014 $ .Dt AFTERBOOT 8 .\" Originally created by Marshall M. Midden -- 1997-10-20, m4@umn.edu .Os @@ -594,9 +594,7 @@ Install your own packages. The .Ox ports collection includes a large set of third-party software. -A lot of it is available as binary packages that you can download from -.Lk ftp://ftp.openbsd.org -or a mirror, and install using +A lot of it is available as binary packages that you can install using .Xr pkg_add 1 . See .Xr ports 7 |