Add missing dot before macro.

This commit is contained in:
wiz 2008-10-19 16:59:08 +00:00
parent 06f6396fc6
commit bcb1e574cb

View File

@ -1,4 +1,4 @@
.\" $NetBSD: make.1,v 1.139 2008/10/19 08:30:10 apb Exp $
.\" $NetBSD: make.1,v 1.140 2008/10/19 16:59:08 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -119,7 +119,7 @@ they are added to the
environment variable and will be processed by any child make processes.
By default, debugging information is printed to standard output,
but this can be changed using the
Ar F
.Ar F
debugging flag.
The debugging output is always unbuffered; in addition, if debugging
is enabled but debugging output is not directed to standard output,