aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-04-05 13:29:41 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-04-05 13:29:41 +0000
commit7295b7eda04d4d80f032988cb15d22a3610f8780 (patch)
tree5e25f36c92af177438fdfbb131d9015b552236ff /man7
parent1bef0ec2656f45fa7bee0ac03103eb5ea920ae8e (diff)
downloadman-pages-7295b7eda04d4d80f032988cb15d22a3610f8780.tar.gz
Replaced tabs with spaces
Diffstat (limited to 'man7')
-rw-r--r--man7/arp.711
-rw-r--r--man7/complex.72
-rw-r--r--man7/ddp.711
-rw-r--r--man7/glob.76
-rw-r--r--man7/x25.76
5 files changed, 16 insertions, 20 deletions
diff --git a/man7/arp.7 b/man7/arp.7
index 9988eb8dc8..84146f23ef 100644
--- a/man7/arp.7
+++ b/man7/arp.7
@@ -67,13 +67,12 @@ They take a pointer to a
as their parameter.
.nf
-.ta 4 20 33
struct arpreq {
- struct sockaddr arp_pa; /* protocol address */
- struct sockaddr arp_ha; /* hardware address */
- int arp_flags; /* flags */
- struct sockaddr arp_netmask; /* netmask of protocol address */
- char arp_dev[16];
+ struct sockaddr arp_pa; /* protocol address */
+ struct sockaddr arp_ha; /* hardware address */
+ int arp_flags; /* flags */
+ struct sockaddr arp_netmask; /* netmask of protocol address */
+ char arp_dev[16];
};
.fi
diff --git a/man7/complex.7 b/man7/complex.7
index 1978e7297a..7fb5f9b806 100644
--- a/man7/complex.7
+++ b/man7/complex.7
@@ -33,7 +33,7 @@ Link with \-lm. The imaginary unit is represented by I.
.sp
.nf
/* check that exp(i * pi) == \-1 */
-#include <math.h> /* for atan */
+#include <math.h> /* for atan */
#include <complex.h>
int
diff --git a/man7/ddp.7 b/man7/ddp.7
index 0b51665333..4d2e1342a4 100644
--- a/man7/ddp.7
+++ b/man7/ddp.7
@@ -58,16 +58,15 @@ a node number, and a port number.
.PP
.RS
.nf
-.ta 4n 20n 32n
struct at_addr {
- u_short s_net;
- u_char s_node;
+ u_short s_net;
+ u_char s_node;
};
struct sockaddr_atalk {
- sa_family_t sat_family; /* address family */
- u_char sat_port; /* port */
- struct at_addr sat_addr; /* net/node */
+ sa_family_t sat_family; /* address family */
+ u_char sat_port; /* port */
+ struct at_addr sat_addr; /* net/node */
};
.ta
.fi
diff --git a/man7/glob.7 b/man7/glob.7
index 0b0048472f..c27eda9451 100644
--- a/man7/glob.7
+++ b/man7/glob.7
@@ -90,7 +90,7 @@ definition. It allowed one to have patterns that expand into
an empty list, as in
.br
.nf
- xv \-wait 0 *.gif *.jpg
+ xv \-wait 0 *.gif *.jpg
.fi
where perhaps no *.gif files are present (and this is not
an error).
@@ -105,12 +105,12 @@ one can force the classical behaviour by setting
(Similar problems occur elsewhere. E.g., where old scripts have
.br
.nf
- rm `find . \-name "*~"`
+ rm `find . \-name "*~"`
.fi
new scripts require
.br
.nf
- rm \-f nosuchfile `find . \-name "*~"`
+ rm \-f nosuchfile `find . \-name "*~"`
.fi
to avoid error messages from
.I rm
diff --git a/man7/x25.7 b/man7/x25.7
index b03e32c13a..6bc4a8c337 100644
--- a/man7/x25.7
+++ b/man7/x25.7
@@ -44,12 +44,10 @@ recommendation X.121.
.PP
.RS
.nf
-.ta 4n 18n 32n
struct sockaddr_x25 {
- sa_family_t sx25_family; /* must be AF_X25 */
- x25_address sx25_addr; /* X.121 Address */
+ sa_family_t sx25_family; /* must be AF_X25 */
+ x25_address sx25_addr; /* X.121 Address */
};
-.ta
.fi
.RE
.PP