1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "/usr/share/xml/docbook/schema/dtd/4.2/docbookx.dtd">
<refentry id="command.cryptdisks_stop">
<xi:include href="variables.xml"
xpointer="xpointer(/refentry/refentryinfo)"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<refmeta>
<refentrytitle>cryptdisks_stop</refentrytitle>
<manvolnum>8</manvolnum>
<xi:include href="variables.xml"
xpointer="xpointer(/refentry/refmeta/*)"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
</refmeta>
<refnamediv>
<refname>cryptdisks_stop</refname>
<refpurpose>wrapper around cryptsetup that parses /etc/crypttab.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<simpara>
<emphasis role="strong">cryptdisks_stop</emphasis>
<emphasis><name></emphasis>
</simpara>
</refsynopsisdiv>
<refsect1 id="cryptdisks_stop.description">
<title>DESCRIPTION</title>
<simpara>
<emphasis role="strong">cryptdisks_stop</emphasis> is a wrapper around
<emphasis role="strong">cryptsetup</emphasis> that parses
<emphasis role="strong">/etc/crypttab</emphasis> just like the initscript
/etc/init.d/cryptdisks does and stops the dm-crypt mapping that corresponds
to <emphasis><name></emphasis>.
</simpara>
</refsect1>
<refsect1 id="cryptdisks_stop.see_also">
<title>SEE ALSO</title>
<simpara>
<emphasis>cryptdisks_start</emphasis>(8),
<emphasis>cryptsetup</emphasis>(8), <emphasis>crypttab</emphasis>(5)
</simpara>
</refsect1>
<refsect1 id="cryptdisks_stop.author">
<title>AUTHOR</title><simpara>This manual page was written by Jonas Meurer
<mejo@debian.org> in January 2008.
</simpara>
</refsect1>
</refentry>
|