aboutsummaryrefslogtreecommitdiffstats
path: root/man7/netdevice.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-23 08:23:31 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-23 08:23:31 +0000
commit23adf525574bed31b6283e7df92c852f7472359e (patch)
treeef9837aad1260bd264cde97abb1489cb09e05900 /man7/netdevice.7
parent62218dc0fd31ee51778252fa1cd04c9386fa130f (diff)
downloadman-pages-23adf525574bed31b6283e7df92c852f7472359e.tar.gz
ffix
Diffstat (limited to 'man7/netdevice.7')
-rw-r--r--man7/netdevice.78
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/netdevice.7 b/man7/netdevice.7
index 0c0c6ec4ad..21d538f82f 100644
--- a/man7/netdevice.7
+++ b/man7/netdevice.7
@@ -44,15 +44,15 @@ struct ifreq {
struct ifmap ifr_map;
char ifr_slave[IFNAMSIZ];
char ifr_newname[IFNAMSIZ];
- char * ifr_data;
+ char *ifr_data;
};
};
struct ifconf {
- int ifc_len; /* size of buffer */
+ int ifc_len; /* size of buffer */
union {
- char * ifc_buf; /* buffer address */
- struct ifreq * ifc_req; /* array of structures */
+ char *ifc_buf; /* buffer address */
+ struct ifreq *ifc_req; /* array of structures */
};
};
.fi