From patchwork Fri May 15 03:34:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zeng Linggang X-Patchwork-Id: 6732 Received: (qmail 96531 invoked by alias); 15 May 2015 03:34:27 -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 96488 invoked by uid 89); 15 May 2015 03:34:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.9 required=5.0 tests=AWL, BAYES_20, KAM_LAZY_DOMAIN_SECURITY, T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: heian.cn.fujitsu.com From: Zeng Linggang To: CC: Subject: [PATCH] manual/users.texi: Modify race markings of fgetpwent and fgetgrent Date: Fri, 15 May 2015 11:34:25 +0800 Message-ID: <1431660865-14140-1-git-send-email-zenglg.jy@cn.fujitsu.com> MIME-Version: 1.0 As we know, document written in unified format that would be easy for users to understand. strtok, ecvt, ttyname and other functions use their names as identifier to mark race. But fgetgrent and fgetpwent use fgrent and fpwent as identifier to mark race, the race identifier is different from other functions. Signed-off-by: Zeng Linggang --- manual/users.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manual/users.texi b/manual/users.texi index e8f0f3b..9ad8aa9 100644 --- a/manual/users.texi +++ b/manual/users.texi @@ -2177,8 +2177,8 @@ particular file. @comment pwd.h @comment SVID @deftypefun {struct passwd *} fgetpwent (FILE *@var{stream}) -@safety{@prelim{}@mtunsafe{@mtasurace{:fpwent}}@asunsafe{@asucorrupt{} @asulock{}}@acunsafe{@acucorrupt{} @aculock{}}} -@c fgetpwent @mtasurace:fpwent @asucorrupt @asulock @acucorrupt @aculock +@safety{@prelim{}@mtunsafe{@mtasurace{:fgetpwent}}@asunsafe{@asucorrupt{} @asulock{}}@acunsafe{@acucorrupt{} @aculock{}}} +@c fgetpwent @mtasurace:fgetpwent @asucorrupt @asulock @acucorrupt @aculock @c fgetpos dup @asucorrupt @aculock @acucorrupt @c libc_lock_lock dup @asulock @aculock @c malloc dup @ascuheap @acsmem @@ -2489,8 +2489,8 @@ particular file. @comment grp.h @comment SVID @deftypefun {struct group *} fgetgrent (FILE *@var{stream}) -@safety{@prelim{}@mtunsafe{@mtasurace{:fgrent}}@asunsafe{@asucorrupt{} @asulock{}}@acunsafe{@acucorrupt{} @aculock{}}} -@c fgetgrent @mtasurace:fgrent @asucorrupt @asulock @acucorrupt @aculock +@safety{@prelim{}@mtunsafe{@mtasurace{:fgetgrent}}@asunsafe{@asucorrupt{} @asulock{}}@acunsafe{@acucorrupt{} @aculock{}}} +@c fgetgrent @mtasurace:fgetgrent @asucorrupt @asulock @acucorrupt @aculock @c fgetpos dup @asucorrupt @aculock @acucorrupt @c libc_lock_lock dup @asulock @aculock @c malloc dup @ascuheap @acsmem