Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make Fix typo in width argument; end sentence with dot.



details:   https://anonhg.NetBSD.org/src/rev/f68623fcfb31
branches:  trunk
changeset: 815781:f68623fcfb31
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jun 03 07:07:37 2016 +0000

description:
Fix typo in width argument; end sentence with dot.

diffstat:

 usr.bin/make/make.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 612d9d6ebbc2 -r f68623fcfb31 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Fri Jun 03 06:55:16 2016 +0000
+++ b/usr.bin/make/make.1       Fri Jun 03 07:07:37 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.258 2016/06/03 01:16:27 sjg Exp $
+.\"    $NetBSD: make.1,v 1.259 2016/06/03 07:07:37 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -846,7 +846,7 @@
 .Nm
 runs in.
 It can contain a number of keywords:
-.Bl -hang -width mising-filemon=bf.
+.Bl -hang -width missing-filemon=bf.
 .It Pa compat
 Like
 .Fl B ,
@@ -880,7 +880,7 @@
 is True, then missing filemon data makes the target out-of-date.
 .It Pa nofilemon
 Do not use
-.Xr filemon 4
+.Xr filemon 4 .
 .It Pa env
 For debugging, it can be useful to include the environment
 in the .meta file.



Home | Main Index | Thread Index | Old Index