diff options
author | abs <abs> | 2009-10-28 21:29:00 +0000 |
---|---|---|
committer | abs <abs> | 2009-10-28 21:29:00 +0000 |
commit | 8c5ede320a86cd115a47f361fb0526f32027779b (patch) | |
tree | 423f3ad43fd06c1844a63e292df1df5a89cfe9b9 | |
parent | 5052cfb38d82b11aa94e83de1f3de6305e95d5db (diff) | |
download | pkgsrc-8c5ede320a86cd115a47f361fb0526f32027779b.tar.gz |
Clarify -u usage (noticed by bvd - thanks)
-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 |