From: Jeremy Kerr <jk@codeconstruct.com.au>
To: linux-man@vger.kernel.org
Cc: Alejandro Colomar <alx.manpages@gmail.com>,
Michael Kerrisk <mtk.manpages@gmail.com>
Subject: [PATCH] man7: unify socket examples
Date: Thu, 11 Nov 2021 10:03:07 +0800 [thread overview]
Message-ID: <20211111020307.3542693-1-jk@codeconstruct.com.au> (raw)
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>
---
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.
--
2.30.2
next reply other threads:[~2021-11-11 2:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-11 2:03 Jeremy Kerr [this message]
2021-11-11 20:13 ` [PATCH] man7: unify socket examples Alejandro Colomar (man-pages)
2021-11-11 20:14 ` Alejandro Colomar (man-pages)
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=20211111020307.3542693-1-jk@codeconstruct.com.au \
--to=jk@codeconstruct.com.au \
--cc=alx.manpages@gmail.com \
--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