summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-11-02 20:30:36 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-11-02 20:30:36 +0000
commit327617948db966f43b655c5547ef53f1c6b160b2 (patch)
treedada45cd77c96fc41f18149ce0d6aeeffab4905a
parent71165800e915be33b4ce48a5e6ddc0f78125517b (diff)
sort arguments;
-rw-r--r--usr.bin/make/make.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index e17a6551446..3d6b583b334 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: make.1,v 1.71 2007/11/02 17:27:24 espie Exp $
+.\" $OpenBSD: make.1,v 1.72 2007/11/02 20:30:35 jmc Exp $
.\" $OpenPackages$
.\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $
.\"
@@ -163,10 +163,10 @@ Print the input graph before making anything.
.It Ar "g2"
Print the input graph after making everything, or before exiting
on error.
-.It Ar j
-Print debugging information about running multiple shells.
.It Ar J
Print job tokens showing which output corresponds to what job.
+.It Ar j
+Print debugging information about running multiple shells.
.It Ar l
Print commands in Makefile targets regardless of whether or not they are
prefixed by @.