summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2014-10-19 18:24:58 +0000
committerjmc <jmc@openbsd.org>2014-10-19 18:24:58 +0000
commita9f1a6ace2c00a97815abc51999a79255bf171df (patch)
tree42c47f308a3d907574cb9e3719079420ccbbafac
parentRevamp malloc.3 by reordering the sections and rewriting parts. (diff)
downloadwireguard-openbsd-a9f1a6ace2c00a97815abc51999a79255bf171df.tar.xz
wireguard-openbsd-a9f1a6ace2c00a97815abc51999a79255bf171df.zip
rearrange -d, again, after giving ingo some dodgy advice;
ok ingo
-rw-r--r--usr.bin/du/du.14
-rw-r--r--usr.bin/du/du.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1
index 297b8b5e5db..61f20c99112 100644
--- a/usr.bin/du/du.1
+++ b/usr.bin/du/du.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: du.1,v 1.33 2014/10/19 14:27:41 schwarze Exp $
+.\" $OpenBSD: du.1,v 1.34 2014/10/19 18:24:58 jmc Exp $
.\" $NetBSD: du.1,v 1.6 1996/10/18 07:20:31 thorpej Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -39,8 +39,8 @@
.Sh SYNOPSIS
.Nm du
.Op Fl achkrsx
-.Op Fl d Ar depth
.Op Fl H | L | P
+.Op Fl d Ar depth
.Op Ar
.Sh DESCRIPTION
The
diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c
index d279885d5ba..e020813f9f0 100644
--- a/usr.bin/du/du.c
+++ b/usr.bin/du/du.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: du.c,v 1.27 2014/10/19 14:27:41 schwarze Exp $ */
+/* $OpenBSD: du.c,v 1.28 2014/10/19 18:24:58 jmc Exp $ */
/* $NetBSD: du.c,v 1.11 1996/10/18 07:20:35 thorpej Exp $ */
/*
@@ -315,6 +315,6 @@ usage(void)
{
(void)fprintf(stderr,
- "usage: du [-achkrsx] [-d depth] [-H | -L | -P] [file ...]\n");
+ "usage: du [-achkrsx] [-H | -L | -P] [-d depth] [file ...]\n");
exit(1);
}