diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-05 23:26:11 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-05 23:26:11 +0200 |
commit | 5c18880e35f668d33a993be5b2854547a08d9199 (patch) | |
tree | 465b44393111e2a3dbd21946d5477ad66285e5c0 /nest/iface.c | |
parent | ab698fc57c9898790964df7f9f59329e1f8930ba (diff) | |
download | bird-5c18880e35f668d33a993be5b2854547a08d9199.tar bird-5c18880e35f668d33a993be5b2854547a08d9199.zip |
Avoid sentence containing a colon to start new doc subsection.
Diffstat (limited to 'nest/iface.c')
-rw-r--r-- | nest/iface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/iface.c b/nest/iface.c index e6adc08..9c884a0 100644 --- a/nest/iface.c +++ b/nest/iface.c @@ -243,7 +243,7 @@ if_change_flags(struct iface *i, unsigned flags) * if_update() is called by the low-level platform dependent code * whenever it notices an interface change. * - * There exist two types of interface updates: synchronous and asynchronous + * There exist two types of interface updates -- synchronous and asynchronous * ones. In the synchronous case, the low-level code calls if_start_update(), * scans all interfaces reported by the OS, uses if_update() and ifa_update() * to pass them to the core and then it finishes the update sequence by |