From patchwork Wed Dec 19 17:23:39 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 1016208 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-98585-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="wiaSrEiw"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 43KhZM0wC0z9s8J for ; Thu, 20 Dec 2018 04:23:54 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-transfer-encoding; q=dns; s=default; b=Rhy1rccQRBgs/4h6 cc4+8QqU98vFtU7n69YxVtymF2kh1opQHVe/7CBzmEV6kV+b+dSQBzMXaroVTPuo 2O0TMMXv/oscXPKvc/7CfDFvtYaPUK1idc0/puqy1kncRg+an7W9cGwWUnucofkV uEhpYWrOcKJJGyQ4gnntQt6kOs4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-transfer-encoding; s=default; bh=RDCr/Bv9fBtRTM+sK+6rrb 1lSvw=; b=wiaSrEiwyf4HNT7diBAVBpwFc1cG5b2SaNjYwunM19UIMIZxcxyTdH EuJ9A81HITmM9mr3F0LcZDbWn5SXidVbEuYubQV+dozB1Qj48+MNpRXVpWGHymB/ v6+HusQzJj98si8p4iwyNBRkqrVI3nRfX4gVxt+1FWwh1MZ2saLyo= Received: (qmail 24838 invoked by alias); 19 Dec 2018 17:23:48 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 24822 invoked by uid 89); 19 Dec 2018 17:23:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.2 required=5.0 tests=BAYES_00, FREEMAIL_FROM, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, SPF_SOFTFAIL autolearn=ham version=3.3.2 spammy=addc, HContent-Transfer-Encoding:8bit X-HELO: mga17.intel.com From: "H.J. Lu" To: libc-alpha@sourceware.org Subject: [PATCH] manual/examples: Remove redundant "if not" Date: Wed, 19 Dec 2018 09:23:39 -0800 Message-Id: <20181219172339.22149-1-hjl.tools@gmail.com> MIME-Version: 1.0 Replace "if not, if not," with "if not,". * manual/examples/add.c: Remove redundant "if not". * manual/examples/argp-ex1.c: Likewise. * manual/examples/argp-ex2.c: Likewise. * manual/examples/argp-ex3.c: Likewise. * manual/examples/argp-ex4.c: Likewise. * manual/examples/atexit.c: Likewise. * manual/examples/db.c: Likewise. * manual/examples/dir.c: Likewise. * manual/examples/dir2.c: Likewise. * manual/examples/execinfo.c: Likewise. * manual/examples/filecli.c: Likewise. * manual/examples/filesrv.c: Likewise. * manual/examples/fmtmsgexpl.c: Likewise. * manual/examples/genpass.c: Likewise. * manual/examples/inetcli.c: Likewise. * manual/examples/inetsrv.c: Likewise. * manual/examples/isockad.c: Likewise. * manual/examples/longopt.c: Likewise. * manual/examples/memopen.c: Likewise. * manual/examples/memstrm.c: Likewise. * manual/examples/mkdirent.c: Likewise. * manual/examples/mkfsock.c: Likewise. * manual/examples/mkisock.c: Likewise. * manual/examples/mygetpass.c: Likewise. * manual/examples/pipe.c: Likewise. * manual/examples/popen.c: Likewise. * manual/examples/rprintf.c: Likewise. * manual/examples/search.c: Likewise. * manual/examples/select.c: Likewise. * manual/examples/setjmp.c: Likewise. * manual/examples/sigh1.c: Likewise. * manual/examples/sigusr.c: Likewise. * manual/examples/stpcpy.c: Likewise. * manual/examples/strdupa.c: Likewise. * manual/examples/strftim.c: Likewise. * manual/examples/subopt.c: Likewise. * manual/examples/swapcontext.c: Likewise. * manual/examples/termios.c: Likewise. * manual/examples/testopt.c: Likewise. * manual/examples/testpass.c: Likewise. * manual/examples/timeval_subtract.c: Likewise. --- manual/examples/add.c | 2 +- manual/examples/argp-ex1.c | 2 +- manual/examples/argp-ex2.c | 2 +- manual/examples/argp-ex3.c | 2 +- manual/examples/argp-ex4.c | 2 +- manual/examples/atexit.c | 2 +- manual/examples/db.c | 2 +- manual/examples/dir.c | 2 +- manual/examples/dir2.c | 2 +- manual/examples/execinfo.c | 2 +- manual/examples/filecli.c | 2 +- manual/examples/filesrv.c | 2 +- manual/examples/fmtmsgexpl.c | 2 +- manual/examples/genpass.c | 2 +- manual/examples/inetcli.c | 2 +- manual/examples/inetsrv.c | 2 +- manual/examples/isockad.c | 2 +- manual/examples/longopt.c | 2 +- manual/examples/memopen.c | 2 +- manual/examples/memstrm.c | 2 +- manual/examples/mkdirent.c | 2 +- manual/examples/mkfsock.c | 2 +- manual/examples/mkisock.c | 2 +- manual/examples/mygetpass.c | 2 +- manual/examples/pipe.c | 2 +- manual/examples/popen.c | 2 +- manual/examples/rprintf.c | 2 +- manual/examples/search.c | 2 +- manual/examples/select.c | 2 +- manual/examples/setjmp.c | 2 +- manual/examples/sigh1.c | 2 +- manual/examples/sigusr.c | 2 +- manual/examples/stpcpy.c | 2 +- manual/examples/strdupa.c | 2 +- manual/examples/strftim.c | 2 +- manual/examples/subopt.c | 2 +- manual/examples/swapcontext.c | 2 +- manual/examples/termios.c | 2 +- manual/examples/testopt.c | 2 +- manual/examples/testpass.c | 2 +- manual/examples/timeval_subtract.c | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/manual/examples/add.c b/manual/examples/add.c index 88d3e3d5f7..5b502c6467 100644 --- a/manual/examples/add.c +++ b/manual/examples/add.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/argp-ex1.c b/manual/examples/argp-ex1.c index 900af1aec9..2b76129087 100644 --- a/manual/examples/argp-ex1.c +++ b/manual/examples/argp-ex1.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ /* This is (probably) the smallest possible program that diff --git a/manual/examples/argp-ex2.c b/manual/examples/argp-ex2.c index 2465d418a8..50faf6b36a 100644 --- a/manual/examples/argp-ex2.c +++ b/manual/examples/argp-ex2.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ /* This program doesn't use any options or arguments, but uses diff --git a/manual/examples/argp-ex3.c b/manual/examples/argp-ex3.c index efec8e8507..76d658a81e 100644 --- a/manual/examples/argp-ex3.c +++ b/manual/examples/argp-ex3.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ /* This program uses the same features as example 2, and uses options and diff --git a/manual/examples/argp-ex4.c b/manual/examples/argp-ex4.c index f560e38bfb..4b38f03896 100644 --- a/manual/examples/argp-ex4.c +++ b/manual/examples/argp-ex4.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ /* This program uses the same features as example 3, but has more diff --git a/manual/examples/atexit.c b/manual/examples/atexit.c index 718651e8bd..57def3b8c7 100644 --- a/manual/examples/atexit.c +++ b/manual/examples/atexit.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/db.c b/manual/examples/db.c index 93602dece5..ec60cd72af 100644 --- a/manual/examples/db.c +++ b/manual/examples/db.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/dir.c b/manual/examples/dir.c index f9d314a780..a7d37717da 100644 --- a/manual/examples/dir.c +++ b/manual/examples/dir.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ /*@group*/ diff --git a/manual/examples/dir2.c b/manual/examples/dir2.c index 1403bb4ea9..bba417dea8 100644 --- a/manual/examples/dir2.c +++ b/manual/examples/dir2.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ /*@group*/ diff --git a/manual/examples/execinfo.c b/manual/examples/execinfo.c index 112134a70e..2d82625b6c 100644 --- a/manual/examples/execinfo.c +++ b/manual/examples/execinfo.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/filecli.c b/manual/examples/filecli.c index dcdb82590d..89b862655e 100644 --- a/manual/examples/filecli.c +++ b/manual/examples/filecli.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/filesrv.c b/manual/examples/filesrv.c index 7d9f507be2..c4a4998168 100644 --- a/manual/examples/filesrv.c +++ b/manual/examples/filesrv.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/fmtmsgexpl.c b/manual/examples/fmtmsgexpl.c index 8c1e058204..328e98be1c 100644 --- a/manual/examples/fmtmsgexpl.c +++ b/manual/examples/fmtmsgexpl.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/genpass.c b/manual/examples/genpass.c index 23d20789fc..e729dd29ab 100644 --- a/manual/examples/genpass.c +++ b/manual/examples/genpass.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/inetcli.c b/manual/examples/inetcli.c index bcc060b7ca..0718480dd8 100644 --- a/manual/examples/inetcli.c +++ b/manual/examples/inetcli.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/inetsrv.c b/manual/examples/inetsrv.c index ea590fe7b8..249457b5ec 100644 --- a/manual/examples/inetsrv.c +++ b/manual/examples/inetsrv.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/isockad.c b/manual/examples/isockad.c index 4a55e7a696..2bc4f5e744 100644 --- a/manual/examples/isockad.c +++ b/manual/examples/isockad.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/longopt.c b/manual/examples/longopt.c index 4f33d52558..698caf0a1d 100644 --- a/manual/examples/longopt.c +++ b/manual/examples/longopt.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/memopen.c b/manual/examples/memopen.c index 7ffd06b3eb..b71607c68f 100644 --- a/manual/examples/memopen.c +++ b/manual/examples/memopen.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/memstrm.c b/manual/examples/memstrm.c index 65147c8734..5c57fdd02d 100644 --- a/manual/examples/memstrm.c +++ b/manual/examples/memstrm.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/mkdirent.c b/manual/examples/mkdirent.c index cb19c1f3cc..445dd0fe93 100644 --- a/manual/examples/mkdirent.c +++ b/manual/examples/mkdirent.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/mkfsock.c b/manual/examples/mkfsock.c index ebce75f4bf..6865449656 100644 --- a/manual/examples/mkfsock.c +++ b/manual/examples/mkfsock.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/mkisock.c b/manual/examples/mkisock.c index 1a13c54271..eaf316ea34 100644 --- a/manual/examples/mkisock.c +++ b/manual/examples/mkisock.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/mygetpass.c b/manual/examples/mygetpass.c index 3f465ac8ea..65c732cfed 100644 --- a/manual/examples/mygetpass.c +++ b/manual/examples/mygetpass.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/pipe.c b/manual/examples/pipe.c index 25fed7f754..71a25ed078 100644 --- a/manual/examples/pipe.c +++ b/manual/examples/pipe.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/popen.c b/manual/examples/popen.c index 566dbf3918..e6ac3bf1fd 100644 --- a/manual/examples/popen.c +++ b/manual/examples/popen.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/rprintf.c b/manual/examples/rprintf.c index 917db0866a..9f31fa28bd 100644 --- a/manual/examples/rprintf.c +++ b/manual/examples/rprintf.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/search.c b/manual/examples/search.c index 624cf50290..9d43c84cd3 100644 --- a/manual/examples/search.c +++ b/manual/examples/search.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/select.c b/manual/examples/select.c index 2a92d5358f..fe9999e354 100644 --- a/manual/examples/select.c +++ b/manual/examples/select.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ /*@group*/ diff --git a/manual/examples/setjmp.c b/manual/examples/setjmp.c index cc9ccc7663..47d6a3e1ae 100644 --- a/manual/examples/setjmp.c +++ b/manual/examples/setjmp.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/sigh1.c b/manual/examples/sigh1.c index 9fe0fd2394..3dbe82658b 100644 --- a/manual/examples/sigh1.c +++ b/manual/examples/sigh1.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/sigusr.c b/manual/examples/sigusr.c index 7dfb4cf251..6a92567262 100644 --- a/manual/examples/sigusr.c +++ b/manual/examples/sigusr.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ /*@group*/ diff --git a/manual/examples/stpcpy.c b/manual/examples/stpcpy.c index ab0befdf58..542f1930f6 100644 --- a/manual/examples/stpcpy.c +++ b/manual/examples/stpcpy.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/strdupa.c b/manual/examples/strdupa.c index 7dc4180cf1..a8d108af68 100644 --- a/manual/examples/strdupa.c +++ b/manual/examples/strdupa.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/strftim.c b/manual/examples/strftim.c index 2b7e48a1c9..1120f3421f 100644 --- a/manual/examples/strftim.c +++ b/manual/examples/strftim.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/subopt.c b/manual/examples/subopt.c index a3fba4b537..b04b004201 100644 --- a/manual/examples/subopt.c +++ b/manual/examples/subopt.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/swapcontext.c b/manual/examples/swapcontext.c index d0b7b2b374..13cd207eb0 100644 --- a/manual/examples/swapcontext.c +++ b/manual/examples/swapcontext.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/termios.c b/manual/examples/termios.c index e4e5a5540c..115e524c26 100644 --- a/manual/examples/termios.c +++ b/manual/examples/termios.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/testopt.c b/manual/examples/testopt.c index 6249f2a2ed..8bffc5238f 100644 --- a/manual/examples/testopt.c +++ b/manual/examples/testopt.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ /*@group*/ diff --git a/manual/examples/testpass.c b/manual/examples/testpass.c index f8883fea17..0b8e8a5377 100644 --- a/manual/examples/testpass.c +++ b/manual/examples/testpass.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ #include diff --git a/manual/examples/timeval_subtract.c b/manual/examples/timeval_subtract.c index 77265bb252..aeb0c39bc7 100644 --- a/manual/examples/timeval_subtract.c +++ b/manual/examples/timeval_subtract.c @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, if not, see . + along with this program; if not, see . */ /* Subtract the `struct timeval' values X and Y,