summaryrefslogtreecommitdiff
path: root/static/freebsd/man9/devtoname.9 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man9/devtoname.9 4.html')
-rw-r--r--static/freebsd/man9/devtoname.9 4.html45
1 files changed, 0 insertions, 45 deletions
diff --git a/static/freebsd/man9/devtoname.9 4.html b/static/freebsd/man9/devtoname.9 4.html
deleted file mode 100644
index 53231f0a..00000000
--- a/static/freebsd/man9/devtoname.9 4.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">DEVTONAME(9)</td>
- <td class="head-vol">Kernel Developer's Manual</td>
- <td class="head-rtitle">DEVTONAME(9)</td>
- </tr>
-</table>
-<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="Nm">devtoname</code> &#x2014;
- <span class="Nd">converts character device into a string indicating the
- device name</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<p class="Pp"><code class="In">#include
- &lt;<a class="In">sys/param.h</a>&gt;</code>
- <br/>
- <code class="In">#include &lt;<a class="In">sys/conf.h</a>&gt;</code></p>
-<p class="Pp"><var class="Ft">const char *</var>
- <br/>
- <code class="Fn">devtoname</code>(<var class="Fa" style="white-space: nowrap;">struct
- cdev *dev</var>);</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The
- <a class="permalink" href="#devtoname"><code class="Fn" id="devtoname">devtoname</code></a>()
- function returns a pointer to the name of the device passed to it. The name
- is whatever was set to it in
- <a class="permalink" href="#make_dev"><code class="Fn" id="make_dev">make_dev</code></a>().</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-<p class="Pp">The <code class="Fn">devtoname</code>() interface first appeared
- in <span class="Ux">FreeBSD 4.0</span></p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">February 10, 2012</td>
- <td class="foot-os">FreeBSD 15.0</td>
- </tr>
-</table>