diff options
author | Landry Breuil <landry@cvs.openbsd.org> | 2012-04-04 15:58:22 +0000 |
---|---|---|
committer | Landry Breuil <landry@cvs.openbsd.org> | 2012-04-04 15:58:22 +0000 |
commit | cacc94cfadcbe5ced13da57c1ebad41ae8364a38 (patch) | |
tree | a64507938872495f9fed02e681fbe9de486c5bda | |
parent | 80fed75f1bb7423ea55684c469c4829e405498d8 (diff) |
It's @option no-default-conflict not option @no-default-conflict
-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 63501726450..3dfeb2dbfb6 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.332 2012/03/22 14:12:00 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.333 2012/04/04 15:58:21 landry 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: March 22 2012 $ +.Dd $Mdocdate: April 4 2012 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2855,7 +2855,7 @@ which obviously won't exist under at the time .Li make package is run. -.It "Warning: option @no-default-conflict with no @conflict" +.It "Warning: @option no-default-conflict with no @conflict" Warning message comes from .Xr pkg_create 1 . Most packages that waive "default-conflict" will have explicit conflict markers |