Linux Manual Pages development
 help / color / mirror / Atom feed
From: Alejandro Colomar <alx.manpages@gmail.com>
To: "G. Branden Robinson" <g.branden.robinson@gmail.com>
Cc: linux-man@vger.kernel.org
Subject: Re: [PATCH v4 08/10] intro.3: wfix
Date: Sat, 7 Jan 2023 20:47:20 +0100	[thread overview]
Message-ID: <742a9348-23b7-b3f1-099a-85d30e3eac61@gmail.com> (raw)
In-Reply-To: <814d00de-7ed7-0a7f-3b96-714c35591019@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 3579 bytes --]

Hi BRanden,

On 1/7/23 13:45, Alejandro Colomar wrote:
> Hi Branden,
> 
> On 1/7/23 10:55, G. Branden Robinson wrote:
>> * Tighten cross reference.  It wastes words to tell people to look
>>    elsewhere "for further information".  Why else would they look there?
>> * Use passive voice less.
>> * Relocate sentence for more coherent discussion.
>> * Say "application _programming_ interface".
> 
> I noticed that when you sent it, but thought that maybe it was just another way 
> of saying it.  Duckduckgo seemed to have several instances of that alternative 
> expansion of API, so I accepted it.  I'm curious about "application program 
> interace", since I hadn't heard about it before your patch; is it a normal 
> expansion of API?
> 
>>
>> Signed-off-by: G. Branden Robinson <g.branden.robinson@gmail.com>
> 
> Patch applied.
> 
> Cheers,
> 
> Alex
> 

See a few comments below (as you asked in another email).

Cheers,

ALex

>> ---
>>   man3/intro.3 | 23 ++++++++++++-----------
>>   1 file changed, 12 insertions(+), 11 deletions(-)
>>
>> diff --git a/man3/intro.3 b/man3/intro.3
>> index d6d91f6bd..bbaef525e 100644
>> --- a/man3/intro.3
>> +++ b/man3/intro.3
>> @@ -42,9 +42,8 @@ must be defined before including
>>   .I any
>>   header files.)
>>   In such cases,
>> -the required macro is described in the man page.
>> -For further information on feature test macros,
>> -see
>> +the relevant function's man page describes the required macro.
>> +See

OK.

>>   .BR feature_test_macros (7).
>>   .\"
>>   .\" There
>> @@ -77,9 +76,16 @@ see
>>   .\" Various special libraries.  The manual pages documenting their functions
>>   .\" specify the library names.
>>   .SS Subsections
>> -Section 3 of this manual is organized into subsections
>> +The Linux
>> +.I man-pages

The Linux man-pages is a singular noun that denominates the project.  Using it 
as a plural noun that refers to the pages contained in it sounds weird.

I find the new wording more confusing than the original.

>> +organize section 3 into subsections
>>   that reflect the complex structure of the standard C library
>> -and its many implementations:
>> +and its many implementations.
>> +.IR libc 's
>> +difficult history frequently makes it a poor example to follow
>> +in design,
>> +implementation,
>> +and presentation.
>>   .IP \(bu 3
>>   3const
>>   .IP \(bu
>> @@ -87,11 +93,6 @@ and its many implementations:
>>   .IP \(bu
>>   3type
>>   .PP

The list of subsections seems more connected to "organize section 3 into 
subsections", rather than with the comment about libc's organization being crap. 
  I think that is fine after reading the list, stating that what you just read 
is crap, but necessary crap due to libc's history.

>> -This difficult history frequently makes it a poor example to follow
>> -in design,
>> -implementation,
>> -and presentation.
>> -.PP
>>   Ideally,
>>   a library for the C language
>>   is designed such that each header file
>> @@ -101,7 +102,7 @@ and exposes only data types and constants that
>>   are required for use of those functions.
>>   Together,
>>   these are termed an API or
>> -.IR "application program interface" .
>> +.IR "application programming interface" .

OK

>>   Types and constants to be shared among multiple APIs
>>   should be placed in header files that declare no functions.
>>   This organization permits a C library module
> 

-- 
<http://www.alejandro-colomar.es/>

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  parent reply	other threads:[~2023-01-07 19:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-07  9:55 [PATCH v4 08/10] intro.3: wfix G. Branden Robinson
2023-01-07 12:45 ` Alejandro Colomar
2023-01-07 12:57   ` Alejandro Colomar
2023-01-07 16:45     ` G. Branden Robinson
2023-01-07 16:20   ` G. Branden Robinson
2023-01-07 19:47   ` Alejandro Colomar [this message]
2023-01-08 23:08     ` G. Branden Robinson
2023-01-09 12:14       ` Alejandro Colomar

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=742a9348-23b7-b3f1-099a-85d30e3eac61@gmail.com \
    --to=alx.manpages@gmail.com \
    --cc=g.branden.robinson@gmail.com \
    --cc=linux-man@vger.kernel.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