From patchwork Sun Nov 8 14:34:49 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Krystian_Ku=C5=BAniarek?= X-Patchwork-Id: 40965 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 65A53384A01C; Sun, 8 Nov 2020 14:35:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 65A53384A01C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1604846105; bh=29CKtVB+tfbxsLGo/HGtRBq8sTNcDEdFfB3eJ353jNQ=; h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=XIbF8LMhAWs7r6j/W/w9bAAM58ccEHaDNxYmSn3T92TjjON0H0YGvTQGPb/FFqUt8 VxGC/7xqpqZMkfmMNhRX1lvr9gZNGoxF+XEVg06mN1fZGEjM/MgMk39/vHgMQWxa2G MyNiqP55t6zx2jhkHoKkGGyeTiBCJ6XPSmkHhYz4= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-io1-xd32.google.com (mail-io1-xd32.google.com [IPv6:2607:f8b0:4864:20::d32]) by sourceware.org (Postfix) with ESMTPS id 73D11385700E for ; Sun, 8 Nov 2020 14:35:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 73D11385700E Received: by mail-io1-xd32.google.com with SMTP id r9so7225417ioo.7 for ; Sun, 08 Nov 2020 06:35:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=o8YvKB1EILBzaO63IGMGZNKVvSSzsU2meYDeu9ZIRtM=; b=IAwZ1ym5JQfFVlRPVTk8hYe4gMbHhccYnswr0opfI4qN40elgK25RXh/5ohzxeA0Jx QecUY6reOiowcK7J56oY79nlFrQGataqNBxpLziA5GCRJ82yVUkn84uyceLkKufcOfTF lkJIdy/f1OMpZtqENSYeQzyg/p8XIb88tpWBQv0os3UtpzwVnJVNdrEdarb1AohzVwt3 uok6LIhrTWqIVmlV9g/gwaSWITNauJTTAsml1OojC7Zpxw1YwnEWzuW/ZMZtU1t9yq/d kGj25GPmB6SHJQ0RsLfPutLm66Yw1bn1RgUhrnSHpKX+Hnq4kZ8sVK/It4iBGIMcKlXB 1/IA== X-Gm-Message-State: AOAM533k7Zfj1GBf69Cw31QeBpbYIjKmwuj8iNZ/nMg4stHs8M03QYkK phYjeza9+bTj0sKvek/N2TteVSY/l3R6YN7jZTx768d9cpAD2Q== X-Google-Smtp-Source: ABdhPJwx35RCenBv/aLlJknqIfRyvTWhfxvUqoh2mNv9Nj+niqHUrjf8dHGd2F0gIicRaBNTdNKg8XZTJf/5Px2uvxs= X-Received: by 2002:a02:666c:: with SMTP id l44mr8038508jaf.100.1604846101262; Sun, 08 Nov 2020 06:35:01 -0800 (PST) MIME-Version: 1.0 Date: Sun, 8 Nov 2020 15:34:49 +0100 Message-ID: Subject: [PATCH] Fix README formatting To: libc-alpha@sourceware.org X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, HTML_MESSAGE, IMAGE_ATTACHED, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: =?utf-8?q?Krystian_Ku=C5=BAniarek_via_Libc-alpha?= From: =?utf-8?q?Krystian_Ku=C5=BAniarek?= Reply-To: =?utf-8?q?Krystian_Ku=C5=BAniarek?= Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" Hi, Assuming README is a Markdown file, I think there is a typo that changes the meaning of code section as the closing ` character was probably mistaken with '. Enclosed are two images for graphical comparison as seen by a decent markdown editor. Patch: From 2e6e7fb575e269bfae415e274ffa115a934829eb Mon Sep 17 00:00:00 2001 From: Krystian Kuzniarek Date: Sat, 31 Oct 2020 13:53:56 +0100 Subject: [PATCH] Fix README formatting Assuming that README is written in Markdown, this commit fixes broken code sections. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) already been corrected. diff --git a/README b/README index d0f0edb393..3b4ef1aa7a 100644 --- a/README +++ b/README @@ -54,10 +54,10 @@ the GNU C Library. You might also consider reading the WWW pages for the C library at https://www.gnu.org/software/libc/. The GNU C Library is (almost) completely documented by the Texinfo manual -found in the `manual/' subdirectory. The manual is still being updated +found in the `manual/` subdirectory. The manual is still being updated and contains some known errors and omissions; we regret that we do not have the resources to work on the manual as much as we would like. For -corrections to the manual, please file a bug in the `manual' component, +corrections to the manual, please file a bug in the `manual` component, following the bug-reporting instructions below. Please be sure to check the manual in the current development sources to see if your problem has