From 3051d76108a615f3e55ed87d5df888024387f08d Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 27 Jun 2005 09:51:09 +0000 Subject: [PATCH] Consistency. Use Pp instead of br. --- usr.bin/make/make.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 70a9b4258095..f567a238cafb 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.117 2005/06/27 00:17:08 lukem Exp $ +.\" $NetBSD: make.1,v 1.118 2005/06/27 09:51:09 wiz Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -601,14 +601,14 @@ Its value is determined by trying to to the following directories in order and using the first match: .Bl -enum .It -.Li ${MAKEOBJDIRPREFIX}${.CURDIR} -.br +.Ev ${MAKEOBJDIRPREFIX}${.CURDIR} +.Pp (Only if .Ql Ev MAKEOBJDIRPREFIX is set in the environment or on the command line.) .It -.Li ${MAKEOBJDIR} -.br +.Ev ${MAKEOBJDIR} +.Pp (Only if .Ql Ev MAKEOBJDIR is set in the environment or on the command line.)