Update man page for default library naming

This commit is contained in:
Brian Anderson 2011-10-28 12:04:53 -07:00
parent bab2b37fd0
commit 0317085ac3
1 changed files with 6 additions and 5 deletions

View File

@ -20,11 +20,12 @@ Display help.
Display version information.
.TP
\fB-o\fR \fIfilename\fR:
Write output to \fIfilename\fR. The default output
filename for \fBfoo.rs\fR is otherwise \fBfoo\fR (when compiling a binary),
\fBfoo\fR (when compiling a library), \fBfoo.o\fR (when using \fB-c\fR),
\fBfoo.s\fR (when using \fB-S\fR) or \fBfoo.bc\fR (when using
\fB--emit-llvm\fR).
Write output to \fIfilename\fR. The default
output filename for \fBfoo.rs\fR is otherwise \fBfoo\fR plus any
platform-specific extension (when compiling a binary), a
platform-specific name, e.g. \fBlibfoo.so\fR (when compiling a
library), \fBfoo.o\fR (when using \fB-c\fR), \fBfoo.s\fR (when using
\fB-S\fR) or \fBfoo.bc\fR (when using \fB--emit-llvm\fR), and
.TP
\fB--lib\fR:
Compile and link a library crate into a shared object.