From: Florian Forster Date: Sun, 15 Mar 2009 10:27:39 +0000 (+0100) Subject: manual pages: Fix some more typos. X-Git-Tag: liboping-1.1.0~4 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=c751f1950bc307800fabf3f8af91c7ed71f603d1;hp=b83d1f1237e92d837a33d7aceaa3d400ffe98de0;p=liboping.git manual pages: Fix some more typos. --- diff --git a/src/mans/ping_construct.pod b/src/mans/ping_construct.pod index 60cecd3..6ee023d 100644 --- a/src/mans/ping_construct.pod +++ b/src/mans/ping_construct.pod @@ -11,7 +11,7 @@ ping_construct - Constructor for the liboping class =head1 DESCRIPTION -The B constructor allocates the memory neccessary for a +The B constructor allocates the memory necessary for a liboping object, initializes that memory and returns a pointer to it. The B iterates over all hosts associated with the liboping object diff --git a/src/mans/ping_send.pod b/src/mans/ping_send.pod index 62a1c80..33c4f56 100644 --- a/src/mans/ping_send.pod +++ b/src/mans/ping_send.pod @@ -17,13 +17,13 @@ writing latency information for each host. The method returns after all echo replies have been read or the timeout (set with L) is reached. After this function returns you will most likely iterate over all hosts using -L and ping_iterator_next (described in the same manpage) -and call L on each host. +L and ping_iterator_next (described in the same manual +page) and call L on each host. =head1 RETURN VALUE B returns the value of echo replies received or a value less than -zero if an error occured. Use L to receive an error message. +zero if an error occurred. Use L to receive an error message. =head1 SEE ALSO