diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2008-03-02 23:39:20 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2008-03-02 23:39:20 +0000 |
commit | 498f323dc1a0ad31653947caaebe4221f05d164f (patch) | |
tree | 17e2abf778a5e459f69f4d7764677f543bcccb6d /usr.sbin/pkg_add/pod | |
parent | f8cabe3d7391883ee2743b31867bbcc86cd826a8 (diff) |
fix bugs formatting
Diffstat (limited to 'usr.sbin/pkg_add/pod')
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::Intro.pod | 31 |
1 files changed, 25 insertions, 6 deletions
diff --git a/usr.sbin/pkg_add/pod/OpenBSD::Intro.pod b/usr.sbin/pkg_add/pod/OpenBSD::Intro.pod index 9e4649825c3..3dd508a7104 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.5 2008/02/25 16:58:46 espie Exp $ +$OpenBSD: OpenBSD::Intro.pod,v 1.6 2008/03/02 23:39:19 espie Exp $ =head1 NAME @@ -307,19 +307,38 @@ suitable candidates are found. =head1 BUGS AND LIMITATIONS There are a few desireable changes that will happen in the future: -* pkg_add -u should be able to find updates with a stem change. + +=over + +=item * + +pkg_add -u should be able to find updates with a stem change. This requires an extra mechanism that would say `oh, this package changed name', as we cannot afford to look into every single package. -* more complicated update scenarios could happen, once UpdateSets are fully + +=item * + +more complicated update scenarios could happen, once UpdateSets are fully functional. -* pkg_add has no real notion of version number. Thus, updates work only + +=item * + +pkg_add has no real notion of version number. Thus, updates work only in so far as you direct your PKG_PATH to a more recent repository. -* there should be some carefully designed mechanisms to register more + +=item * + +there should be some carefully designed mechanisms to register more `global' processing, to avoid exec/unexec. -* some packages should be able to refuse automatic update, and to interact + +=item * + +some packages should be able to refuse automatic update, and to interact with the user. Again, to be carefully designed, so that one can still understand what's going on. +=back + =head1 LIST OF MODULES =over 3 |