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 30, 2021" "OpenBSD 6.8" "Library Functions Manual"
+.TH "FEBUG-ABI" "5" "January 31, 2021" "OpenBSD 6.8" "File Formats Manual"
.nh
.if n .ad l
.SH "NAME"
M OpenBSD/febug-abi.5.html => OpenBSD/febug-abi.5.html +5 -5
@@ 303,14 303,14 @@ html { --bg: #1E1F21;
:visited { color: #F6BAFF; }
}
</style>
- <title>FEBUG-ABI(3)</title>
+ <title>FEBUG-ABI(5)</title>
</head>
<body>
<table class="head">
<tr>
- <td class="head-ltitle">FEBUG-ABI(3)</td>
- <td class="head-vol">Library Functions Manual</td>
- <td class="head-rtitle">FEBUG-ABI(3)</td>
+ <td class="head-ltitle">FEBUG-ABI(5)</td>
+ <td class="head-vol">File Formats Manual</td>
+ <td class="head-rtitle">FEBUG-ABI(5)</td>
</tr>
</table>
<div class="manual-text">
@@ 457,7 457,7 @@ struct [[packed]] stop_febug_message {
</div>
<table class="foot">
<tr>
- <td class="foot-date">January 30, 2021</td>
+ <td class="foot-date">January 31, 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 30, 2021" "OpenBSD 6.8" "0"
+.TH "index" "0" "January 31, 2021" "OpenBSD 6.8" "0"
.nh
.if n .ad l
.SH "NAME"
\fBindex\fR
-\- febug version 0.1.2 manpages
+\- febug version 0.1.1-5-gf41b76c 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> — <span class="Nd">febug
- version 0.1.2 manpages</span></p>
+ version 0.1.1-5-gf41b76c 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 30, 2021</td>
+ <td class="foot-date">January 31, 2021</td>
<td class="foot-os">OpenBSD 6.8</td>
</tr>
</table>
M OpenBSD/libfebug++.3 => OpenBSD/libfebug++.3 +3 -3
@@ 1,13 1,13 @@
.\" Automatically generated from an mdoc input file. Do not edit.
.\"" SPDX-License-Identifier: MIT
-.TH "LIBFEBUG++" "3" "January 30, 2021" "OpenBSD 6.8" "Library Functions Manual"
+.TH "LIBFEBUG++" "3" "January 31, 2021" "OpenBSD 6.8" "Library Functions Manual"
.nh
.if n .ad l
.SH "NAME"
\fBfebug::controlled_socket\fR,
\fBfebug::wrapper\fR,
-\fIfebug::formatters\fR,
-\fBfebug::debug_handler\fR()
+\fBfebug::formatters\fR,
+\fBfebug::debug_handler()\fR
\- User-space debugfs ABI wrapper library for C++
.SH "SYNOPSIS"
\fB#include <libfebug.hpp>\fR
M OpenBSD/libfebug++.3.html => OpenBSD/libfebug++.3.html +8 -6
@@ 316,9 316,10 @@ html { --bg: #1E1F21;
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><b class="Sy">febug::controlled_socket</b>,
- <b class="Sy">febug::wrapper</b>, <var class="Vt">febug::formatters</var>,
- <code class="Fn">febug::debug_handler</code>() —
+<p class="Pp"><code class="Nm">febug::controlled_socket</code>,
+ <code class="Nm">febug::wrapper</code>,
+ <code class="Nm">febug::formatters</code>,
+ <code class="Nm">febug::debug_handler()</code> —
<span class="Nd">User-space debugfs ABI wrapper library for C++</span></p>
</section>
<section class="Sh">
@@ 396,8 397,9 @@ html { --bg: #1E1F21;
<dd>If set, use its value instead of <b class="Sy">FEBUG_SOCKET</b> to connect
to <a class="Xr" href="febug.8.html">febug(8)</a></dd>
</dl>
-<p class="Pp">The <b class="Sy">febug::controlled_socket</b> structure is
- defined as follows:</p>
+<p class="Pp" id="febug::controlled_socket">The
+ <a class="permalink" href="#febug::controlled_socket"><b class="Sy">febug::controlled_socket</b></a>
+ structure is defined as follows:</p>
<div class="Bd Pp Bd-indent">
<pre>
struct febug::controlled_socket {
@@ 563,7 565,7 @@ int main() {
</div>
<table class="foot">
<tr>
- <td class="foot-date">January 30, 2021</td>
+ <td class="foot-date">January 31, 2021</td>
<td class="foot-os">OpenBSD 6.8</td>
</tr>
</table>
M OpenBSD/libfebug.3 => OpenBSD/libfebug.3 +6 -6
@@ 1,14 1,14 @@
.\" Automatically generated from an mdoc input file. Do not edit.
.\"" SPDX-License-Identifier: MIT
-.TH "LIBFEBUG" "3" "January 30, 2021" "OpenBSD 6.8" "Library Functions Manual"
+.TH "LIBFEBUG" "3" "January 31, 2021" "OpenBSD 6.8" "Library Functions Manual"
.nh
.if n .ad l
.SH "NAME"
-\fBfebug_start\fR(),
-\fBfebug_end\fR(),
-\fBfebug_register_type\fR(),
-\fBfebug_wrap\fR(),
-\fBfebug_unwrap\fR()
+\fBfebug_start()\fR,
+\fBfebug_end()\fR,
+\fBfebug_register_type()\fR,
+\fBfebug_wrap()\fR,
+\fBfebug_unwrap()\fR
\- User-space debugfs ABI wrapper library
.SH "SYNOPSIS"
\fB#include <libfebug.h>\fR
M OpenBSD/libfebug.3.html => OpenBSD/libfebug.3.html +5 -5
@@ 316,10 316,10 @@ html { --bg: #1E1F21;
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><code class="Fn">febug_start</code>(),
- <code class="Fn">febug_end</code>(),
- <code class="Fn">febug_register_type</code>(),
- <code class="Fn">febug_wrap</code>(), <code class="Fn">febug_unwrap</code>()
+<p class="Pp"><code class="Nm">febug_start()</code>,
+ <code class="Nm">febug_end()</code>,
+ <code class="Nm">febug_register_type()</code>,
+ <code class="Nm">febug_wrap()</code>, <code class="Nm">febug_unwrap()</code>
— <span class="Nd">User-space debugfs ABI wrapper library</span></p>
</section>
<section class="Sh">
@@ 575,7 575,7 @@ int main() {
</div>
<table class="foot">
<tr>
- <td class="foot-date">January 30, 2021</td>
+ <td class="foot-date">January 31, 2021</td>
<td class="foot-os">OpenBSD 6.8</td>
</tr>
</table>
M OpenBSD/libfebug.rs.3 => OpenBSD/libfebug.rs.3 +5 -5
@@ 1,21 1,21 @@
.\" Automatically generated from an mdoc input file. Do not edit.
.\"" SPDX-License-Identifier: MIT
-.TH "LIBFEBUG.RS" "3" "January 30, 2021" "OpenBSD 6.8" "Library Functions Manual"
+.TH "LIBFEBUG.RS" "3" "January 31, 2021" "OpenBSD 6.8" "Library Functions Manual"
.nh
.if n .ad l
.SH "NAME"
-\fBfebug::start\fR,
+\fBfebug::start()\fR,
\fBfebug::Wrapper\fR,
\fBfebug::Wrappable\fR,
\fBfebug::StaticWrappable\fR,
-\fIfebug::GLOBAL_CONTROLLED_SOCKET\fR,
-\fIfebug::FORMATTERS\fR
+\fBfebug::GLOBAL_CONTROLLED_SOCKET\fR,
+\fBfebug::FORMATTERS\fR
\- User-space debugfs ABI wrapper library for Rust
.SH "SYNOPSIS"
.nf
.RS 0n
[dependencies]
-febug = "0.1.2"
+febug = "0.1.1-5-gf41b76c"
.RE
.fi
.PP
M OpenBSD/libfebug.rs.3.html => OpenBSD/libfebug.rs.3.html +17 -13
@@ 316,19 316,20 @@ html { --bg: #1E1F21;
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><b class="Sy">febug::start</b>, <b class="Sy">febug::Wrapper</b>,
- <b class="Sy">febug::Wrappable</b>,
- <b class="Sy">febug::StaticWrappable</b>,
- <var class="Vt">febug::GLOBAL_CONTROLLED_SOCKET</var>,
- <var class="Vt">febug::FORMATTERS</var> — <span class="Nd">User-space
- debugfs ABI wrapper library for Rust</span></p>
+<p class="Pp"><code class="Nm">febug::start()</code>,
+ <code class="Nm">febug::Wrapper</code>,
+ <code class="Nm">febug::Wrappable</code>,
+ <code class="Nm">febug::StaticWrappable</code>,
+ <code class="Nm">febug::GLOBAL_CONTROLLED_SOCKET</code>,
+ <code class="Nm">febug::FORMATTERS</code> —
+ <span class="Nd">User-space debugfs ABI wrapper library for Rust</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
<div class="Bd">
<pre>
[dependencies]
-febug = "0.1.2"
+febug = "0.1.1-5-gf41b76c"
</pre>
</div>
<p class="Pp">
@@ 478,11 479,14 @@ febug = "0.1.2"
lie here. The handler takes the write end of the pipe as the first argument,
and the variable ID as the second. It's a no-op if
<var class="Vt">febug::GLOBAL_CONTROLLED_SOCKET</var> is -1.</p>
-<p class="Pp" id="febug_message">At any time, when the program wishes to expose
- a variable, it can construct <b class="Sy">febug::Wrapper</b> (likely via
- one of the convenience <b class="Sy">febug::StaticWrappable</b> or
- <b class="Sy">febug::Wrappable</b> traits), which will send a
- <a class="permalink" href="#febug_message"><b class="Sy">febug_message</b></a>
+<p class="Pp" id="febug::StaticWrappable">At any time, when the program wishes
+ to expose a variable, it can construct <b class="Sy">febug::Wrapper</b>
+ (likely via one of the convenience
+ <a class="permalink" href="#febug::StaticWrappable"><b class="Sy">febug::StaticWrappable</b></a>
+ or
+ <a class="permalink" href="#febug::Wrappable"><b class="Sy" id="febug::Wrappable">febug::Wrappable</b></a>
+ traits), which will send a
+ <a class="permalink" href="#febug_message"><b class="Sy" id="febug_message">febug_message</b></a>
with the specified type and signal numbers (defaulting to
<code class="Li">SIGUSR2 ),</code> ID equal to the address of the data
argument, and name formatted. It's a no-op if
@@ 592,7 596,7 @@ fn main() {
</div>
<table class="foot">
<tr>
- <td class="foot-date">January 30, 2021</td>
+ <td class="foot-date">January 31, 2021</td>
<td class="foot-os">OpenBSD 6.8</td>
</tr>
</table>