summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a9899b2)
raw | patch | inline | side by side (parent: a9899b2)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 12 Mar 2009 07:39:07 +0000 (08:39 +0100) | ||
committer | Florian 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 | patch | blob | history |
index 5a986c28bc2a17532201baadd9a99829b432291f..4235e286e7bb5e561f959de39ef6c4e5430a5416 100644 (file)
--- a/src/mans/ping_setopt.pod
+++ b/src/mans/ping_setopt.pod
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
=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