diff options
author | 2015-09-27 14:25:01 +0000 | |
---|---|---|
committer | 2015-09-27 14:25:01 +0000 | |
commit | 49cc47fb8bb80f1da29abe5ad892c68cd1ab16a2 (patch) | |
tree | 66b4ef49031375fa58c4ee6e2904c16467b4052b /share/man/man7 | |
parent | add Ed25519 SSH host key; ok deraadt@ (diff) | |
download | wireguard-openbsd-49cc47fb8bb80f1da29abe5ad892c68cd1ab16a2.tar.xz wireguard-openbsd-49cc47fb8bb80f1da29abe5ad892c68cd1ab16a2.zip |
check-conflicts was replaced with check-problems; from Theo Buehler
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/packages.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/packages.7 b/share/man/man7/packages.7 index 56f32dcd5f2..63c6aedc6be 100644 --- a/share/man/man7/packages.7 +++ b/share/man/man7/packages.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: packages.7,v 1.37 2015/02/23 20:52:49 espie Exp $ +.\" $OpenBSD: packages.7,v 1.38 2015/09/27 14:25:01 sthen Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -24,7 +24,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: February 23 2015 $ +.Dd $Mdocdate: September 27 2015 $ .Dt PACKAGES 7 .Os .Sh NAME @@ -226,7 +226,7 @@ Members of the .Ox project routinely scan built packages for conflicting files, using -.Xr check-conflicts 1 . +.Xr check-problems 1 . Most packages should contain correct annotations, and not allow themselves to be installed on top of a conflicting package. .Sh PACKAGE DEPENDENCIES |