diff options
author | bde <bde@FreeBSD.org> | 1998-11-15 05:51:55 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-11-15 05:51:55 +0000 |
commit | c66126f4eb8c0e9ddfaa9cbd5a11436f342ee4d4 (patch) | |
tree | 60fafc574e232c262ae7bb36f8027eed02fb3b5f /usr.bin/make | |
parent | 0fe57f402dbe24484a3292050f95bc58d379eb3f (diff) | |
download | FreeBSD-src-c66126f4eb8c0e9ddfaa9cbd5a11436f342ee4d4.zip FreeBSD-src-c66126f4eb8c0e9ddfaa9cbd5a11436f342ee4d4.tar.gz |
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'.
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/make.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 7853b14..c85ca51 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 |