From 8643c2fa2b5955ffda759d0fbf735a84e68d2da8 Mon Sep 17 00:00:00 2001 From: Tim Wilde Date: Thu, 6 Oct 2011 00:27:03 +0000 Subject: Minor documentation nit-pickery --- doc/smokeping_extend.pod | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'doc/smokeping_extend.pod') diff --git a/doc/smokeping_extend.pod b/doc/smokeping_extend.pod index 3fde6ba..144e998 100644 --- a/doc/smokeping_extend.pod +++ b/doc/smokeping_extend.pod @@ -15,11 +15,13 @@ source of this document are most appreciated. =head1 CHOOSING A BASE CLASS -The first thing you should decide is which base class you should -use for your probe. For most (if not all) uses it's a choice between -L and L. The former is intended for probes -that can measure their targets all in one go, while the latter is for -probing them one at a time, possibly in several concurrent subprocesses. +The first thing you should decide is which base class you should use for +your probe. For most (if not all) uses it's a choice between +L and +L. The former is +intended for probes that can measure their targets all in one go, while the +latter is for probing them one at a time, possibly in several concurrent +subprocesses. At the moment, the only probes that use C are the FPing derivatives. All the others use C, and chances are -- cgit v1.2.3-24-g4f1b