diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-07-26 20:36:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-07-26 20:36:11 +0000 |
commit | 92273b8093687c228f7c41b4a14403afe79f7be1 (patch) | |
tree | c26c678605e362f9f41d700b2c64f4180b8004c6 /share/man/man5 | |
parent | 5ebceadfeb709e68203cba08d328123067c1a0b8 (diff) |
Xr make-plist -> update-plist;
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 9b8211e0420..12a04d280fa 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.488 2018/07/16 09:13:29 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.489 2018/07/26 20:36:10 jmc 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: July 16 2018 $ +.Dd $Mdocdate: July 26 2018 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -3187,7 +3187,7 @@ or other files pertinent to the package. .It "Discovered old directory in ..." This message comes from -.Xr make-plist 1 . +.Xr update-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. |