From patchwork Fri May 6 07:55:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rical Jasan X-Patchwork-Id: 619192 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 3r1PHs32XBz9t41 for ; Fri, 6 May 2016 17:56:57 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=m/H/QiF3; dkim-atps=neutral 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:in-reply-to :references:mime-version:content-type; q=dns; s=default; b=kGL2p KiaDvu3hev4IHgaMFiw7jl38lIc10gVFN5VAQivJbEg0HAKCjtGPnCOJvBX3ZJQY OxA3BH+nyMWC2gWDapxA8QYII0FC2quttAX9NLq90lNqyZINXWR37b4GTCKfAsz8 lJm9fkMJEJI6GsFjsFpVWgrSBtU3ZO14ebOdSM= 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:in-reply-to :references:mime-version:content-type; s=default; bh=VjseZBhjFN4 VCItcoq74dJx3d64=; b=m/H/QiF3y9l7PWHY9Pzyk4PC8Liyho1HSvUC/PPaFUB 0tkcXqnABhNg0D/En71sUioWl5VAtFEnzwvz8zserZjl268TIOM/i2fue/5P0YiF /p+gVldoJw7m5TDTF0lc6s6Q2m8LaD32xWYtbwMYnxfoYOBewUmFPHkg3wjyMgGs = Received: (qmail 12441 invoked by alias); 6 May 2016 07:55:51 -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 12045 invoked by uid 89); 6 May 2016 07:55:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.5 required=5.0 tests=AWL, BAYES_00, RAR_ATTACHED, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:801, Maintenance X-HELO: mail.pacific.net From: ricaljasan@pacific.net To: libc-alpha@sourceware.org Subject: [PATCH 36/37] Manual typos: Library Maintenance Date: Fri, 6 May 2016 00:55:04 -0700 Message-Id: <1462521305-19409-37-git-send-email-ricaljasan@pacific.net> In-Reply-To: <1462521305-19409-1-git-send-email-ricaljasan@pacific.net> References: <1462521305-19409-1-git-send-email-ricaljasan@pacific.net> MIME-Version: 1.0 X-Null-Tag: 97e1528eb28ad43b19292ea30f4672c8 2016-05-06 Rical Jasan * manual/maint.texi: Fix typos in the manual. --- manual/maint.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/maint.texi b/manual/maint.texi index 862b49d..473ab16 100644 --- a/manual/maint.texi +++ b/manual/maint.texi @@ -152,7 +152,7 @@ functions should be called @file{sys/platform/@var{name}.h}. @item Each header file's name should include the platform name, to avoid -users thinking there is anything in common between different the +users thinking there is anything in common between the different header files for different platforms. For example, a @file{sys/platform/@var{arch}.h} name such as @file{sys/platform/ppc.h} is better than @file{sys/platform.h}.