From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108667 invoked by alias); 30 Nov 2017 10:37:01 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 108625 invoked by uid 89); 30 Nov 2017 10:37:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.7 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KB_WAM_FROM_NAME_SINGLEWORD,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:1488 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 30 Nov 2017 10:36:59 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 094FF356EA for ; Thu, 30 Nov 2017 10:29:11 +0000 (UTC) Received: from localhost.localdomain (ovpn-116-45.phx2.redhat.com [10.3.116.45]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BB17C4DA0B for ; Thu, 30 Nov 2017 10:29:10 +0000 (UTC) From: Yaakov Selkowitz To: newlib@sourceware.org Subject: [PATCH 07/24] misc: remove TRAD_SYNOPSIS Date: Thu, 30 Nov 2017 10:37:00 -0000 Message-Id: <20171130102858.16160-8-yselkowi@redhat.com> In-Reply-To: <20171130102858.16160-1-yselkowi@redhat.com> References: <20171130102858.16160-1-yselkowi@redhat.com> X-SW-Source: 2017/txt/msg01198.txt.bz2 Signed-off-by: Yaakov Selkowitz --- newlib/libc/misc/ffs.c | 6 +----- newlib/libc/misc/lock.c | 2 +- newlib/libc/misc/unctrl.c | 7 +------ 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/newlib/libc/misc/ffs.c b/newlib/libc/misc/ffs.c index ba5700920..068f25481 100644 --- a/newlib/libc/misc/ffs.c +++ b/newlib/libc/misc/ffs.c @@ -5,14 +5,10 @@ FUNCTION INDEX ffs -ANSI_SYNOPSIS +SYNOPSIS #include int ffs(int <[word]>); -TRAD_SYNOPSIS - #include - int ffs(<[word]>); - DESCRIPTION <> returns the first bit set in a word. diff --git a/newlib/libc/misc/lock.c b/newlib/libc/misc/lock.c index a76317668..545511e78 100644 --- a/newlib/libc/misc/lock.c +++ b/newlib/libc/misc/lock.c @@ -42,7 +42,7 @@ INDEX INDEX __retarget_lock_release_recursive -ANSI_SYNOPSIS +SYNOPSIS #include struct __lock __lock___sinit_recursive_mutex; struct __lock __lock___sfp_recursive_mutex; diff --git a/newlib/libc/misc/unctrl.c b/newlib/libc/misc/unctrl.c index fa0b90ff1..e2cdb3861 100644 --- a/newlib/libc/misc/unctrl.c +++ b/newlib/libc/misc/unctrl.c @@ -7,16 +7,11 @@ INDEX INDEX unctrllen -ANSI_SYNOPSIS +SYNOPSIS #include char *unctrl(int <[c]>); int unctrllen(int <[c]>); -TRAD_SYNOPSIS - #include - char *unctrl(<[c]>); - int unctrllen(<[c]>); - DESCRIPTION <> is a macro which returns the printable representation of <[c]> as a string. -- 2.15.0