diff options
author | Jean-Grégoire Foulon <jean-gregoire.foulon@iddad.fr> | 2010-12-15 10:15:53 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-12-15 11:11:10 +0100 |
commit | a759ad2215ddeb86179eecb7b6df7516ca520237 (patch) | |
tree | 08492907c79758448a89503dcac58a19bbb951f4 /doc/ipconfig-api.txt | |
parent | 0a33fe725116a685aff871dad0df6fbaea699eaf (diff) | |
download | connman-a759ad2215ddeb86179eecb7b6df7516ca520237.tar.gz connman-a759ad2215ddeb86179eecb7b6df7516ca520237.tar.bz2 connman-a759ad2215ddeb86179eecb7b6df7516ca520237.zip |
doc: Typo fixes
Diffstat (limited to 'doc/ipconfig-api.txt')
-rw-r--r-- | doc/ipconfig-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ipconfig-api.txt b/doc/ipconfig-api.txt index 179e86fc..080fdac5 100644 --- a/doc/ipconfig-api.txt +++ b/doc/ipconfig-api.txt @@ -5,7 +5,7 @@ IP configuration handling IP basics ========= -The core IP handling is designed around network interfaces or more precise +The core IP handling is designed around network interfaces or more precisely what the Linux kernel handles as struct net_device. Via RTNL every interface is tracked and an IP device created for it. |