=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.1,v retrieving revision 1.118 retrieving revision 1.119 diff -c -r1.118 -r1.119 *** src/usr.bin/make/make.1 2015/02/07 13:35:00 1.118 --- src/usr.bin/make/make.1 2015/02/28 21:51:57 1.119 *************** *** 1,4 **** ! .\" $OpenBSD: make.1,v 1.118 2015/02/07 13:35:00 espie Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: make.1,v 1.119 2015/02/28 21:51:57 bentley Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 *************** *** 30,36 **** .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" ! .Dd $Mdocdate: February 7 2015 $ .Dt MAKE 1 .Os .Sh NAME --- 30,36 ---- .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" ! .Dd $Mdocdate: February 28 2015 $ .Dt MAKE 1 .Os .Sh NAME *************** *** 995,1001 **** Files are included with either .Ql .include or ! .Ql .include \*qfile\*q . Variables between the angle brackets or double quotes are expanded to form the file name. If angle brackets are used, the included makefile is expected to be in --- 995,1001 ---- Files are included with either .Ql .include or ! .Ql .include Qq file . Variables between the angle brackets or double quotes are expanded to form the file name. If angle brackets are used, the included makefile is expected to be in *************** *** 1514,1526 **** Normal behavior. .It 1 The target was not up-to date. ! .It \*(Gt1 An error occurred. .El .Pp Otherwise, the .Nm ! utility exits with a value of 0 on success, and \*(Gt0 if an error occurred. .Sh SEE ALSO .Xr ed 1 , .Xr mkdep 1 , --- 1514,1526 ---- Normal behavior. .It 1 The target was not up-to date. ! .It >1 An error occurred. .El .Pp Otherwise, the .Nm ! utility exits with a value of 0 on success, and >0 if an error occurred. .Sh SEE ALSO .Xr ed 1 , .Xr mkdep 1 ,