summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-11-02 20:30:35 +0000
committerjmc <jmc@openbsd.org>2007-11-02 20:30:35 +0000
commitd23258cbf8e22a48e9333a64d61df44de76cb1fc (patch)
tree3bc86504c62067b7260b33f27fd84f0550e2f6f4
parentregen (diff)
downloadwireguard-openbsd-d23258cbf8e22a48e9333a64d61df44de76cb1fc.tar.xz
wireguard-openbsd-d23258cbf8e22a48e9333a64d61df44de76cb1fc.zip
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 @.