[PATCH] man7: unify socket examples

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxxxxxx>
---
 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




[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux