diff options
| author | wiz <wiz@NetBSD.org> | 2008-10-19 16:59:08 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2008-10-19 16:59:08 +0000 |
| commit | bcb1e574cb3da9e66cc46f31900945c8a04a4032 (patch) | |
| tree | 9958eabd2553ca17de3f647e2ac900b2d339da14 /usr.bin/make/make.1 | |
| parent | 06f6396fc67c61e572c4bbdf9b18e8d8b25f5e55 (diff) | |
Add missing dot before macro.
Diffstat (limited to 'usr.bin/make/make.1')
| -rw-r--r-- | usr.bin/make/make.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 9b5652d340a..b0b1cd0dc8f 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -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, |
