diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-12-26 15:01:07 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-12-26 15:01:07 +0000 |
commit | 825630951e9ec3cc58d1b047891f6c6b73164995 (patch) | |
tree | deb4d2cd25bc70ecbae5e4451d2daf1bf34505f4 /usr.sbin | |
parent | 688ee1e977cdfe94ef7eeae0e8bf1094efd39318 (diff) |
simplify BUGS message, especially since it is not accurate any longer.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 49f9a8796bb..b63409d4cbf 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.29 2004/12/18 14:13:33 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.30 2004/12/26 15:01:06 espie Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -447,11 +447,3 @@ scripts. The .Fl r option has not seen wide-testing yet and is almost certainly full of bugs. -In particular, failure modes are untested, and a large number of code paths -have not seen actual use yet. -This option only handles atomic updates of single packages, there is no code -to replace multiple packages with another set of equivalent multiple packages. -For instance, since this option will often replace a package with -a newer package by creating an extra stub package for older shared libraries, -reversing the effect of pkg_add -r without wiping out most installed packages -will be impossible. |