From 8b04227648eabcd3805c913f6f181d2741835e83 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 15 Mar 2009 11:21:57 +0100 Subject: [PATCH] manual pages: Fix some minor issues and typos. --- src/mans/ping_iterator_get_info.pod | 8 ++++---- src/mans/ping_setopt.pod | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mans/ping_iterator_get_info.pod b/src/mans/ping_iterator_get_info.pod index 1d4e8cf..d7ee565 100644 --- a/src/mans/ping_iterator_get_info.pod +++ b/src/mans/ping_iterator_get_info.pod @@ -1,6 +1,6 @@ =head1 NAME -ping_iterator_get_info - Constructor for the liboping class +ping_iterator_get_info - Receive information about a host =head1 SYNOPSIS @@ -35,7 +35,7 @@ to C, too. Return the hostname of the host the iterator points to. Since the name is looked up using the socket address this may differ from the hostname passed to L. The hostname is actually looked up every time you call -this method, no cache is involved within liboping. +this method, no cache is involved within I. It is recommended to include C and allocate B bytes of buffer. @@ -49,12 +49,12 @@ won't hurt. =item B -Returns the address family of the host. The buffer should be ig enough to hold +Returns the address family of the host. The buffer should be big enough to hold an integer. The value is either B or B. =item B -Return the last measured latency or less than zero if the timeout occured +Return the last measured latency or less than zero if the timeout occurred before a echo response was received. The buffer should be big enough to hold a double value. diff --git a/src/mans/ping_setopt.pod b/src/mans/ping_setopt.pod index 4235e28..2452701 100644 --- a/src/mans/ping_setopt.pod +++ b/src/mans/ping_setopt.pod @@ -13,7 +13,7 @@ ping_setopt - Set options for a liboping object The B method sets options that effect all hosts associated with the object I and hosts that are yet to be added to the object. -The I argument is a pointer to an liboping object, as returned by +The I argument is a pointer to an I object, as returned by L. The I argument specifies the option to set. Use one of the following -- 2.11.0