diff options
author | abs <abs@pkgsrc.org> | 2009-10-28 21:29:00 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-10-28 21:29:00 +0000 |
commit | 6a1820f51e59fcc3f60c34151f063e4e30d85d80 (patch) | |
tree | 423f3ad43fd06c1844a63e292df1df5a89cfe9b9 /pkgtools/pkg_chk | |
parent | 89547aceee4851fa8da8db203594f8cc33716116 (diff) | |
download | pkgsrc-6a1820f51e59fcc3f60c34151f063e4e30d85d80.tar.gz |
Clarify -u usage (noticed by bvd - thanks)
Diffstat (limited to 'pkgtools/pkg_chk')
-rw-r--r-- | pkgtools/pkg_chk/files/pkg_chk.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_chk/files/pkg_chk.8 b/pkgtools/pkg_chk/files/pkg_chk.8 index d0219b79343..1efaa0c4e56 100644 --- a/pkgtools/pkg_chk/files/pkg_chk.8 +++ b/pkgtools/pkg_chk/files/pkg_chk.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_chk.8,v 1.27 2009/05/04 20:45:41 wiz Exp $ +.\" $NetBSD: pkg_chk.8,v 1.28 2009/10/28 21:29:00 abs Exp $ .\" .\" Copyright (c) 2001 by David Brownlee (abs@NetBSD.org) .\" Absolutely no warranty. @@ -145,7 +145,7 @@ to .Fl U will result in all default tags being unset .It Fl u -Automatically update any missing packages. +Automatically update any installed but out of date packages. If a binary package exists in .Ev PACKAGES it will be used in preference to building from source, unless the |