~nabijaczleweli/febug

911f4652bbbd9cb1955556c90c100f379a1e20de — наб autouploader 2 years ago 6650ea2
OpenBSD manpage update by job 406610
M OpenBSD/febug-abi.5 => OpenBSD/febug-abi.5 +1 -1
@@ 1,6 1,6 @@
.\" Automatically generated from an mdoc input file.  Do not edit.
.\"" SPDX-License-Identifier: MIT
.TH "FEBUG-ABI" "3" "January 21, 2021" "OpenBSD 6.8" "Library Functions Manual"
.TH "FEBUG-ABI" "3" "January 25, 2021" "OpenBSD 6.8" "Library Functions Manual"
.nh
.if n .ad l
.SH "NAME"

M OpenBSD/febug-abi.5.html => OpenBSD/febug-abi.5.html +1 -1
@@ 457,7 457,7 @@ struct [[packed]] stop_febug_message {
</div>
<table class="foot">
  <tr>
    <td class="foot-date">January 21, 2021</td>
    <td class="foot-date">January 25, 2021</td>
    <td class="foot-os">OpenBSD 6.8</td>
  </tr>
</table>

M OpenBSD/index.0 => OpenBSD/index.0 +2 -2
@@ 1,11 1,11 @@
.\" Automatically generated from an mdoc input file.  Do not edit.
.\"" SPDX-License-Identifier: MIT
.TH "index" "0" "January 21, 2021" "OpenBSD 6.8" "0"
.TH "index" "0" "January 25, 2021" "OpenBSD 6.8" "0"
.nh
.if n .ad l
.SH "NAME"
\fBindex\fR
\- febug version 0.1.0-5-gb6c7570 manpages
\- febug version 0.1.0-6-g751fada manpages
.SH "SEE ALSO"
febug(8)
\[u2013] User-space debugfs filesystem driver

M OpenBSD/index.0.html => OpenBSD/index.0.html +2 -2
@@ 317,7 317,7 @@ html {		--bg: #1E1F21;
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">index</code> &#x2014; <span class="Nd">febug
    version 0.1.0-5-gb6c7570 manpages</span></p>
    version 0.1.0-6-g751fada manpages</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE


@@ 359,7 359,7 @@ html {		--bg: #1E1F21;
</div>
<table class="foot">
  <tr>
    <td class="foot-date">January 21, 2021</td>
    <td class="foot-date">January 25, 2021</td>
    <td class="foot-os">OpenBSD 6.8</td>
  </tr>
</table>

M OpenBSD/libfebug++.3 => OpenBSD/libfebug++.3 +1 -1
@@ 1,6 1,6 @@
.\" Automatically generated from an mdoc input file.  Do not edit.
.\"" SPDX-License-Identifier: MIT
.TH "LIBFEBUG++" "3" "January 21, 2021" "OpenBSD 6.8" "Library Functions Manual"
.TH "LIBFEBUG++" "3" "January 25, 2021" "OpenBSD 6.8" "Library Functions Manual"
.nh
.if n .ad l
.SH "NAME"

M OpenBSD/libfebug++.3.html => OpenBSD/libfebug++.3.html +1 -1
@@ 563,7 563,7 @@ int main() {
</div>
<table class="foot">
  <tr>
    <td class="foot-date">January 21, 2021</td>
    <td class="foot-date">January 25, 2021</td>
    <td class="foot-os">OpenBSD 6.8</td>
  </tr>
</table>

M OpenBSD/libfebug.3 => OpenBSD/libfebug.3 +1 -1
@@ 1,6 1,6 @@
.\" Automatically generated from an mdoc input file.  Do not edit.
.\"" SPDX-License-Identifier: MIT
.TH "LIBFEBUG" "3" "January 21, 2021" "OpenBSD 6.8" "Library Functions Manual"
.TH "LIBFEBUG" "3" "January 25, 2021" "OpenBSD 6.8" "Library Functions Manual"
.nh
.if n .ad l
.SH "NAME"

M OpenBSD/libfebug.3.html => OpenBSD/libfebug.3.html +1 -1
@@ 575,7 575,7 @@ int main() {
</div>
<table class="foot">
  <tr>
    <td class="foot-date">January 21, 2021</td>
    <td class="foot-date">January 25, 2021</td>
    <td class="foot-os">OpenBSD 6.8</td>
  </tr>
</table>

M OpenBSD/libfebug.rs.3 => OpenBSD/libfebug.rs.3 +10 -4
@@ 1,6 1,6 @@
.\" Automatically generated from an mdoc input file.  Do not edit.
.\"" SPDX-License-Identifier: MIT
.TH "LIBFEBUG.RS" "3" "January 21, 2021" "OpenBSD 6.8" "Library Functions Manual"
.TH "LIBFEBUG.RS" "3" "January 25, 2021" "OpenBSD 6.8" "Library Functions Manual"
.nh
.if n .ad l
.SH "NAME"


@@ 15,13 15,19 @@
.nf
.RS 0n
[dependencies]
febug = "0.1.0-5-gb6c7570"
febug = "0.1.0-6-g751fada"
.RE
.fi
.PP
\fBgetenv("FEBUG_DONT")\fR
\fBenv!("FEBUG_DONT")?\fR
.br
\fBgetenv("FEBUG_SOCKET")\fR
\fBenv!("FEBUG_SOCKET") = \&"/var/run/febug.sock"\fR
.br
\fBenv!("FEBUG_SIGNUM") = SIGUSR2\fR
.PP
\fBenv::var("FEBUG_DONT")\fR
.br
\fBenv::var("FEBUG_SOCKET")\fR
.PP
\fIstatic GLOBAL_CONTROLLED_SOCKET: AtomicI32\fR
= -1;

M OpenBSD/libfebug.rs.3.html => OpenBSD/libfebug.rs.3.html +12 -4
@@ 328,14 328,22 @@ html {		--bg: #1E1F21;
<div class="Bd">
<pre>
[dependencies]
febug = &quot;0.1.0-5-gb6c7570&quot;
febug = &quot;0.1.0-6-g751fada&quot;
</pre>
</div>
<p class="Pp">
  <br/>
  <code class="Fd">getenv(&quot;FEBUG_DONT&quot;)</code>
  <code class="Fd">env!(&quot;FEBUG_DONT&quot;)?</code>
  <br/>
  <code class="Fd">getenv(&quot;FEBUG_SOCKET&quot;)</code></p>
  <code class="Fd">env!(&quot;FEBUG_SOCKET&quot;) =
    &quot;/var/run/febug.sock&quot;</code>
  <br/>
  <code class="Fd">env!(&quot;FEBUG_SIGNUM&quot;) = SIGUSR2</code></p>
<p class="Pp">
  <br/>
  <code class="Fd">env::var(&quot;FEBUG_DONT&quot;)</code>
  <br/>
  <code class="Fd">env::var(&quot;FEBUG_SOCKET&quot;)</code></p>
<p class="Pp">
  <br/>
  <var class="Vt">static GLOBAL_CONTROLLED_SOCKET: AtomicI32</var> = -1;</p>


@@ 584,7 592,7 @@ fn main() {
</div>
<table class="foot">
  <tr>
    <td class="foot-date">January 21, 2021</td>
    <td class="foot-date">January 25, 2021</td>
    <td class="foot-os">OpenBSD 6.8</td>
  </tr>
</table>