Module Name: src Committed By: dholland Date: Mon Apr 2 04:26:17 UTC 2018
Modified Files: src/usr.bin/make: make.1 Log Message: Fix bad markup. To generate a diff of this commit: cvs rdiff -u -r1.271 -r1.272 src/usr.bin/make/make.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/make/make.1 diff -u src/usr.bin/make/make.1:1.271 src/usr.bin/make/make.1:1.272 --- src/usr.bin/make/make.1:1.271 Mon Jul 3 21:34:20 2017 +++ src/usr.bin/make/make.1 Mon Apr 2 04:26:17 2018 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.271 2017/07/03 21:34:20 wiz Exp $ +.\" $NetBSD: make.1,v 1.272 2018/04/02 04:26:17 dholland Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -1864,7 +1864,8 @@ expression is applied. Similarly, if the form is .Ql Ic .ifmake or -.Ql Ic .ifnmake , the +.Ql Ic .ifnmake , +the .Dq make expression is applied. .Pp