Fix a number of documentation building errors

This commit is contained in:
Johanna Amann 2016-06-27 12:41:40 -07:00
parent 94e242f2fd
commit 971f7e236f
5 changed files with 39 additions and 41 deletions

View file

@ -11,7 +11,7 @@ export {
## Indicates packets were dropped by the packet filter.
Dropped_Packets,
};
## This is the interval between individual statistics collection.
const stats_collection_interval = 5min;
}
@ -29,7 +29,7 @@ event net_stats_update(last_stat: NetStats)
new_dropped, new_recvd + new_dropped,
new_link != 0 ? fmt(", %d on link", new_link) : "")]);
}
schedule stats_collection_interval { net_stats_update(ns) };
}