Code

ping_setopt(3): Document the PING_VERSION define.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 12 Mar 2009 07:39:07 +0000 (08:39 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 12 Mar 2009 07:39:07 +0000 (08:39 +0100)
A typo if fixed, too.

src/mans/ping_setopt.pod

index 5a986c28bc2a17532201baadd9a99829b432291f..4235e286e7bb5e561f959de39ef6c4e5430a5416 100644 (file)
@@ -17,7 +17,9 @@ The I<obj> argument is a pointer to an liboping object, as returned by
 L<ping_construct(3)>.
 
 The I<opt> argument specifies the option to set. Use one of the following
-constants:
+constants. You can check if the required constant is supported by the library
+at compile time using C<#ifdef>. It is recommended to check for desired
+features using the C<OPING_VERSION> define.
 
 =over 4
 
@@ -58,7 +60,7 @@ the source address assigned.
 =back
 
 The I<val> argument is a pointer to the new value. It must not be NULL. It is
-dereferences depending on the value of the I<opt> argument, see above. The
+dereferenced depending on the value of the I<opt> argument, see above. The
 memory pointed to by I<val> is not changed.
 
 =head1 RETURN VALUE