From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8331 invoked by alias); 6 May 2016 07:55:17 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 8303 invoked by uid 89); 6 May 2016 07:55:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Overview, disturbs X-HELO: mail.pacific.net From: ricaljasan@pacific.net To: libc-alpha@sourceware.org Subject: [PATCH 00/37] Manual typos: Overview Date: Fri, 06 May 2016 07:55:00 -0000 Message-Id: <1462521305-19409-1-git-send-email-ricaljasan@pacific.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1.7.9.5" X-Null-Tag: 7c4d7ac58c614a0f3cddae50019c46df X-SW-Source: 2016-05/txt/msg00095.txt.bz2 From: Rical Jasan This is a multi-part message in MIME format. --------------1.7.9.5 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit Content-length: 2006 Typos addressed in this patchset include obvious mistakes such as repeated repeated words, wrong case or tense, speling mistakes, and wrong variable names. The occasional comma is also addressed, where its absence introduces ambiguity, or its presence disturbs the sentence. Verified patches apply cleanly against latest master and that `make info|html|pdf' completes without error on x86_64. --- INSTALL | 8 +-- manual/argp.texi | 10 ++-- manual/arith.texi | 16 ++--- manual/charset.texi | 68 ++++++++++----------- manual/conf.texi | 10 ++-- manual/contrib.texi | 6 +- manual/crypt.texi | 8 +-- manual/ctype.texi | 4 +- manual/debug.texi | 4 +- manual/errno.texi | 22 +++---- manual/filesys.texi | 42 ++++++------- manual/getopt.texi | 10 ++-- manual/install.texi | 6 +- manual/intro.texi | 2 +- manual/job.texi | 2 +- manual/lang.texi | 4 +- manual/llio.texi | 78 ++++++++++++------------- manual/locale.texi | 16 ++--- manual/maint.texi | 2 +- manual/math.texi | 36 ++++++------ manual/memory.texi | 24 ++++---- manual/message.texi | 159 +++++++++++++++++++++++++------------------------- manual/nss.texi | 44 +++++++------- manual/pattern.texi | 24 ++++---- manual/probes.texi | 4 +- manual/process.texi | 2 +- manual/resource.texi | 52 ++++++++--------- manual/search.texi | 36 ++++++------ manual/setjmp.texi | 8 +-- manual/signal.texi | 6 +- manual/socket.texi | 28 ++++----- manual/startup.texi | 8 +-- manual/stdio.texi | 85 ++++++++++++++------------- manual/string.texi | 24 ++++---- manual/sysinfo.texi | 52 ++++++++--------- manual/syslog.texi | 4 +- manual/terminal.texi | 18 +++--- manual/threads.texi | 2 +- manual/time.texi | 40 ++++++------- manual/users.texi | 35 ++++++----- 40 files changed, 504 insertions(+), 505 deletions(-) -- 1.7.9.5 --------------1.7.9.5--