diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 4b17c3145aec..12f0601411bd 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.191 2011/05/04 21:24:59 wiz Exp $ +.\" $NetBSD: make.1,v 1.192 2011/05/28 21:53:54 cheusov Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" -.Dd May 4, 2011 +.Dd May 29, 2011 .Dt MAKE 1 .Os .Sh NAME @@ -1867,7 +1867,7 @@ could be built, unless is built by another part of the dependency graph, the following is a dependency loop: .Bd -literal -\&.ORDER: a b +\&.ORDER: b a b: a .Ed .Pp