aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
Diffstat (limited to 'man7')
-rw-r--r--man7/arp.74
-rw-r--r--man7/ddp.74
-rw-r--r--man7/ipv6.74
-rw-r--r--man7/netdevice.74
-rw-r--r--man7/x25.74
5 files changed, 10 insertions, 10 deletions
diff --git a/man7/arp.7 b/man7/arp.7
index e6a8fda46f..a44ed64e8b 100644
--- a/man7/arp.7
+++ b/man7/arp.7
@@ -74,7 +74,7 @@ They take a pointer to a
.I struct arpreq
as their parameter.
-.RS 4
+.in +4n
.nf
struct arpreq {
struct sockaddr arp_pa; /* protocol address */
@@ -84,7 +84,7 @@ struct arpreq {
char arp_dev[16];
};
.fi
-.RE
+.in
.BR SIOCSARP ", " SIOCDARP " and " SIOCGARP
respectively set, delete and get an ARP mapping.
diff --git a/man7/ddp.7 b/man7/ddp.7
index 6f46ef6dc5..e2f98b56d5 100644
--- a/man7/ddp.7
+++ b/man7/ddp.7
@@ -61,7 +61,7 @@ capability.
An Appletalk socket address is defined as a combination of a network number,
a node number, and a port number.
.PP
-.RS 4
+.in +4n
.nf
struct at_addr {
u_short s_net;
@@ -75,7 +75,7 @@ struct sockaddr_atalk {
};
.ta
.fi
-.RE
+.in
.PP
.I sat_family
is always set to
diff --git a/man7/ipv6.7 b/man7/ipv6.7
index ef23a8e8ef..2c71447078 100644
--- a/man7/ipv6.7
+++ b/man7/ipv6.7
@@ -62,7 +62,7 @@ or packet to a IPv6 socket its source address will be mapped
to v6 and it will be mapped to v6.
.SS "Address Format"
.sp
-.RS 4
+.in +4n
.nf
struct sockaddr_in6 {
u_int16_t sin6_family; /* AF_INET6 */
@@ -76,7 +76,7 @@ struct in6_addr {
unsigned char s6_addr[16]; /* IPv6 address */
};
.fi
-.RE
+.in
.sp
.I sin6_family
is always set to
diff --git a/man7/netdevice.7 b/man7/netdevice.7
index da63b55683..7cd87a72e0 100644
--- a/man7/netdevice.7
+++ b/man7/netdevice.7
@@ -27,7 +27,7 @@ They pass an
.I ifreq
structure:
-.RS 4
+.in +4n
.nf
struct ifreq {
char ifr_name[IFNAMSIZ]; /* Interface name */
@@ -56,7 +56,7 @@ struct ifconf {
};
};
.fi
-.RE
+.in
Normally, the user specifies which device to affect by setting
.I ifr_name
diff --git a/man7/x25.7 b/man7/x25.7
index 936cce005d..6a20b4b3a1 100644
--- a/man7/x25.7
+++ b/man7/x25.7
@@ -47,14 +47,14 @@ socket address family uses the
for representing network addresses as defined in ITU-T
recommendation X.121.
.PP
-.RS 4
+.in +4n
.nf
struct sockaddr_x25 {
sa_family_t sx25_family; /* must be AF_X25 */
x25_address sx25_addr; /* X.121 Address */
};
.fi
-.RE
+.in
.PP
.I sx25_addr
contains a char array