640 lines
15 KiB
HTML
640 lines
15 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of CARGO</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>CARGO</H1>
|
|
Section: (1)<BR>Updated: 2020-06-25<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
cargo - The Rust package manager
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<P>
|
|
<B>cargo [</B><I>OPTIONS</I>] <I>COMMAND</I> [<I>ARGS</I>]
|
|
<BR>
|
|
|
|
<B>cargo [</B><I>OPTIONS</I>] --version
|
|
<BR>
|
|
|
|
<B>cargo [</B><I>OPTIONS</I>] --list
|
|
<BR>
|
|
|
|
<B>cargo [</B><I>OPTIONS</I>] --help
|
|
<BR>
|
|
|
|
<B>cargo [</B><I>OPTIONS</I>] --explain <I>CODE</I>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<P>
|
|
This program is a package manager and build tool for the Rust language,
|
|
available at
|
|
<I></I> <<A HREF="https://rust-lang.org">https://rust-lang.org</A>>.
|
|
|
|
<A NAME="lbAE"> </A>
|
|
<H2>COMMANDS</H2>
|
|
|
|
<A NAME="lbAF"> </A>
|
|
<H3>Build Commands</H3>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-bench">cargo-bench</A></B>(1)
|
|
<DL COMPACT><DT id="1"><DD>
|
|
Execute benchmarks of a package.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-build">cargo-build</A></B>(1)
|
|
<DL COMPACT><DT id="2"><DD>
|
|
Compile a package.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-check">cargo-check</A></B>(1)
|
|
<DL COMPACT><DT id="3"><DD>
|
|
Check a local package and all of its dependencies for errors.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-clean">cargo-clean</A></B>(1)
|
|
<DL COMPACT><DT id="4"><DD>
|
|
Remove artifacts that Cargo has generated in the past.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-doc">cargo-doc</A></B>(1)
|
|
<DL COMPACT><DT id="5"><DD>
|
|
Build a package's documentation.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-fetch">cargo-fetch</A></B>(1)
|
|
<DL COMPACT><DT id="6"><DD>
|
|
Fetch dependencies of a package from the network.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-fix">cargo-fix</A></B>(1)
|
|
<DL COMPACT><DT id="7"><DD>
|
|
Automatically fix lint warnings reported by rustc.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-run">cargo-run</A></B>(1)
|
|
<DL COMPACT><DT id="8"><DD>
|
|
Run a binary or example of the local package.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-rustc">cargo-rustc</A></B>(1)
|
|
<DL COMPACT><DT id="9"><DD>
|
|
Compile a package, and pass extra options to the compiler.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-rustdoc">cargo-rustdoc</A></B>(1)
|
|
<DL COMPACT><DT id="10"><DD>
|
|
Build a package's documentation, using specified custom flags.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-test">cargo-test</A></B>(1)
|
|
<DL COMPACT><DT id="11"><DD>
|
|
Execute unit and integration tests of a package.
|
|
</DL>
|
|
|
|
<A NAME="lbAG"> </A>
|
|
<H3>Manifest Commands</H3>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-generate-lockfile">cargo-generate-lockfile</A></B>(1)
|
|
<DL COMPACT><DT id="12"><DD>
|
|
Generate <B>Cargo.lock</B> for a project.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-locate-project">cargo-locate-project</A></B>(1)
|
|
<DL COMPACT><DT id="13"><DD>
|
|
Print a JSON representation of a <B>Cargo.toml</B> file's location.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-metadata">cargo-metadata</A></B>(1)
|
|
<DL COMPACT><DT id="14"><DD>
|
|
Output the resolved dependencies of a package, the concrete used versions
|
|
including overrides, in machine-readable format.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-pkgid">cargo-pkgid</A></B>(1)
|
|
<DL COMPACT><DT id="15"><DD>
|
|
Print a fully qualified package specification.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-tree">cargo-tree</A></B>(1)
|
|
<DL COMPACT><DT id="16"><DD>
|
|
Display a tree visualization of a dependency graph.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-update">cargo-update</A></B>(1)
|
|
<DL COMPACT><DT id="17"><DD>
|
|
Update dependencies as recorded in the local lock file.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-vendor">cargo-vendor</A></B>(1)
|
|
<DL COMPACT><DT id="18"><DD>
|
|
Vendor all dependencies locally.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-verify-project">cargo-verify-project</A></B>(1)
|
|
<DL COMPACT><DT id="19"><DD>
|
|
Check correctness of crate manifest.
|
|
</DL>
|
|
|
|
<A NAME="lbAH"> </A>
|
|
<H3>Package Commands</H3>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-init">cargo-init</A></B>(1)
|
|
<DL COMPACT><DT id="20"><DD>
|
|
Create a new Cargo package in an existing directory.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-install">cargo-install</A></B>(1)
|
|
<DL COMPACT><DT id="21"><DD>
|
|
Build and install a Rust binary.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-new">cargo-new</A></B>(1)
|
|
<DL COMPACT><DT id="22"><DD>
|
|
Create a new Cargo package.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-search">cargo-search</A></B>(1)
|
|
<DL COMPACT><DT id="23"><DD>
|
|
Search packages in crates.io.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-uninstall">cargo-uninstall</A></B>(1)
|
|
<DL COMPACT><DT id="24"><DD>
|
|
Remove a Rust binary.
|
|
</DL>
|
|
|
|
<A NAME="lbAI"> </A>
|
|
<H3>Publishing Commands</H3>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-login">cargo-login</A></B>(1)
|
|
<DL COMPACT><DT id="25"><DD>
|
|
Save an API token from the registry locally.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-owner">cargo-owner</A></B>(1)
|
|
<DL COMPACT><DT id="26"><DD>
|
|
Manage the owners of a crate on the registry.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-package">cargo-package</A></B>(1)
|
|
<DL COMPACT><DT id="27"><DD>
|
|
Assemble the local package into a distributable tarball.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-publish">cargo-publish</A></B>(1)
|
|
<DL COMPACT><DT id="28"><DD>
|
|
Upload a package to the registry.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-yank">cargo-yank</A></B>(1)
|
|
<DL COMPACT><DT id="29"><DD>
|
|
Remove a pushed crate from the index.
|
|
</DL>
|
|
|
|
<A NAME="lbAJ"> </A>
|
|
<H3>General Commands</H3>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-help">cargo-help</A></B>(1)
|
|
<DL COMPACT><DT id="30"><DD>
|
|
Display help information about Cargo.
|
|
</DL>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+cargo-version">cargo-version</A></B>(1)
|
|
<DL COMPACT><DT id="31"><DD>
|
|
Show version information.
|
|
</DL>
|
|
|
|
<A NAME="lbAK"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
<A NAME="lbAL"> </A>
|
|
<H3>Special Options</H3>
|
|
|
|
<P>
|
|
<B>-V</B>, <B>--version</B>
|
|
<DL COMPACT><DT id="32"><DD>
|
|
Print version info and exit. If used with <B>--verbose</B>, prints extra
|
|
information.
|
|
</DL>
|
|
|
|
<P>
|
|
<B>--list</B>
|
|
<DL COMPACT><DT id="33"><DD>
|
|
List all installed Cargo subcommands. If used with <B>--verbose</B>, prints
|
|
extra information.
|
|
</DL>
|
|
|
|
<P>
|
|
<B>--explain </B><I>CODE</I>
|
|
<DL COMPACT><DT id="34"><DD>
|
|
Run <B>rustc --explain CODE</B> which will print out a detailed explanation of
|
|
an error message (for example, <B>E0004</B>).
|
|
</DL>
|
|
|
|
<A NAME="lbAM"> </A>
|
|
<H3>Display Options</H3>
|
|
|
|
<P>
|
|
<B>-v</B>, <B>--verbose</B>
|
|
<DL COMPACT><DT id="35"><DD>
|
|
Use verbose output. May be specified twice for "very verbose" output which
|
|
includes extra output such as dependency warnings and build script output.
|
|
May also be specified with the <B>term.verbose</B>
|
|
|
|
<I>config value</I> <<A HREF="https://doc.rust-lang.org/cargo/reference/config.html">https://doc.rust-lang.org/cargo/reference/config.html</A>>.
|
|
|
|
</DL>
|
|
|
|
<P>
|
|
<B>-q</B>, <B>--quiet</B>
|
|
<DL COMPACT><DT id="36"><DD>
|
|
No output printed to stdout.
|
|
</DL>
|
|
|
|
<P>
|
|
<B>--color</B> <I>WHEN</I>
|
|
<DL COMPACT><DT id="37"><DD>
|
|
Control when colored output is used. Valid values:
|
|
<P>
|
|
<DL COMPACT><DT id="38"><DD>
|
|
•
|
|
|
|
|
|
<B>auto</B> (default): Automatically detect if color support is available on the
|
|
terminal.
|
|
</DL>
|
|
|
|
<P>
|
|
<DL COMPACT><DT id="39"><DD>
|
|
•
|
|
|
|
|
|
<B>always</B>: Always display colors.
|
|
</DL>
|
|
|
|
<P>
|
|
<DL COMPACT><DT id="40"><DD>
|
|
•
|
|
|
|
|
|
<B>never</B>: Never display colors.
|
|
</DL>
|
|
|
|
<P>
|
|
May also be specified with the <B>term.color</B>
|
|
|
|
<I>config value</I> <<A HREF="https://doc.rust-lang.org/cargo/reference/config.html">https://doc.rust-lang.org/cargo/reference/config.html</A>>.
|
|
|
|
</DL>
|
|
|
|
<A NAME="lbAN"> </A>
|
|
<H3>Manifest Options</H3>
|
|
|
|
<P>
|
|
<B>--frozen</B>, <B>--locked</B>
|
|
<DL COMPACT><DT id="41"><DD>
|
|
Either of these flags requires that the <B>Cargo.lock</B> file is
|
|
up-to-date. If the lock file is missing, or it needs to be updated, Cargo will
|
|
exit with an error. The <B>--frozen</B> flag also prevents Cargo from
|
|
attempting to access the network to determine if it is out-of-date.
|
|
<P>
|
|
These may be used in environments where you want to assert that the
|
|
<B>Cargo.lock</B> file is up-to-date (such as a CI build) or want to avoid network
|
|
access.
|
|
</DL>
|
|
|
|
<P>
|
|
<B>--offline</B>
|
|
<DL COMPACT><DT id="42"><DD>
|
|
Prevents Cargo from accessing the network for any reason. Without this
|
|
flag, Cargo will stop with an error if it needs to access the network and
|
|
the network is not available. With this flag, Cargo will attempt to
|
|
proceed without the network if possible.
|
|
<P>
|
|
Beware that this may result in different dependency resolution than online
|
|
mode. Cargo will restrict itself to crates that are downloaded locally, even
|
|
if there might be a newer version as indicated in the local copy of the index.
|
|
See the <B><A HREF="/cgi-bin/man/man2html?1+cargo-fetch">cargo-fetch</A></B>(1) command to download dependencies before going
|
|
offline.
|
|
<P>
|
|
May also be specified with the <B>net.offline</B>
|
|
<I>config value</I> <<A HREF="https://doc.rust-lang.org/cargo/reference/config.html">https://doc.rust-lang.org/cargo/reference/config.html</A>>.
|
|
|
|
</DL>
|
|
|
|
<A NAME="lbAO"> </A>
|
|
<H3>Common Options</H3>
|
|
|
|
<P>
|
|
<B>+TOOLCHAIN</B>
|
|
<DL COMPACT><DT id="43"><DD>
|
|
If Cargo has been installed with rustup, and the first argument to <B>cargo</B>
|
|
begins with <B>+</B>, it will be interpreted as a rustup toolchain name (such
|
|
as <B>+stable</B> or <B>+nightly</B>).
|
|
See the
|
|
<I>rustup documentation</I> <<A HREF="https://github.com/rust-lang/rustup/">https://github.com/rust-lang/rustup/</A>>
|
|
|
|
for more information about how toolchain overrides work.
|
|
</DL>
|
|
|
|
<P>
|
|
<B>-h</B>, <B>--help</B>
|
|
<DL COMPACT><DT id="44"><DD>
|
|
Prints help information.
|
|
</DL>
|
|
|
|
<P>
|
|
<B>-Z</B> <I>FLAG</I>...
|
|
<DL COMPACT><DT id="45"><DD>
|
|
Unstable (nightly-only) flags to Cargo. Run <B>cargo -Z help</B> for
|
|
details.
|
|
</DL>
|
|
|
|
<A NAME="lbAP"> </A>
|
|
<H2>ENVIRONMENT</H2>
|
|
|
|
<P>
|
|
See
|
|
<I>the reference</I> <<A HREF="https://doc.rust-lang.org/cargo/reference/environment-variables.html">https://doc.rust-lang.org/cargo/reference/environment-variables.html</A>>
|
|
|
|
for
|
|
details on environment variables that Cargo reads.
|
|
<A NAME="lbAQ"> </A>
|
|
<H2>EXIT STATUS</H2>
|
|
|
|
<P>
|
|
0
|
|
<DL COMPACT><DT id="46"><DD>
|
|
Cargo succeeded.
|
|
</DL>
|
|
|
|
<P>
|
|
101
|
|
<DL COMPACT><DT id="47"><DD>
|
|
Cargo failed to complete.
|
|
</DL>
|
|
|
|
<A NAME="lbAR"> </A>
|
|
<H2>FILES</H2>
|
|
|
|
<P>
|
|
<B>~/.cargo/</B>
|
|
<DL COMPACT><DT id="48"><DD>
|
|
Default location for Cargo's "home" directory where it stores various
|
|
files. The location can be changed with the <B>CARGO_HOME</B> environment
|
|
variable.
|
|
</DL>
|
|
|
|
<P>
|
|
<B>$CARGO_HOME/bin/</B>
|
|
<DL COMPACT><DT id="49"><DD>
|
|
Binaries installed by <B><A HREF="/cgi-bin/man/man2html?1+cargo-install">cargo-install</A></B>(1) will be located here. If using
|
|
rustup, executables distributed with Rust are also located here.
|
|
</DL>
|
|
|
|
<P>
|
|
<B>$CARGO_HOME/config.toml</B>
|
|
<DL COMPACT><DT id="50"><DD>
|
|
The global configuration file. See
|
|
<I>the reference</I> <<A HREF="https://doc.rust-lang.org/cargo/reference/config.html">https://doc.rust-lang.org/cargo/reference/config.html</A>>
|
|
|
|
for more information about configuration files.
|
|
</DL>
|
|
|
|
<P>
|
|
<B>.cargo/config.toml</B>
|
|
<DL COMPACT><DT id="51"><DD>
|
|
Cargo automatically searches for a file named <B>.cargo/config.toml</B> in the
|
|
current directory, and all parent directories. These configuration files
|
|
will be merged with the global configuration file.
|
|
</DL>
|
|
|
|
<P>
|
|
<B>$CARGO_HOME/credentials.toml</B>
|
|
<DL COMPACT><DT id="52"><DD>
|
|
Private authentication information for logging in to a registry.
|
|
</DL>
|
|
|
|
<P>
|
|
<B>$CARGO_HOME/registry/</B>
|
|
<DL COMPACT><DT id="53"><DD>
|
|
This directory contains cached downloads of the registry index and any
|
|
downloaded dependencies.
|
|
</DL>
|
|
|
|
<P>
|
|
<B>$CARGO_HOME/git/</B>
|
|
<DL COMPACT><DT id="54"><DD>
|
|
This directory contains cached downloads of git dependencies.
|
|
</DL>
|
|
|
|
<P>
|
|
Please note that the internal structure of the <B>$CARGO_HOME</B> directory is not
|
|
stable yet and may be subject to change.
|
|
<A NAME="lbAS"> </A>
|
|
<H2>EXAMPLES</H2>
|
|
|
|
<P>
|
|
<DL COMPACT><DT id="55"><DD>
|
|
1.
|
|
|
|
|
|
Build a local package and all of its dependencies:
|
|
<P>
|
|
<DL COMPACT><DT id="56"><DD>
|
|
|
|
<PRE>
|
|
cargo build
|
|
</PRE>
|
|
|
|
</DL>
|
|
|
|
|
|
</DL>
|
|
|
|
<P>
|
|
<DL COMPACT><DT id="57"><DD>
|
|
2.
|
|
|
|
|
|
Build a package with optimizations:
|
|
<P>
|
|
<DL COMPACT><DT id="58"><DD>
|
|
|
|
<PRE>
|
|
cargo build --release
|
|
</PRE>
|
|
|
|
</DL>
|
|
|
|
|
|
</DL>
|
|
|
|
<P>
|
|
<DL COMPACT><DT id="59"><DD>
|
|
3.
|
|
|
|
|
|
Run tests for a cross-compiled target:
|
|
<P>
|
|
<DL COMPACT><DT id="60"><DD>
|
|
|
|
<PRE>
|
|
cargo test --target i686-unknown-linux-gnu
|
|
</PRE>
|
|
|
|
</DL>
|
|
|
|
|
|
</DL>
|
|
|
|
<P>
|
|
<DL COMPACT><DT id="61"><DD>
|
|
4.
|
|
|
|
|
|
Create a new package that builds an executable:
|
|
<P>
|
|
<DL COMPACT><DT id="62"><DD>
|
|
|
|
<PRE>
|
|
cargo new foobar
|
|
</PRE>
|
|
|
|
</DL>
|
|
|
|
|
|
</DL>
|
|
|
|
<P>
|
|
<DL COMPACT><DT id="63"><DD>
|
|
5.
|
|
|
|
|
|
Create a package in the current directory:
|
|
<P>
|
|
<DL COMPACT><DT id="64"><DD>
|
|
|
|
<PRE>
|
|
mkdir foo && cd foo
|
|
cargo init .
|
|
</PRE>
|
|
|
|
</DL>
|
|
|
|
|
|
</DL>
|
|
|
|
<P>
|
|
<DL COMPACT><DT id="65"><DD>
|
|
6.
|
|
|
|
|
|
Learn about a command's options and usage:
|
|
<P>
|
|
<DL COMPACT><DT id="66"><DD>
|
|
|
|
<PRE>
|
|
cargo help clean
|
|
</PRE>
|
|
|
|
</DL>
|
|
|
|
|
|
</DL>
|
|
|
|
<A NAME="lbAT"> </A>
|
|
<H2>BUGS</H2>
|
|
|
|
<P>
|
|
See
|
|
<I></I> <<A HREF="https://github.com/rust-lang/cargo/issues">https://github.com/rust-lang/cargo/issues</A>>
|
|
|
|
for issues.
|
|
<A NAME="lbAU"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<P>
|
|
<B><A HREF="/cgi-bin/man/man2html?1+rustc">rustc</A></B>(1), <B><A HREF="/cgi-bin/man/man2html?1+rustdoc">rustdoc</A></B>(1)
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="67"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="68"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="69"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="70"><A HREF="#lbAE">COMMANDS</A><DD>
|
|
<DL>
|
|
<DT id="71"><A HREF="#lbAF">Build Commands</A><DD>
|
|
<DT id="72"><A HREF="#lbAG">Manifest Commands</A><DD>
|
|
<DT id="73"><A HREF="#lbAH">Package Commands</A><DD>
|
|
<DT id="74"><A HREF="#lbAI">Publishing Commands</A><DD>
|
|
<DT id="75"><A HREF="#lbAJ">General Commands</A><DD>
|
|
</DL>
|
|
<DT id="76"><A HREF="#lbAK">OPTIONS</A><DD>
|
|
<DL>
|
|
<DT id="77"><A HREF="#lbAL">Special Options</A><DD>
|
|
<DT id="78"><A HREF="#lbAM">Display Options</A><DD>
|
|
<DT id="79"><A HREF="#lbAN">Manifest Options</A><DD>
|
|
<DT id="80"><A HREF="#lbAO">Common Options</A><DD>
|
|
</DL>
|
|
<DT id="81"><A HREF="#lbAP">ENVIRONMENT</A><DD>
|
|
<DT id="82"><A HREF="#lbAQ">EXIT STATUS</A><DD>
|
|
<DT id="83"><A HREF="#lbAR">FILES</A><DD>
|
|
<DT id="84"><A HREF="#lbAS">EXAMPLES</A><DD>
|
|
<DT id="85"><A HREF="#lbAT">BUGS</A><DD>
|
|
<DT id="86"><A HREF="#lbAU">SEE ALSO</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:08 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|