diff options
author | Landry Breuil <landry@cvs.openbsd.org> | 2008-11-03 09:32:15 +0000 |
---|---|---|
committer | Landry Breuil <landry@cvs.openbsd.org> | 2008-11-03 09:32:15 +0000 |
commit | 0b4176d685c00cee056baf27e91545a4f7bd5ddf (patch) | |
tree | f8aec0131a26a06870f81c0f01370cbeda48d203 /usr.sbin | |
parent | 9c8d59210e79fa2464f380a713f8a5212464256f (diff) |
Fix some errors, okay espie@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::Intro.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pod/OpenBSD::Intro.pod b/usr.sbin/pkg_add/pod/OpenBSD::Intro.pod index eed27a12052..10febdaaa2e 100644 --- a/usr.sbin/pkg_add/pod/OpenBSD::Intro.pod +++ b/usr.sbin/pkg_add/pod/OpenBSD::Intro.pod @@ -1,4 +1,4 @@ -$OpenBSD: OpenBSD::Intro.pod,v 1.8 2008/06/02 23:31:33 jmc Exp $ +$OpenBSD: OpenBSD::Intro.pod,v 1.9 2008/11/03 09:32:14 landry Exp $ =head1 NAME @@ -128,7 +128,7 @@ will try really hard to only deal with one or two packages at a time, in order to minimize combinatorial complexity, and to have a maximal number of safe points, where an update operation can stop without hosing the whole system. An update set is simply a minimal bag of packages, with old -packages that are going to be installed, new packages that are going +packages that are going to be removed, new packages that are going to replace them, and an area to record related ongoing computations. The old set may be empty, the new set may be empty, and in all cases, the update set shall be small (as small as possible). Currently, @@ -296,7 +296,7 @@ that comes from category/someport/snapshot will never replace a package that comes from category/someport/stable. Likewise for flavors. Finally, pkg_add -u decides whether the update is needed by comparing -the package signatures: a package signature is information is composed of +the package signatures: a package signature is composed of the name of a package, together with relevant dependency information: all wantlib versions, and all run dependencies versions. If anything is different, it means the new package must replace the old one. |