From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qk0-f175.google.com (mail-qk0-f175.google.com [209.85.220.175]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTP id 6f040426 for ; Sat, 12 Aug 2017 05:27:53 -0500 (EST) Received: by mail-qk0-f175.google.com with SMTP id a77so31670429qkb.0 for ; Sat, 12 Aug 2017 03:27:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=i3wm-org.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:from:date:message-id:subject:to; bh=UYcZthmWatH/S3me9fObWuSNeVyQqvNMa71jN/29VNk=; b=IiACQ5+jDI/PsU6VqPqfhZMd73Xq52U5opmG6gwFQwvYTOB6rdTAf//OWHe/dvLL5n aPL3qD5JeFDMyvHIKOnI/WCvFc8mNAek0zf33kf3aodc1/Q87pOg7zSu4gNZdgGCvGWH jU2x/9klXbld8qqNCMDYYJQ3AF7y8KjJb6e/QloqJ9KxQ53wktdJibZarjV7Mv/O8WfJ j5qcGlGYO+fA5Zl9JnXfwVTuRgx15A86yI5sc3PyAY1ZCa2MyFRkAPUJe51iC9tfBS1+ REmoBg/EhNb2/R0ng7esy6mt9SYNC+Qasqxg8W0OMgHVEpMdDVQ+4afsmefAL9syWiuv smQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=UYcZthmWatH/S3me9fObWuSNeVyQqvNMa71jN/29VNk=; b=s6isc5+LyoqPlHWf3YrRG8YmxN7pePlxZR8NyPeYCV3/8D8X6FGqi5w4JoFNmnOSIq IVnJMefzwWuowMYq8TUaYeSGCl+yfm49i8o3QddTwd2dnlwXDxilkszfAVq3JQwaPnST 3ZU5FpYz75MCzfxu/dzXshgvewWYeO/Sf/99XNQ9HOo1/9fNmZ3G/6/iYmGBUM/zGnRm OCkMZZUlIyuVm0/O8bWKqTitXrF+Qs5QNQqzGXJRPQpzhYk6UpHgHsUB15n7KyCCQ05f KDDw5IDWWf3VRTQr6XTldMBKD1lu8H5hwDeSXd7EnTY68kVxDEmMYru4oKJpDsKGnFRZ LLqw== X-Gm-Message-State: AHYfb5hsvqyxKMtE6WaQbhPXFnCeVqdg9ywrEsZdBBPyHFyBRbmNivJQ BBO20u9HpeXB1aV7KfszLrLR/fhO1UpTdDEM0A== X-Received: by 10.55.60.67 with SMTP id j64mr8471442qka.319.1502533672462; Sat, 12 Aug 2017 03:27:52 -0700 (PDT) X-Mailinglist: mandoc-tech Reply-To: tech@mandoc.bsd.lv MIME-Version: 1.0 Sender: michael@i3wm.org Received: by 10.237.33.247 with HTTP; Sat, 12 Aug 2017 03:27:32 -0700 (PDT) X-Originating-IP: [2a02:168:4a00:0:225:90ff:fe5d:53a2] From: Michael Stapelberg Date: Sat, 12 Aug 2017 12:27:32 +0200 X-Google-Sender-Auth: yr4CjtiZSAKA0kECM7ccb_Mc9Qw Message-ID: Subject: mandoc 1.14.3 segfault To: tech@mdocml.bsd.lv Content-Type: multipart/alternative; boundary="001a114a2588cf81d605568be19e" --001a114a2588cf81d605568be19e Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hey, I=E2=80=99m running into a segfault with mandoc 1.14.3. Steps to reproduce = and full backtrace follow below. Please let me know if you need anything else, and thanks in advance for taking a look: % curl https://manpages.debian.org/stretch/tcpreplay/tcprewrite.1.en.gz | mandoc -Thtml % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 16621 0 16621 0 0 18902 0 --:--:-- --:--:-- --:--:-- 18887 TCPREWRITE(1)
TCPREWRITE(1) Programmer's Manual TCPREWRITE(1)

NAME

tcprewrite - Rewrite the packets in a pcap file.

SYNOPSIS

tcprewrite [-flag [value]]... [--opt-name [[=3D| ]value]]...
All arguments must be options.

DESCRIPTION

This manual page briefly documents the tcprewrite command. Tcprewrite is a tool to rewrite packets stored in pcap(3) file format, such as crated by tools such as tcpdump(1) and ethereal(1). Once a pcap file has had it's packets rewritten, they can be replayed back out on the network using tcpreplay(1).
 
tcprewrite currently supports reading the following DLT types:
 
DLT_C_HDLC aka Cisco HDLC
 
DLT_EN10MB aka Ethernet
 
DLT_LINUX_SLL aka Linux Cooked Socket
 
DLT_RAW aka RAW IP
 
DLT_NULL aka BSD Loopback
 
DLT_LOOP aka OpenBSD Loopback
 
DLT_IEEE802_11 aka 802.11a/b/g
 
DLT_IEEE802_11_RADIO aka 802.11a/b/g with Radiotap headers
 
Please see the --dlt option for supported DLT types for writing.
 
The packet editing features of tcprewrite which distinguish between "client" and "server" traffic requires a tcpprep(1) cache file.
 
For more details, please see the Tcpreplay Manual at: http://tcpreplay.synfin.net/trac/wiki/manual

OPTIONS

zsh: done curl https://manpages.debian.org/stretch/tcpreplay/tcprewrite.1.en.gz | zsh: segmentation fault (core dumped) mandoc -Thtml % gdb =3Dmandoc core Reading symbols from /usr/bin/mandoc...Reading symbols from /usr/lib/debug/.build-id/05/d31ff6a59b9781107cf5670079cfec1af6cada.debug...= done. done. [New LWP 26130] Core was generated by `mandoc -Thtml'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x0000559dfe7fd32c in html_make_id (n=3D) at html.c:256 256 for (cp =3D buf; *cp !=3D '\0'; cp++) gdb $ backtrace full #0 0x0000559dfe7fd32c in html_make_id (n=3D) at html.c:256 nch =3D buf =3D 0x0 cp =3D 0x0 #1 0x0000559dfe7ff751 in man_SS_pre (man=3D, n=3D, h=3D0x559dff5d08a0) at man_html.c:492 id =3D man =3D h =3D 0x559dff5d08a0 n =3D #2 0x0000559dfe7ff0f4 in print_man_node (man=3D0x559dff5d0750, n=3D0x559dff5ea490, h=3D0x559dff5d08a0) at man_html.c:316 want_fillmode =3D 385 save_fillmode =3D 0 t =3D 0x559dff5d4d50 child =3D 1 __PRETTY_FUNCTION__ =3D "print_man_node" #3 0x0000559dfe7ff256 in print_man_nodelist (h=3D, n=3D0x559dff5ea490, man=3D) at man_html.c:180 No locals. #4 print_man_node (man=3D0x559dff5d0750, n=3D0x559dff5ea3f0, h=3D0x559dff5= d08a0) at man_html.c:326 want_fillmode =3D 385 save_fillmode =3D 0 t =3D 0x559dff5d4d50 child =3D __PRETTY_FUNCTION__ =3D "print_man_node" #5 0x0000559dfe7ff256 in print_man_nodelist (h=3D, n=3D0x559dff5ea3f0, man=3D) at man_html.c:180 No locals. #6 print_man_node (man=3D0x559dff5d0750, n=3D0x559dff5ea350, h=3D0x559dff5= d08a0) at man_html.c:326 want_fillmode =3D 385 save_fillmode =3D 0 t =3D 0x559dff5d4d50 child =3D __PRETTY_FUNCTION__ =3D "print_man_node" #7 0x0000559dfe7ff256 in print_man_nodelist (h=3D, n=3D0x559dff5ea350, man=3D) at man_html.c:180 No locals. #8 print_man_node (man=3D0x559dff5d0750, n=3D0x559dff5ea150, h=3D0x559dff5= d08a0) at man_html.c:326 want_fillmode =3D 385 save_fillmode =3D 0 t =3D 0x559dff5d4d50 child =3D __PRETTY_FUNCTION__ =3D "print_man_node" #9 0x0000559dfe7ffade in print_man_nodelist (h=3D0x559dff5d08a0, n=3D0x559dff5ea150, man=3D0x559dff5d0750) at man_html.c:180 No locals. #10 html_man (arg=3D0x559dff5d08a0, man=3D0x559dff5d0750) at man_html.c:157 h =3D 0x559dff5d08a0 t =3D 0x559dff5d4d50 #11 0x0000559dfe816f1e in parse (curp=3D0x7ffde46ce240, fd=3D0, file=3D0x559dfe8393e1 "") at main.c:801 rctmp =3D MANDOCLEVEL_OK man =3D 0x559dff5d0750 __PRETTY_FUNCTION__ =3D "parse" #12 0x0000559dfe7fc1a8 in main (argc=3D, argv=3D) at main.c:466 conf =3D { output =3D { includes =3D 0x0, man =3D 0x0, paper =3D 0x0, style =3D 0x0, indent =3D 0, width =3D 0, fragment =3D 0, mdoc =3D 0, synopsisonly =3D 0, noval =3D 0 }, manpath =3D { paths =3D 0x0, sz =3D 0 } } search =3D { arch =3D 0x0, sec =3D 0x0, outkey =3D 0x559dfe836fc0 "Nd", argmode =3D ARG_FILE, firstmatch =3D 0 } curp =3D { mp =3D 0x559dff5d0020, outopts =3D 0x7ffde46ce270, outdata =3D 0x559dff5d08a0, os_s =3D 0x0, wstop =3D 0, mmin =3D MANDOCERR_MAX, os_e =3D MANDOC_OS_OTHER, outtype =3D OUTT_HTML } tag_files =3D 0x0 res =3D 0x0 resp =3D progname =3D sec =3D thisarg =3D conf_file =3D 0x0 defpaths =3D 0x0 auxpaths =3D 0x0 oarg =3D uc =3D i =3D sz =3D 0 prio =3D best_prio =3D outmode =3D fd =3D show_usage =3D 0 options =3D use_pager =3D status =3D 0 signum =3D c =3D pager_pid =3D tc_pgid =3D man_pgid =3D pid =3D --=20 Best regards, Michael --001a114a2588cf81d605568be19e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hey,

I=E2=80=99m running into a segfaul= t with mandoc 1.14.3. Steps to reproduce and full backtrace follow below. P= lease let me know if you need anything else, and thanks in advance for taki= ng a look:

=C2= =A0 % Total =C2=A0 =C2=A0% Received % Xferd =C2=A0Average Speed =C2=A0 Time= =C2=A0 =C2=A0Time =C2=A0 =C2=A0 Time =C2=A0Current
=C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0Dload =C2=A0Upload =C2=A0 Total =C2=A0 Spent= =C2=A0 =C2=A0Left =C2=A0Speed
100 16621 =C2=A0 =C2=A00 16621 =C2= =A0 =C2=A00 =C2=A0 =C2=A0 0 =C2=A018902 =C2=A0 =C2=A0 =C2=A00 --:--:-- --:-= -:-- --:--:-- 18887
<!DOCTYPE html>
<html><= /div>
<head>
=C2=A0 <meta charset=3D"utf-8"= ;/>
=C2=A0 <style>
=C2=A0 =C2=A0 table.head, t= able.foot { width: 100%; }
=C2=A0 =C2=A0 td.head-rtitle, td.foot-= os { text-align: right; }
=C2=A0 =C2=A0 td.head-vol { text-align:= center; }
=C2=A0 =C2=A0 div.Pp { margin: 1ex 0ex; }
= =C2=A0 </style>
=C2=A0 <title>TCPREWRITE(1)</title= >
</head>
<body>
<table cla= ss=3D"head">
=C2=A0 <tr>
=C2=A0 =C2= =A0 <td class=3D"head-ltitle">TCPREWRITE(1)</td>
=C2=A0 =C2=A0 <td class=3D"head-vol">Programmer's= Manual</td>
=C2=A0 =C2=A0 <td class=3D"head-rtitle= ">TCPREWRITE(1)</td>
=C2=A0 </tr>
&= lt;/table>
<div class=3D"manual-text">
<h1 class=3D"Sh" title=3D"Sh" id=3D"NAME&quo= t;><a class=3D"selflink" href=3D"#NAME">NAME&l= t;/a></h1>
tcprewrite - Rewrite the packets in a pcap fi= le.
<h1 class=3D"Sh" title=3D"Sh" id=3D&qu= ot;SYNOPSIS"><a class=3D"selflink" href=3D"#SYNOP= SIS">SYNOPSIS</a></h1>
<b>tcprewrite<= ;/b> [<b>-<i>flag</i></b> [<i>value</i&= gt;]]...
=C2=A0 [<b>--<i>opt-name</i></b>= [[=3D| ]<i>value</i>]]...
<div class=3D"Pp&q= uot;></div>
All arguments must be options.
<= ;h1 class=3D"Sh" title=3D"Sh" id=3D"DESCRIPTION&qu= ot;><a class=3D"selflink" href=3D"#DESCRIPTION"&g= t;DESCRIPTION</a></h1>
This manual page briefly docum= ents the <b>tcprewrite</b> command. Tcprewrite is
=C2= =A0 a tool to rewrite packets stored in <i>pcap(3)</i> file for= mat, such as crated
=C2=A0 by tools such as <i>tcpdump(1)&l= t;/i> and <i>ethereal(1)</i>. Once a pcap file
=C2= =A0 has had it's packets rewritten, they can be replayed back out on th= e network
=C2=A0 using <i>tcpreplay(1)</i>.
<div style=3D"height: 1.00em;">&#x00A0;</div>
tcprewrite currently supports reading the following DLT types:
<div style=3D"height: 1.00em;">&#x00A0;</div&g= t;
<b>DLT_C_HDLC</b> aka Cisco HDLC
<div= style=3D"height: 1.00em;">&#x00A0;</div>
= <b>DLT_EN10MB</b> aka Ethernet
<div style=3D"= height: 1.00em;">&#x00A0;</div>
<b>DLT_LI= NUX_SLL</b> aka Linux Cooked Socket
<div style=3D"h= eight: 1.00em;">&#x00A0;</div>
<b>DLT_RAW= </b> aka RAW IP
<div style=3D"height: 1.00em;"= >&#x00A0;</div>
<b>DLT_NULL</b> aka BSD = Loopback
<div style=3D"height: 1.00em;">&#x00= A0;</div>
<b>DLT_LOOP</b> aka OpenBSD Loopback<= /div>
<div style=3D"height: 1.00em;">&#x00A0;</d= iv>
<b>DLT_IEEE802_11</b> aka 802.11a/b/g
<div style=3D"height: 1.00em;">&#x00A0;</div>
<b>DLT_IEEE802_11_RADIO</b> aka 802.11a/b/g with Radio= tap headers
<div style=3D"height: 1.00em;">&#= x00A0;</div>
Please see the --dlt option for supported DLT = types for writing.
<div style=3D"height: 1.00em;">= ;&#x00A0;</div>
The packet editing features of tcprewri= te which distinguish between
=C2=A0 &quot;client&quot; an= d &quot;server&quot; traffic requires a tcpprep(1) cache
= =C2=A0 file.
<div style=3D"height: 1.00em;">&= #x00A0;</div>
For more details, please see the Tcpreplay Ma= nual at:
<h1 c= lass=3D"Sh" title=3D"Sh" id=3D"OPTIONS">&l= t;a class=3D"selflink" href=3D"#OPTIONS">OPTIONS<= /a></h1>
zsh: done =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0curl <= a href=3D"https://manpages.debian.org/stretch/tcpreplay/tcprewrite.1.en.gz"= >https://manpages.debian.org/stretch/tcpreplay/tcprewrite.1.en.gz |=C2= =A0
zsh: segmentation fault (core dumped) =C2=A0mandoc -Thtml


% gdb =3Dmandoc core
Reading= symbols from /usr/bin/mandoc...Reading symbols from /usr/lib/debug/.build-= id/05/d31ff6a59b9781107cf5670079cfec1af6cada.debug...done.
done.<= /div>
[New LWP 26130]
Core was generated by `mandoc -Thtml= 9;.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 =C2=A00x0000559dfe7fd32c in html_make_id (n=3D<optimized out= >) at html.c:256
256 f= or (cp =3D buf; *cp !=3D '\0'; cp++)
gdb $ backtrace full=
#0 =C2=A00x0000559dfe7fd32c in html_make_id (n=3D<optimized o= ut>) at html.c:256
=C2=A0 =C2=A0 =C2=A0 =C2=A0 nch =3D <opt= imized out>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 buf =3D 0x0
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 cp =3D 0x0
#1 =C2=A00x0000559dfe7ff75= 1 in man_SS_pre (man=3D<optimized out>, n=3D<optimized out>, h= =3D0x559dff5d08a0) at man_html.c:492
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = id =3D <optimized out>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 man =3D = <optimized out>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 h =3D 0x559dff5= d08a0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 n =3D <optimized out>
#2 =C2=A00x0000559dfe7ff0f4 in print_man_node (man=3D0x559dff5d0750,= n=3D0x559dff5ea490, h=3D0x559dff5d08a0) at man_html.c:316
=C2=A0= =C2=A0 =C2=A0 =C2=A0 want_fillmode =3D 385
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 save_fillmode =3D 0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 t =3D 0x55= 9dff5d4d50
=C2=A0 =C2=A0 =C2=A0 =C2=A0 child =3D 1
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 __PRETTY_FUNCTION__ =3D "print_man_node"=
#3 =C2=A00x0000559dfe7ff256 in print_man_nodelist (h=3D<optim= ized out>, n=3D0x559dff5ea490, man=3D<optimized out>) at man_html.= c:180
No locals.
#4 =C2=A0print_man_node (man=3D0x559df= f5d0750, n=3D0x559dff5ea3f0, h=3D0x559dff5d08a0) at man_html.c:326
=C2=A0 =C2=A0 =C2=A0 =C2=A0 want_fillmode =3D 385
=C2=A0 =C2=A0= =C2=A0 =C2=A0 save_fillmode =3D 0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 t = =3D 0x559dff5d4d50
=C2=A0 =C2=A0 =C2=A0 =C2=A0 child =3D <opti= mized out>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 __PRETTY_FUNCTION__ =3D= "print_man_node"
#5 =C2=A00x0000559dfe7ff256 in print_= man_nodelist (h=3D<optimized out>, n=3D0x559dff5ea3f0, man=3D<opti= mized out>) at man_html.c:180
No locals.
#6 =C2=A0pr= int_man_node (man=3D0x559dff5d0750, n=3D0x559dff5ea350, h=3D0x559dff5d08a0)= at man_html.c:326
=C2=A0 =C2=A0 =C2=A0 =C2=A0 want_fillmode =3D = 385
=C2=A0 =C2=A0 =C2=A0 =C2=A0 save_fillmode =3D 0
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 t =3D 0x559dff5d4d50
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 child =3D <optimized out>
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 __PRETTY_FUNCTION__ =3D "print_man_node"
#7 =C2= =A00x0000559dfe7ff256 in print_man_nodelist (h=3D<optimized out>, n= =3D0x559dff5ea350, man=3D<optimized out>) at man_html.c:180
No locals.
#8 =C2=A0print_man_node (man=3D0x559dff5d0750, n=3D0x= 559dff5ea150, h=3D0x559dff5d08a0) at man_html.c:326
=C2=A0 =C2=A0= =C2=A0 =C2=A0 want_fillmode =3D 385
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = save_fillmode =3D 0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 t =3D 0x559dff5d4= d50
=C2=A0 =C2=A0 =C2=A0 =C2=A0 child =3D <optimized out>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 __PRETTY_FUNCTION__ =3D "print_ma= n_node"
#9 =C2=A00x0000559dfe7ffade in print_man_nodelist (h= =3D0x559dff5d08a0, n=3D0x559dff5ea150, man=3D0x559dff5d0750) at man_html.c:= 180
No locals.
#10 html_man (arg=3D0x559dff5d08a0, man= =3D0x559dff5d0750) at man_html.c:157
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = h =3D 0x559dff5d08a0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 t =3D 0x559dff5d= 4d50
#11 0x0000559dfe816f1e in parse (curp=3D0x7ffde46ce240, fd= =3D0, file=3D0x559dfe8393e1 "<stdin>") at main.c:801
<= div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 rctmp =3D MANDOCLEVEL_OK
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 man =3D 0x559dff5d0750
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 __PRETTY_FUNCTION__ =3D "parse"
#12 0x0000559dfe= 7fc1a8 in main (argc=3D<optimized out>, argv=3D<optimized out>)= at main.c:466
=C2=A0 =C2=A0 =C2=A0 =C2=A0 conf =3D {
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 output =3D {
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 includes =3D 0x0,=C2=A0
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 man =3D 0x0,=C2=A0
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 paper =3D 0x0,=C2=A0
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 style =3D 0x0,=C2=A0
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 indent =3D 0,=C2=A0
=C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 width =3D 0,=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 fragment =3D 0,=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 mdoc =3D 0,=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 synopsisonly =3D 0,=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 noval =3D 0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = },=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 manpath =3D {
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 paths =3D 0x0,=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 sz =3D 0
=C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 }
=C2=A0 =C2=A0 =C2=A0 =C2=A0 }
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 search =3D {
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 arch =3D 0x0,=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= sec =3D 0x0,=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 outkey =3D= 0x559dfe836fc0 "Nd",=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 argmode =3D ARG_FILE,=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 firstmatch =3D 0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 }
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 curp =3D {
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 mp =3D 0x559dff5d0020,=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 outopts =3D 0x7ffde46ce270,=C2=A0
=C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 outdata =3D 0x559dff5d08a0,=C2=A0
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 os_s =3D 0x0,=C2=A0
=C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 wstop =3D 0,=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 mmin =3D MANDOCERR_MAX,=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 os_e =3D MANDOC_OS_OTHER,=C2=A0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 outtype =3D OUTT_HTML
=C2=A0 =C2=A0 =C2=A0 =C2=A0 }
<= div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 tag_files =3D 0x0
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 res =3D 0x0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 resp =3D &l= t;optimized out>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 progname =3D <= optimized out>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 sec =3D <optimiz= ed out>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 thisarg =3D <optimized = out>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 conf_file =3D 0x0
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 defpaths =3D 0x0
=C2=A0 =C2=A0 =C2=A0= =C2=A0 auxpaths =3D 0x0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 oarg =3D <= ;optimized out>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 uc =3D <optimiz= ed out>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 i =3D <optimized out>= ;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 sz =3D 0
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 prio =3D <optimized out>
=C2=A0 =C2=A0 =C2=A0= =C2=A0 best_prio =3D <optimized out>
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 outmode =3D <optimized out>
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 fd =3D <optimized out>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 show= _usage =3D 0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 options =3D <optimize= d out>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 use_pager =3D <optimized= out>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 status =3D 0
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 signum =3D <optimized out>
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 c =3D <optimized out>
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 pager_pid =3D <optimized out>
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 tc_pgid =3D <optimized out>
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 man_pgid =3D <optimized out>
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 pid =3D <optimized out>


--
Best regards,
Michael
--001a114a2588cf81d605568be19e-- -- To unsubscribe send an email to tech+unsubscribe@mandoc.bsd.lv