From: "Alejandro Colomar (man-pages)" <alx.manpages@gmail.com>
To: Jeremy Kerr <jk@codeconstruct.com.au>
Cc: Michael Kerrisk <mtk.manpages@gmail.com>, linux-man@vger.kernel.org
Subject: Re: [PATCH] man7: unify socket examples
Date: Thu, 11 Nov 2021 21:14:14 +0100 [thread overview]
Message-ID: <e73dd9e5-889f-648e-fdba-81e9905caba9@gmail.com> (raw)
In-Reply-To: <c960b3c8-e079-12c8-df58-907a7e767d4a@gmail.com>
On 11/11/21 21:13, Alejandro Colomar (man-pages) wrote:
> Hi, Jeremy!
>
> On 11/11/21 03:03, Jeremy Kerr wrote:
>> The udp, tcp and x25 man pages' synopses list the socket() example as
>> all bold, but the socket varname should be italicised. This change
>> unifies these with the example in socket.7
>>
>> Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
>
> Thanks for these consistency fixes!
And I forgot to explicitly say: patch applied :)
>
> Cheers,
>
> Alex
>
>> ---
>> man7/tcp.7 | 2 +-
>> man7/udp.7 | 2 +-
>> man7/x25.7 | 2 +-
>> 3 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/man7/tcp.7 b/man7/tcp.7
>> index 0a7c61a37..c08bc7dcc 100644
>> --- a/man7/tcp.7
>> +++ b/man7/tcp.7
>> @@ -102,7 +102,7 @@ tcp \- TCP protocol
>> .B #include <netinet/in.h>
>> .B #include <netinet/tcp.h>
>> .PP
>> -.B tcp_socket = socket(AF_INET, SOCK_STREAM, 0);
>> +.IB tcp_socket " = socket(AF_INET, SOCK_STREAM, 0);"
>> .fi
>> .SH DESCRIPTION
>> This is an implementation of the TCP protocol defined in
>> diff --git a/man7/udp.7 b/man7/udp.7
>> index a66e475cc..cd0937c53 100644
>> --- a/man7/udp.7
>> +++ b/man7/udp.7
>> @@ -18,7 +18,7 @@ udp \- User Datagram Protocol for IPv4
>> .B #include <netinet/in.h>
>> .B #include <netinet/udp.h>
>> .PP
>> -.B udp_socket = socket(AF_INET, SOCK_DGRAM, 0);
>> +.IB udp_socket " = socket(AF_INET, SOCK_DGRAM, 0);"
>> .fi
>> .SH DESCRIPTION
>> This is an implementation of the User Datagram Protocol
>> diff --git a/man7/x25.7 b/man7/x25.7
>> index 561ed0519..e07e5f7a7 100644
>> --- a/man7/x25.7
>> +++ b/man7/x25.7
>> @@ -17,7 +17,7 @@ x25 \- ITU-T X.25 / ISO-8208 protocol interface
>> .B #include <sys/socket.h>
>> .B #include <linux/x25.h>
>> .PP
>> -.B x25_socket = socket(AF_X25, SOCK_SEQPACKET, 0);
>> +.IB x25_socket " = socket(AF_X25, SOCK_SEQPACKET, 0);"
>> .fi
>> .SH DESCRIPTION
>> X25 sockets provide an interface to the X.25 packet layer protocol.
>>
>
--
Alejandro Colomar
Linux man-pages comaintainer; http://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/
prev parent reply other threads:[~2021-11-11 20:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-11 2:03 [PATCH] man7: unify socket examples Jeremy Kerr
2021-11-11 20:13 ` Alejandro Colomar (man-pages)
2021-11-11 20:14 ` Alejandro Colomar (man-pages) [this message]
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=e73dd9e5-889f-648e-fdba-81e9905caba9@gmail.com \
--to=alx.manpages@gmail.com \
--cc=jk@codeconstruct.com.au \
--cc=linux-man@vger.kernel.org \
--cc=mtk.manpages@gmail.com \
/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