aboutsummaryrefslogtreecommitdiffstats
path: root/man7/ddp.7
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/ddp.7
parent1bef0ec2656f45fa7bee0ac03103eb5ea920ae8e (diff)
downloadman-pages-7295b7eda04d4d80f032988cb15d22a3610f8780.tar.gz
Replaced tabs with spaces
Diffstat (limited to 'man7/ddp.7')
-rw-r--r--man7/ddp.711
1 files changed, 5 insertions, 6 deletions
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