From 3873e6c2a7aa69ec31afaa0154f589ad5eb30102 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 15 Nov 1998 05:51:55 +0000 Subject: [PATCH] Fixed bugs in previous commit: - missing `v' in synopsis. - 'v' disordered relative to 'V' in description of options. - line too long in description of 'v'. --- usr.bin/make/make.1 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 7853b14deb9..c85ca51e369 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 -.\" $Id: make.1,v 1.13 1998/10/18 00:51:46 obrien Exp $ +.\" $Id: make.1,v 1.14 1998/11/14 16:15:04 dg Exp $ .\" .Dd March 19, 1994 .Dt MAKE 1 @@ -40,7 +40,7 @@ .Nd maintain program dependencies .Sh SYNOPSIS .Nm make -.Op Fl Beiknqrst +.Op Fl Beiknqrstv .Op Fl D Ar variable .Op Fl d Ar flags .Op Fl f Ar makefile @@ -173,8 +173,6 @@ before each command line in the makefile. .It Fl t Rather than re-building a target as specified in the makefile, create it or update its modification time to make it appear up-to-date. -.It Fl v -Be extra verbose. For multi-job makes, this will cause file banners to be generated. .It Fl V Ar variable Print .Nm make Ns 's @@ -185,6 +183,9 @@ Do not build any targets. Multiple instances of this option may be specified; the variables will be printed one per line, with a blank line for each null or undefined variable. +.It Fl v +Be extra verbose. +For multi-job makes, this will cause file banners to be generated. .It Ar variable=value Set the value of the variable .Ar variable