public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Rical Jasan <ricaljasan@pacific.net>
To: libc-alpha <libc-alpha@sourceware.org>
Subject: [PING] [PATCH 00/37] Manual typos: Overview
Date: Wed, 15 Jun 2016 23:38:00 -0000	[thread overview]
Message-ID: <5761E706.9000202@pacific.net> (raw)
In-Reply-To: <57552E42.3030405@pacific.net>

ping^4

On 06/06/2016 01:03 AM, Rical Jasan wrote:
> ping^3
> 
> Current status:
> 
>   * 01-26 have been reviewed.
>   * 01-02 have been merged.
>   * 03 & 08 requested additional review.
> 
> The additional review in 03 is in regards to some variable names that
> appear to have changed.  The reviewer will need to have the manual open
> to the relevant section for context.  There were a few places where, for
> example, in the description for function foo with a parameter bar-ptr,
> the description refers to a parameter "bar", which not being the name of
> a parameter for the function, seemed to be a typo.
> 
> The additional review in 08 is in regards to the use of besides vs.
> beside.  Beside is a preposition meaning next to and is usually used for
> spatial descriptions; besides, while also a preposition, can be an
> adverb and usually introduces some new information (i.e., in addition
> to).  At least, that's how my grammar usually goes, so it would be nice
> to have someone else look over those changes.
> 
> Thank you,
> Rical
> 
> On 05/06/2016 12:54 AM, ricaljasan@pacific.net wrote:
>> 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(-)
>>
> 

  reply	other threads:[~2016-06-15 23:38 UTC|newest]

Thread overview: 101+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-06  7:55 ricaljasan
2016-05-06  7:55 ` [PATCH 03/37] Manual typos: Virtual Memory Allocation and Paging ricaljasan
2016-05-07 12:09   ` Chris Leonard
2016-06-16  4:36   ` Mike Frysinger
2016-05-06  7:55 ` [PATCH 22/37] Manual typos: Signal Handling ricaljasan
2016-05-30 16:21   ` Chris Leonard
2016-05-06  7:55 ` [PATCH 29/37] Manual typos: System Configuration Parameters ricaljasan
2016-06-23  2:56   ` Chris Leonard
2016-05-06  7:55 ` [PATCH 02/37] Manual typos: Error Reporting ricaljasan
2016-05-07  0:54   ` Chris Leonard
2016-05-20  6:59   ` Mike Frysinger
2016-05-06  7:55 ` [PATCH 21/37] Manual typos: Non-Local Exits ricaljasan
2016-05-30 16:16   ` Chris Leonard
2016-05-06  7:55 ` [PATCH 08/37] Manual typos: Message Translation ricaljasan
2016-05-22  3:30   ` Chris Leonard
2016-06-16  5:17   ` Mike Frysinger
2016-05-06  7:55 ` [PATCH 33/37] Manual typos: Internal probes ricaljasan
2016-06-23  3:00   ` Chris Leonard
2016-05-06  7:55 ` [PATCH 20/37] Manual typos: Resource Usage and Limitation ricaljasan
2016-05-30 16:15   ` Chris Leonard
2016-05-06  7:55 ` [PATCH 01/37] Manual typos: Introduction ricaljasan
2016-05-06 22:34   ` Chris Leonard
2016-05-20  3:25   ` Mike Frysinger
2016-05-06  7:56 ` [PATCH 36/37] Manual typos: Library Maintenance ricaljasan
2016-06-23  3:05   ` Chris Leonard
2016-05-06  7:56 ` [PATCH 28/37] Manual typos: System Management ricaljasan
2016-06-23  2:52   ` Chris Leonard
2016-05-06  7:56 ` [PATCH 25/37] Manual typos: Job Control ricaljasan
2016-05-30 18:08   ` Chris Leonard
2016-05-31  7:11     ` Rical Jasan
2016-05-31 17:28       ` Chris Leonard
2016-05-06  7:56 ` [PATCH 37/37] Manual typos: Contributors to ricaljasan
2016-06-23  3:06   ` Chris Leonard
2016-05-06  7:56 ` [PATCH 30/37] Manual typos: DES Encryption and Password Handling ricaljasan
2016-06-23  2:57   ` Chris Leonard
2016-05-06  7:56 ` [PATCH 26/37] Manual typos: System Databases and Name Service Switch ricaljasan
2016-05-30 18:11   ` Chris Leonard
2016-05-06  7:56 ` [PATCH 31/37] Manual typos: Debugging support ricaljasan
2016-06-23  2:58   ` Chris Leonard
2016-05-06  8:29 ` [PATCH 24/37] Manual typos: Processes ricaljasan
2016-05-30 16:24   ` Chris Leonard
2016-05-06  8:29 ` [PATCH 35/37] Manual typos: Installing ricaljasan
2016-06-23  3:02   ` Chris Leonard
2016-05-06  8:29 ` [PATCH 04/37] Manual typos: Character Handling ricaljasan
2016-05-07 12:13   ` Chris Leonard
2016-06-16  4:38   ` Mike Frysinger
2016-05-06  8:29 ` [PATCH 34/37] Manual typos: C Language Facilities in the Library ricaljasan
2016-06-23  3:01   ` Chris Leonard
2016-05-06  8:29 ` [PATCH 32/37] Manual typos: POSIX Threads ricaljasan
2016-06-23  2:59   ` Chris Leonard
2016-05-06  8:29 ` [PATCH 16/37] Manual typos: Syslog ricaljasan
2016-05-30 16:04   ` Chris Leonard
2016-05-06  8:30 ` [PATCH 18/37] Manual typos: Arithmetic Functions ricaljasan
2016-05-30 16:09   ` Chris Leonard
2016-05-06  8:30 ` [PATCH 15/37] Manual typos: Low-Level Terminal Interface ricaljasan
2016-05-30 14:13   ` Chris Leonard
2016-05-06  8:30 ` [PATCH 10/37] Manual typos: Pattern Matching ricaljasan
2016-05-28  3:30   ` Chris Leonard
2016-06-16  5:35   ` Mike Frysinger
2016-05-06  8:30 ` [PATCH 07/37] Manual typos: Locales and Internationalization ricaljasan
2016-05-20  8:31   ` Chris Leonard
2016-06-16  4:52   ` Mike Frysinger
2016-05-06  8:31 ` [PATCH 05/37] Manual typos: String and Array Utilities ricaljasan
2016-05-19 19:42   ` Chris Leonard
2016-06-16  4:41   ` Mike Frysinger
2016-05-06  8:31 ` [PATCH 14/37] Manual typos: Sockets ricaljasan
2016-05-30 14:04   ` Chris Leonard
2016-05-06  8:31 ` [PATCH 09/37] Manual typos: Searching and Sorting ricaljasan
2016-05-22  4:16   ` Chris Leonard
2016-06-16  5:26   ` Mike Frysinger
2016-05-06  8:31 ` [PATCH 27/37] Manual typos: Users and Groups ricaljasan
2016-06-23  2:43   ` Chris Leonard
2016-05-06  8:31 ` [PATCH 23/37] Manual typos: The Basic Program/System Interface ricaljasan
2016-05-30 16:22   ` Chris Leonard
2016-05-06  8:32 ` [PATCH 06/37] Manual typos: Character Set Handling ricaljasan
2016-05-19 20:11   ` Chris Leonard
2016-06-16  4:45   ` Mike Frysinger
2016-05-06  8:32 ` [PATCH 17/37] Manual typos: Mathematics ricaljasan
2016-05-30 16:06   ` Chris Leonard
2016-05-06  8:32 ` [PATCH 12/37] Manual typos: Low-Level Input/Output ricaljasan
2016-05-29  9:54   ` Chris Leonard
2016-05-06  8:32 ` [PATCH 19/37] Manual typos: Date and Time ricaljasan
2016-05-30 16:14   ` Chris Leonard
2016-05-06  8:32 ` [PATCH 13/37] Manual typos: File System Interface ricaljasan
2016-05-30 13:46   ` Chris Leonard
2016-05-06  8:33 ` [PATCH 11/37] Manual typos: Input/Output on Streams ricaljasan
2016-05-28  3:53   ` Chris Leonard
2016-05-17  4:53 ` [PING] [PATCH 00/37] Manual typos: Overview ricaljasan
2016-05-17  5:07   ` Carlos O'Donell
2016-05-25  8:29 ` Rical Jasan
2016-06-06  8:04 ` Rical Jasan
2016-06-15 23:38   ` Rical Jasan [this message]
2016-06-16  4:35   ` Mike Frysinger
2016-06-16 14:16     ` Rical Jasan
2016-07-11  2:22 ` Rical Jasan
2016-08-18 13:34   ` Chris Leonard
2016-08-19  2:53     ` Rical Jasan
2016-10-05 21:10   ` Rical Jasan
2016-10-06  5:50     ` Siddhesh Poyarekar
2016-10-06  7:13       ` Siddhesh Poyarekar
2016-10-07  1:56         ` Rical Jasan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5761E706.9000202@pacific.net \
    --to=ricaljasan@pacific.net \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).