[Midnightbsd-cvs] src [11365] trunk/usr.bin/stdbuf/stdbuf.c: clenaup
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Jul 6 08:48:36 EDT 2018
Revision: 11365
http://svnweb.midnightbsd.org/src/?rev=11365
Author: laffer1
Date: 2018-07-06 08:48:36 -0400 (Fri, 06 Jul 2018)
Log Message:
-----------
clenaup
Modified Paths:
--------------
trunk/usr.bin/stdbuf/Makefile
trunk/usr.bin/stdbuf/stdbuf.1
trunk/usr.bin/stdbuf/stdbuf.c
Property Changed:
----------------
trunk/usr.bin/stdbuf/stdbuf.1
Modified: trunk/usr.bin/stdbuf/Makefile
===================================================================
--- trunk/usr.bin/stdbuf/Makefile 2018-07-06 12:48:06 UTC (rev 11364)
+++ trunk/usr.bin/stdbuf/Makefile 2018-07-06 12:48:36 UTC (rev 11365)
@@ -1,8 +1,7 @@
# $MidnightBSD$
+# $FreeBSD: stable/10/usr.bin/stdbuf/Makefile 240372 2012-09-11 21:13:18Z delphij $
PROG= stdbuf
SRCS= stdbuf.c
-WARNS?= 6
-
.include <bsd.prog.mk>
Modified: trunk/usr.bin/stdbuf/stdbuf.1
===================================================================
--- trunk/usr.bin/stdbuf/stdbuf.1 2018-07-06 12:48:06 UTC (rev 11364)
+++ trunk/usr.bin/stdbuf/stdbuf.1 2018-07-06 12:48:36 UTC (rev 11365)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" Copyright (c) 2012 Jeremie Le Hen <jlh at FreeBSD.org>
.\" All rights reserved.
.\"
@@ -22,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/usr.bin/stdbuf/stdbuf.1 235355 2012-05-12 19:59:37Z joel $
.\"
.Dd April 28, 2012
.Dt STDBUF 1
@@ -108,7 +109,7 @@
.An -nosplit
The original idea of the
.Nm
-command comes from
+command comes from
.An Padraig Brady
who implemented it in the GNU coreutils.
.An Jeremie Le Hen
Property changes on: trunk/usr.bin/stdbuf/stdbuf.1
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/usr.bin/stdbuf/stdbuf.c
===================================================================
--- trunk/usr.bin/stdbuf/stdbuf.c 2018-07-06 12:48:06 UTC (rev 11364)
+++ trunk/usr.bin/stdbuf/stdbuf.c 2018-07-06 12:48:36 UTC (rev 11365)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*-
* Copyright (c) 2012 Jeremie Le Hen <jlh at FreeBSD.org>
* All rights reserved.
@@ -23,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $MidnightBSD$
+ * $FreeBSD: stable/10/usr.bin/stdbuf/stdbuf.c 321883 2017-08-01 16:48:33Z asomers $
*/
#include <err.h>
@@ -40,7 +41,7 @@
usage(int s)
{
- fprintf(stderr, "Usage: %s [-e 0|L|<sz>] [-i 0|L|<sz>] [-o 0|L|<sz>] "
+ fprintf(stderr, "Usage: %s [-e 0|L|B|<sz>] [-i 0|L|B|<sz>] [-o 0|L|B|<sz>] "
"<cmd> [args ...]\n", __progname);
exit(s);
}
More information about the Midnightbsd-cvs
mailing list