diff options
author | 2014-11-03 19:51:16 +0000 | |
---|---|---|
committer | 2014-11-03 19:51:16 +0000 | |
commit | 0e9a18af220b6f0c498c6e64c97b7523d1136a7f (patch) | |
tree | 1bbb3582d3bca85ef8152542757b0282487c64f0 | |
parent | the man page says it is impossible to cheat, but since the shuffle is (diff) | |
download | wireguard-openbsd-0e9a18af220b6f0c498c6e64c97b7523d1136a7f.tar.xz wireguard-openbsd-0e9a18af220b6f0c498c6e64c97b7523d1136a7f.zip |
Add a blurb about "Discovered old directory in ..." in the man page.
Direction/tweaks from sthen@ espie@
ok espie@
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 8261bc64cf1..d92b30de8bf 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.408 2014/10/02 23:52:09 stu Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.409 2014/11/03 19:51:16 bcallah Exp $ .\" .\" Copyright (c) 2000-2008 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: October 2 2014 $ +.Dd $Mdocdate: November 3 2014 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -3082,6 +3082,12 @@ commands, but grouped here for convenience: easier to look for in .Xr dpb 1 Ns 's logs. .Bl -diag +.It "Discovered old directory in ..." +This message comes from +.Xr make-plist 1 . +A directory was found in the PLIST that used to be needed but is no longer, +because it's now accounted for through dependencies. +Indicates the old directory has been removed. .It "Error: change in plist between ..." Error message comes from .Xr register-plist 1 . |