From 08ea19df86112d4fe3451b77b56f0511423231af Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 26 Oct 2010 15:10:04 +0200 Subject: [PATCH] ping_setopt(3): Document the new "PING_OPT_TOS" option. --- src/mans/ping_setopt.pod | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/mans/ping_setopt.pod b/src/mans/ping_setopt.pod index df9cc59..70be1b6 100644 --- a/src/mans/ping_setopt.pod +++ b/src/mans/ping_setopt.pod @@ -63,8 +63,17 @@ the source address assigned. Set the outgoing network device to be used. The value passed must be a char-pointer to a null-terminated string specifying an interface name (e.Eg. C). Please note that this might not be supported by all -operating systems. In that case, B sets the error to C. +operating systems. In that case, B sets the error to +C. + +=item B + +Sets the I flags that should be used when crafting ICMP and +ICMPv6 packets. The memory pointed to by I is interpreted as a C. +The byte is passed to L without modification, using the +C (IPv4) or C (IPv6) option. It is the caller's +responsibility to chose a valid bit combination. For details, read L and +L. =back -- 2.30.2