Package: liboping-dev
Version: 1.6.2-3
Severity: important
User: [email protected]
Usertags: multiarch

liboping-dev is marked as "Multi-Arch: same", but the following files are architecture-dependent:

/usr/share/man/man3/liboping.3.gz
/usr/share/man/man3/ping_construct.3.gz
/usr/share/man/man3/ping_get_error.3.gz
/usr/share/man/man3/ping_host_add.3.gz
/usr/share/man/man3/ping_iterator_get.3.gz
/usr/share/man/man3/ping_iterator_get_context.3.gz
/usr/share/man/man3/ping_iterator_get_info.3.gz
/usr/share/man/man3/ping_send.3.gz
/usr/share/man/man3/ping_setopt.3.gz

An example diff between i386 and amd64 (after ungzipping) is attached.

--
Jakub Wilk
diff -ur liboping-dev_1.6.2-3_i386/usr/share/man/man3/liboping.3 
liboping-dev_1.6.2-3_amd64/usr/share/man/man3/liboping.3
--- liboping-dev_1.6.2-3_i386/usr/share/man/man3/liboping.3     2013-12-27 
16:45:23.000000000 +0100
+++ liboping-dev_1.6.2-3_amd64/usr/share/man/man3/liboping.3    2013-12-27 
15:46:01.000000000 +0100
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
+.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -38,6 +38,8 @@
 .    ds PI \(*p
 .    ds L" ``
 .    ds R" ''
+.    ds C`
+.    ds C'
 'br\}
 .\"
 .\" Escape single quotes in literal strings from groff's Unicode transform.
@@ -48,17 +50,24 @@
 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
 .\" entries marked with X<> in POD.  Of course, you'll have to process the
 .\" output yourself in some meaningful fashion.
-.ie \nF \{\
-.    de IX
-.    tm Index:\\$1\t\\n%\t"\\$2"
+.\"
+.\" Avoid warning from groff about undefined register 'F'.
+.de IX
 ..
-.    nr % 0
-.    rr F
-.\}
-.el \{\
-.    de IX
+.nr rF 0
+.if \n(.g .if rF .nr rF 1
+.if (\n(rF:(\n(.g==0)) \{
+.    if \nF \{
+.        de IX
+.        tm Index:\\$1\t\\n%\t"\\$2"
 ..
+.        if !\nF==2 \{
+.            nr % 0
+.            nr F 2
+.        \}
+.    \}
 .\}
+.rr rF
 .\"
 .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
 .\" Fear.  Run.  Save yourself.  No user-serviceable parts.
@@ -124,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "liboping 3"
-.TH liboping 3 "2012-01-31" "1.6.2" "liboping"
+.TH liboping 3 "2013-12-26" "1.6.2" "liboping"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -133,7 +142,7 @@
 liboping \- Library to send ICMPv4/ICMPv6 echo packets to multiple hosts
 .SH "DESCRIPTION"
 .IX Header "DESCRIPTION"
-This is an overview of liboping, a C library to send \s-1ICMP\s0 
\s-1ECHO_REQUEST\s0 packets
+This is an overview of liboping, a C library to send \s-1ICMP ECHO_REQUEST\s0 
packets
 to remote hosts and measure the time it takes for replies to be received. This
 method, often simply called \*(L"ping\*(R", is a common way to measure network 
latency
 and/or host reachability.
diff -ur liboping-dev_1.6.2-3_i386/usr/share/man/man3/ping_construct.3 
liboping-dev_1.6.2-3_amd64/usr/share/man/man3/ping_construct.3
--- liboping-dev_1.6.2-3_i386/usr/share/man/man3/ping_construct.3       
2013-12-27 16:45:23.000000000 +0100
+++ liboping-dev_1.6.2-3_amd64/usr/share/man/man3/ping_construct.3      
2013-12-27 15:46:01.000000000 +0100
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
+.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -38,6 +38,8 @@
 .    ds PI \(*p
 .    ds L" ``
 .    ds R" ''
+.    ds C`
+.    ds C'
 'br\}
 .\"
 .\" Escape single quotes in literal strings from groff's Unicode transform.
@@ -48,17 +50,24 @@
 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
 .\" entries marked with X<> in POD.  Of course, you'll have to process the
 .\" output yourself in some meaningful fashion.
-.ie \nF \{\
-.    de IX
-.    tm Index:\\$1\t\\n%\t"\\$2"
+.\"
+.\" Avoid warning from groff about undefined register 'F'.
+.de IX
 ..
-.    nr % 0
-.    rr F
-.\}
-.el \{\
-.    de IX
+.nr rF 0
+.if \n(.g .if rF .nr rF 1
+.if (\n(rF:(\n(.g==0)) \{
+.    if \nF \{
+.        de IX
+.        tm Index:\\$1\t\\n%\t"\\$2"
 ..
+.        if !\nF==2 \{
+.            nr % 0
+.            nr F 2
+.        \}
+.    \}
 .\}
+.rr rF
 .\"
 .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
 .\" Fear.  Run.  Save yourself.  No user-serviceable parts.
@@ -124,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "ping_construct 3"
-.TH ping_construct 3 "2012-01-31" "1.6.2" "liboping"
+.TH ping_construct 3 "2013-12-26" "1.6.2" "liboping"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff -ur liboping-dev_1.6.2-3_i386/usr/share/man/man3/ping_get_error.3 
liboping-dev_1.6.2-3_amd64/usr/share/man/man3/ping_get_error.3
--- liboping-dev_1.6.2-3_i386/usr/share/man/man3/ping_get_error.3       
2013-12-27 16:45:23.000000000 +0100
+++ liboping-dev_1.6.2-3_amd64/usr/share/man/man3/ping_get_error.3      
2013-12-27 15:46:01.000000000 +0100
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
+.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -38,6 +38,8 @@
 .    ds PI \(*p
 .    ds L" ``
 .    ds R" ''
+.    ds C`
+.    ds C'
 'br\}
 .\"
 .\" Escape single quotes in literal strings from groff's Unicode transform.
@@ -48,17 +50,24 @@
 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
 .\" entries marked with X<> in POD.  Of course, you'll have to process the
 .\" output yourself in some meaningful fashion.
-.ie \nF \{\
-.    de IX
-.    tm Index:\\$1\t\\n%\t"\\$2"
+.\"
+.\" Avoid warning from groff about undefined register 'F'.
+.de IX
 ..
-.    nr % 0
-.    rr F
-.\}
-.el \{\
-.    de IX
+.nr rF 0
+.if \n(.g .if rF .nr rF 1
+.if (\n(rF:(\n(.g==0)) \{
+.    if \nF \{
+.        de IX
+.        tm Index:\\$1\t\\n%\t"\\$2"
 ..
+.        if !\nF==2 \{
+.            nr % 0
+.            nr F 2
+.        \}
+.    \}
 .\}
+.rr rF
 .\"
 .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
 .\" Fear.  Run.  Save yourself.  No user-serviceable parts.
@@ -124,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "ping_get_error 3"
-.TH ping_get_error 3 "2012-01-31" "1.6.2" "liboping"
+.TH ping_get_error 3 "2013-12-26" "1.6.2" "liboping"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff -ur liboping-dev_1.6.2-3_i386/usr/share/man/man3/ping_host_add.3 
liboping-dev_1.6.2-3_amd64/usr/share/man/man3/ping_host_add.3
--- liboping-dev_1.6.2-3_i386/usr/share/man/man3/ping_host_add.3        
2013-12-27 16:45:23.000000000 +0100
+++ liboping-dev_1.6.2-3_amd64/usr/share/man/man3/ping_host_add.3       
2013-12-27 15:46:01.000000000 +0100
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
+.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -38,6 +38,8 @@
 .    ds PI \(*p
 .    ds L" ``
 .    ds R" ''
+.    ds C`
+.    ds C'
 'br\}
 .\"
 .\" Escape single quotes in literal strings from groff's Unicode transform.
@@ -48,17 +50,24 @@
 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
 .\" entries marked with X<> in POD.  Of course, you'll have to process the
 .\" output yourself in some meaningful fashion.
-.ie \nF \{\
-.    de IX
-.    tm Index:\\$1\t\\n%\t"\\$2"
+.\"
+.\" Avoid warning from groff about undefined register 'F'.
+.de IX
 ..
-.    nr % 0
-.    rr F
-.\}
-.el \{\
-.    de IX
+.nr rF 0
+.if \n(.g .if rF .nr rF 1
+.if (\n(rF:(\n(.g==0)) \{
+.    if \nF \{
+.        de IX
+.        tm Index:\\$1\t\\n%\t"\\$2"
 ..
+.        if !\nF==2 \{
+.            nr % 0
+.            nr F 2
+.        \}
+.    \}
 .\}
+.rr rF
 .\"
 .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
 .\" Fear.  Run.  Save yourself.  No user-serviceable parts.
@@ -124,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "ping_host_add 3"
-.TH ping_host_add 3 "2012-01-31" "1.6.2" "liboping"
+.TH ping_host_add 3 "2013-12-26" "1.6.2" "liboping"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff -ur liboping-dev_1.6.2-3_i386/usr/share/man/man3/ping_iterator_get.3 
liboping-dev_1.6.2-3_amd64/usr/share/man/man3/ping_iterator_get.3
--- liboping-dev_1.6.2-3_i386/usr/share/man/man3/ping_iterator_get.3    
2013-12-27 16:45:23.000000000 +0100
+++ liboping-dev_1.6.2-3_amd64/usr/share/man/man3/ping_iterator_get.3   
2013-12-27 15:46:01.000000000 +0100
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
+.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -38,6 +38,8 @@
 .    ds PI \(*p
 .    ds L" ``
 .    ds R" ''
+.    ds C`
+.    ds C'
 'br\}
 .\"
 .\" Escape single quotes in literal strings from groff's Unicode transform.
@@ -48,17 +50,24 @@
 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
 .\" entries marked with X<> in POD.  Of course, you'll have to process the
 .\" output yourself in some meaningful fashion.
-.ie \nF \{\
-.    de IX
-.    tm Index:\\$1\t\\n%\t"\\$2"
+.\"
+.\" Avoid warning from groff about undefined register 'F'.
+.de IX
 ..
-.    nr % 0
-.    rr F
-.\}
-.el \{\
-.    de IX
+.nr rF 0
+.if \n(.g .if rF .nr rF 1
+.if (\n(rF:(\n(.g==0)) \{
+.    if \nF \{
+.        de IX
+.        tm Index:\\$1\t\\n%\t"\\$2"
 ..
+.        if !\nF==2 \{
+.            nr % 0
+.            nr F 2
+.        \}
+.    \}
 .\}
+.rr rF
 .\"
 .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
 .\" Fear.  Run.  Save yourself.  No user-serviceable parts.
@@ -124,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "ping_iterator_get 3"
-.TH ping_iterator_get 3 "2012-01-31" "1.6.2" "liboping"
+.TH ping_iterator_get 3 "2013-12-26" "1.6.2" "liboping"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff -ur 
liboping-dev_1.6.2-3_i386/usr/share/man/man3/ping_iterator_get_context.3 
liboping-dev_1.6.2-3_amd64/usr/share/man/man3/ping_iterator_get_context.3
--- liboping-dev_1.6.2-3_i386/usr/share/man/man3/ping_iterator_get_context.3    
2013-12-27 16:45:23.000000000 +0100
+++ liboping-dev_1.6.2-3_amd64/usr/share/man/man3/ping_iterator_get_context.3   
2013-12-27 15:46:01.000000000 +0100
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
+.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -38,6 +38,8 @@
 .    ds PI \(*p
 .    ds L" ``
 .    ds R" ''
+.    ds C`
+.    ds C'
 'br\}
 .\"
 .\" Escape single quotes in literal strings from groff's Unicode transform.
@@ -48,17 +50,24 @@
 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
 .\" entries marked with X<> in POD.  Of course, you'll have to process the
 .\" output yourself in some meaningful fashion.
-.ie \nF \{\
-.    de IX
-.    tm Index:\\$1\t\\n%\t"\\$2"
+.\"
+.\" Avoid warning from groff about undefined register 'F'.
+.de IX
 ..
-.    nr % 0
-.    rr F
-.\}
-.el \{\
-.    de IX
+.nr rF 0
+.if \n(.g .if rF .nr rF 1
+.if (\n(rF:(\n(.g==0)) \{
+.    if \nF \{
+.        de IX
+.        tm Index:\\$1\t\\n%\t"\\$2"
 ..
+.        if !\nF==2 \{
+.            nr % 0
+.            nr F 2
+.        \}
+.    \}
 .\}
+.rr rF
 .\"
 .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
 .\" Fear.  Run.  Save yourself.  No user-serviceable parts.
@@ -124,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "ping_iterator_get_context 3"
-.TH ping_iterator_get_context 3 "2012-01-31" "1.6.2" "liboping"
+.TH ping_iterator_get_context 3 "2013-12-26" "1.6.2" "liboping"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -152,7 +161,7 @@
 \&\fIping_iterator_get\fR\|(3) and ping_iterator_next.
 .PP
 The \fIcontext\fR argument of \fBping_iterator_set_context\fR is a pointer to
-anything and may be \s-1NULL\s0.
+anything and may be \s-1NULL.\s0
 .SH "RETURN VALUE"
 .IX Header "RETURN VALUE"
 \&\fBping_iterator_get_context\fR returns the same pointer previously passed to
diff -ur liboping-dev_1.6.2-3_i386/usr/share/man/man3/ping_iterator_get_info.3 
liboping-dev_1.6.2-3_amd64/usr/share/man/man3/ping_iterator_get_info.3
--- liboping-dev_1.6.2-3_i386/usr/share/man/man3/ping_iterator_get_info.3       
2013-12-27 16:45:23.000000000 +0100
+++ liboping-dev_1.6.2-3_amd64/usr/share/man/man3/ping_iterator_get_info.3      
2013-12-27 15:46:01.000000000 +0100
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
+.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -38,6 +38,8 @@
 .    ds PI \(*p
 .    ds L" ``
 .    ds R" ''
+.    ds C`
+.    ds C'
 'br\}
 .\"
 .\" Escape single quotes in literal strings from groff's Unicode transform.
@@ -48,17 +50,24 @@
 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
 .\" entries marked with X<> in POD.  Of course, you'll have to process the
 .\" output yourself in some meaningful fashion.
-.ie \nF \{\
-.    de IX
-.    tm Index:\\$1\t\\n%\t"\\$2"
+.\"
+.\" Avoid warning from groff about undefined register 'F'.
+.de IX
 ..
-.    nr % 0
-.    rr F
-.\}
-.el \{\
-.    de IX
+.nr rF 0
+.if \n(.g .if rF .nr rF 1
+.if (\n(rF:(\n(.g==0)) \{
+.    if \nF \{
+.        de IX
+.        tm Index:\\$1\t\\n%\t"\\$2"
 ..
+.        if !\nF==2 \{
+.            nr % 0
+.            nr F 2
+.        \}
+.    \}
 .\}
+.rr rF
 .\"
 .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
 .\" Fear.  Run.  Save yourself.  No user-serviceable parts.
@@ -124,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "ping_iterator_get_info 3"
-.TH ping_iterator_get_info 3 "2012-01-31" "1.6.2" "liboping"
+.TH ping_iterator_get_info 3 "2013-12-26" "1.6.2" "liboping"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -167,7 +176,7 @@
 buffer.
 .IP "\fB\s-1PING_INFO_ADDRESS\s0\fR" 4
 .IX Item "PING_INFO_ADDRESS"
-Return the address used in \s-1ASCII\s0 (i.e. human readable) format. The 
address is
+Return the address used in \s-1ASCII \s0(i.e. human readable) format. The 
address is
 looked up every time you call this method. 40 bytes should be sufficient for
 the buffer (16 octets in hex format, seven colons and one null byte), but more
 won't hurt.
diff -ur liboping-dev_1.6.2-3_i386/usr/share/man/man3/ping_send.3 
liboping-dev_1.6.2-3_amd64/usr/share/man/man3/ping_send.3
--- liboping-dev_1.6.2-3_i386/usr/share/man/man3/ping_send.3    2013-12-27 
16:45:23.000000000 +0100
+++ liboping-dev_1.6.2-3_amd64/usr/share/man/man3/ping_send.3   2013-12-27 
15:46:01.000000000 +0100
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
+.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -38,6 +38,8 @@
 .    ds PI \(*p
 .    ds L" ``
 .    ds R" ''
+.    ds C`
+.    ds C'
 'br\}
 .\"
 .\" Escape single quotes in literal strings from groff's Unicode transform.
@@ -48,17 +50,24 @@
 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
 .\" entries marked with X<> in POD.  Of course, you'll have to process the
 .\" output yourself in some meaningful fashion.
-.ie \nF \{\
-.    de IX
-.    tm Index:\\$1\t\\n%\t"\\$2"
+.\"
+.\" Avoid warning from groff about undefined register 'F'.
+.de IX
 ..
-.    nr % 0
-.    rr F
-.\}
-.el \{\
-.    de IX
+.nr rF 0
+.if \n(.g .if rF .nr rF 1
+.if (\n(rF:(\n(.g==0)) \{
+.    if \nF \{
+.        de IX
+.        tm Index:\\$1\t\\n%\t"\\$2"
 ..
+.        if !\nF==2 \{
+.            nr % 0
+.            nr F 2
+.        \}
+.    \}
 .\}
+.rr rF
 .\"
 .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
 .\" Fear.  Run.  Save yourself.  No user-serviceable parts.
@@ -124,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "ping_send 3"
-.TH ping_send 3 "2012-01-31" "1.6.2" "liboping"
+.TH ping_send 3 "2013-12-26" "1.6.2" "liboping"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff -ur liboping-dev_1.6.2-3_i386/usr/share/man/man3/ping_setopt.3 
liboping-dev_1.6.2-3_amd64/usr/share/man/man3/ping_setopt.3
--- liboping-dev_1.6.2-3_i386/usr/share/man/man3/ping_setopt.3  2013-12-27 
16:45:23.000000000 +0100
+++ liboping-dev_1.6.2-3_amd64/usr/share/man/man3/ping_setopt.3 2013-12-27 
15:46:01.000000000 +0100
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
+.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -38,6 +38,8 @@
 .    ds PI \(*p
 .    ds L" ``
 .    ds R" ''
+.    ds C`
+.    ds C'
 'br\}
 .\"
 .\" Escape single quotes in literal strings from groff's Unicode transform.
@@ -48,17 +50,24 @@
 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
 .\" entries marked with X<> in POD.  Of course, you'll have to process the
 .\" output yourself in some meaningful fashion.
-.ie \nF \{\
-.    de IX
-.    tm Index:\\$1\t\\n%\t"\\$2"
+.\"
+.\" Avoid warning from groff about undefined register 'F'.
+.de IX
 ..
-.    nr % 0
-.    rr F
-.\}
-.el \{\
-.    de IX
+.nr rF 0
+.if \n(.g .if rF .nr rF 1
+.if (\n(rF:(\n(.g==0)) \{
+.    if \nF \{
+.        de IX
+.        tm Index:\\$1\t\\n%\t"\\$2"
 ..
+.        if !\nF==2 \{
+.            nr % 0
+.            nr F 2
+.        \}
+.    \}
 .\}
+.rr rF
 .\"
 .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
 .\" Fear.  Run.  Save yourself.  No user-serviceable parts.
@@ -124,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "ping_setopt 3"
-.TH ping_setopt 3 "2012-01-31" "1.6.2" "liboping"
+.TH ping_setopt 3 "2013-12-26" "1.6.2" "liboping"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -196,7 +205,7 @@
 responsibility to chose a valid bit combination. For details, read the 
\fIip\fR\|(7)
 and \fIipv6\fR\|(7) manual pages, as well as \fI\s-1RFC\s0\ 2474\fR.
 .PP
-The \fIval\fR argument is a pointer to the new value. It must not be 
\s-1NULL\s0. It is
+The \fIval\fR argument is a pointer to the new value. It must not be 
\s-1NULL.\s0 It is
 dereferenced depending on the value of the \fIopt\fR argument, see above. The
 memory pointed to by \fIval\fR is not changed.
 .SH "RETURN VALUE"

Reply via email to