From 266c0db298148c8d061a513d47a5b5a3f047e7f8 Mon Sep 17 00:00:00 2001
From: Steve Dougherty <sdougherty@barracuda.com>
Date: Mon, 16 May 2016 13:25:41 -0400
Subject: [PATCH 2/2] man: hyphenate "non-blank"

---
 xargs/xargs.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xargs/xargs.1 b/xargs/xargs.1
index 6837786..753b3d1 100644
--- a/xargs/xargs.1
+++ b/xargs/xargs.1
@@ -179,7 +179,7 @@ This option is deprecated; use
 instead.
 .TP
 .BI \-L " max-lines"
-Use at most \fImax-lines\fR nonblank input lines per command line.
+Use at most \fImax-lines\fR non-blank input lines per command line.
 Trailing blanks cause an input line to be logically continued on the
 next input line.  Implies
 .BR \-x .
@@ -268,7 +268,7 @@ distribution scheme, for example.
 .TP
 .PD
 .B \-r, \-\-no\-run\-if\-empty
-If the standard input does not contain any nonblanks, do not run the
+If the standard input does not contain any non-blanks, do not run the
 command.  Normally, the command is run once even if there is no input.
 This option is a GNU extension.
 .TP
-- 
2.8.2

