diff options
Diffstat (limited to 'man7/netdevice.7')
| -rw-r--r-- | man7/netdevice.7 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man7/netdevice.7 b/man7/netdevice.7 index 57ce8ed8eb..da63b55683 100644 --- a/man7/netdevice.7 +++ b/man7/netdevice.7 @@ -27,6 +27,7 @@ They pass an .I ifreq structure: +.RS 4 .nf struct ifreq { char ifr_name[IFNAMSIZ]; /* Interface name */ @@ -55,6 +56,7 @@ struct ifconf { }; }; .fi +.RE Normally, the user specifies which device to affect by setting .I ifr_name |
