From c751f1950bc307800fabf3f8af91c7ed71f603d1 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 15 Mar 2009 11:27:39 +0100 Subject: [PATCH] manual pages: Fix some more typos. --- src/mans/ping_construct.pod | 2 +- src/mans/ping_send.pod | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.11.0