diff options
author | Peter Stromberg <wilfried@cvs.openbsd.org> | 2001-10-04 10:28:21 +0000 |
---|---|---|
committer | Peter Stromberg <wilfried@cvs.openbsd.org> | 2001-10-04 10:28:21 +0000 |
commit | 6893f7ad37a13fd466a6fab0517401c7175fe736 (patch) | |
tree | f3ebf9a041976c2480b434257abcfd4644bbb9ad /share/man/man7 | |
parent | 2f48ecf9b597ac9d9f06ed27df53de9336d2b7bf (diff) |
e.g. and i.e. cleanup
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/packages.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/packages.7 b/share/man/man7/packages.7 index a118a9e31bc..6ca00e657a4 100644 --- a/share/man/man7/packages.7 +++ b/share/man/man7/packages.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: packages.7,v 1.10 2001/08/03 15:21:16 mpech Exp $ +.\" $OpenBSD: packages.7,v 1.11 2001/10/04 10:28:20 wilfried Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -226,7 +226,7 @@ will let .Xr pkg_add 1 automatically download dependencies as well. .Pp -In theory, a package need only record direct dependencies, e.g., packages +In theory, a package need only record direct dependencies, i.e., packages it does require, and let required packages do the same. In practice, having the full list of dependencies available does speed things up: while installing a package through |