diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-08 12:37:21 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-08 12:37:21 +0000 |
commit | 725270cb1da0672128675924844531e56c6ea64e (patch) | |
tree | 06fcfcd87498d35138a888719a35128df1ed8438 /sysdep/unix/krt.c | |
parent | 8d56febe64769c19a06c2c0f3ff121d25eceaa5b (diff) |
Fixes for the programmer's manual.
Diffstat (limited to 'sysdep/unix/krt.c')
-rw-r--r-- | sysdep/unix/krt.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c index 317d3f58..e841c0a7 100644 --- a/sysdep/unix/krt.c +++ b/sysdep/unix/krt.c @@ -20,7 +20,7 @@ * a local routing table copy. * * The kernel syncer can work in three different modes (according to system config header): - * Either with a single routing table and single KRT protocol [traditional Unix] + * Either with a single routing table and single KRT protocol [traditional UNIX] * or with many routing tables and separate KRT protocols for all of them * or with many routing tables, but every scan including all tables, so we start * separate KRT protocols which cooperate with each other [Linux 2.2]. @@ -33,7 +33,8 @@ * * When starting up, we cheat by looking if there is another * KRT instance to be initialized later and performing table scan - * only once for all the instances. */ + * only once for all the instances. + */ /* * If you are brave enough, continue now. You cannot say you haven't been warned. |