summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b83d1f1)
raw | patch | inline | side by side (parent: b83d1f1)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 15 Mar 2009 10:27:39 +0000 (11:27 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 15 Mar 2009 10:27:39 +0000 (11:27 +0100) |
src/mans/ping_construct.pod | patch | blob | history | |
src/mans/ping_send.pod | patch | blob | history |
index 60cecd3de59317cdfa6418d2875830ce1acb2925..6ee023d891d3cab482a5cc69d072ec2cb9c8d8b6 100644 (file)
=head1 DESCRIPTION
-The B<ping_construct> constructor allocates the memory neccessary for a
+The B<ping_construct> constructor allocates the memory necessary for a
liboping object, initializes that memory and returns a pointer to it.
The B<ping_destroy> iterates over all hosts associated with the liboping object
diff --git a/src/mans/ping_send.pod b/src/mans/ping_send.pod
index 62a1c80ee832def5c076a7c222f15db1b445bcee..33c4f5691bfeb6f83db51ec1d20c2b95ed718958 100644 (file)
--- a/src/mans/ping_send.pod
+++ b/src/mans/ping_send.pod
replies have been read or the timeout (set with L<ping_setopt(3)>) is reached.
After this function returns you will most likely iterate over all hosts using
-L<ping_iterator_get(3)> and ping_iterator_next (described in the same manpage)
-and call L<ping_iterator_get_info(3)> on each host.
+L<ping_iterator_get(3)> and ping_iterator_next (described in the same manual
+page) and call L<ping_iterator_get_info(3)> on each host.
=head1 RETURN VALUE
B<ping_send> returns the value of echo replies received or a value less than
-zero if an error occured. Use L<ping_get_error(3)> to receive an error message.
+zero if an error occurred. Use L<ping_get_error(3)> to receive an error message.
=head1 SEE ALSO