Responding to PR feedback

This commit is contained in:
Zlatko Knezevic 2016-01-06 19:21:36 -08:00
parent f4aae7cc38
commit 185b3d6011
13 changed files with 26 additions and 26 deletions

View file

@ -1,7 +1,7 @@
.\" Automatically generated by Pandoc 1.15.1
.\"
.hy
.TH "DOTNET\-COMPILE\-NATIVE" "1" "January 2016" "" ""
.TH "dotnet-native" "1" "January 2016" "" ""
.SH NAME
.PP
dotnet\-compile\-native \-\- Compiles IL binaries to native binaries.
@ -122,4 +122,4 @@ Prints\ verbose\ logging\ information,\ to\ follow\ the\ flow\ of\ execution\ of
.PP
dotnet\-compile(1), dotnet(1), dotnet\-restore(1)
.SH AUTHORS
Zlatko Knezevic.
Zlatko Knezevic zlakne\@microsoft.com.

View file

@ -1,7 +1,7 @@
.\" Automatically generated by Pandoc 1.15.1
.\"
.hy
.TH "DOTNET\-COMPILE" "1" "January 2016" "" ""
.TH "dotnet-compiler" "1" "January 2016" "" ""
.SH NAME
.PP
dotnet\-compile \-\- Compiles source files for a single project to a
@ -156,11 +156,11 @@ Show\ short\ help.\
.IP
.nf
\f[C]
Points\ to\ the\ runtime\ that\ will\ be\ used\ to\ run\ the\ executable\ file\ that\ is\ dropped\ after\ compiling.\ Not\ needed\ for\ native\ compilation.\ \
Points\ to\ the\ base\ directory\ that\ contains\ the\ runtime\ and\ the\ binaries\ directories.\ The\ runtime\ will\ be\ used\ to\ run\ the\ executable\ file\ that\ is\ dropped\ after\ compiling.\ Not\ needed\ for\ native\ compilation.\ \
\f[]
.fi
.SH SEE ALSO
.PP
dotnet\-restore(1), dotnet\-publish(1), dotnet(1)
.SH AUTHORS
Zlatko Knezevic.
Zlatko Knezevic zlakne\@microsoft.com.

View file

@ -1,7 +1,7 @@
.\" Automatically generated by Pandoc 1.15.1
.\"
.hy
.TH "DOTNET\-NEW" "1" "January 2016" "" ""
.TH "dotnet-new" "1" "January 2016" "" ""
.SH NAME
.PP
dotnet\-new \-\- Create a new sample .NET Core project
@ -35,4 +35,4 @@ Drops\ a\ sample\ in\ the\ current\ directory.
.PP
dotnet\-run(1)
.SH AUTHORS
Zlatko Knezevic.
Zlatko Knezevic zlakne\@microsoft.com.

View file

@ -1,7 +1,7 @@
.\" Automatically generated by Pandoc 1.15.1
.\"
.hy
.TH "DOTNET\-PUBLISH" "1" "January 2016" "" ""
.TH "dotnet-publish" "1" "January 2016" "" ""
.SH NAME
.PP
\f[C]dotnet\-publish\f[] \- packs the application and all of its
@ -111,4 +111,4 @@ Publish\ the\ current\ application\ using\ the\ `dnxcore50`\ framework\ and\ run
.PP
dotnet\-restore(1), dotnet\-compile(1)
.SH AUTHORS
Zlatko Knezevic.
Zlatko Knezevic zlakne\@microsoft.com.

View file

@ -1,7 +1,7 @@
.\" Automatically generated by Pandoc 1.15.1
.\"
.hy
.TH "DOTNET\-RUN" "1" "January 2016" "" ""
.TH "dotnet-run" "1" "January 2016" "" ""
.SH NAME
.PP
dotnet\-run \-\- Runs source code \[aq]in\-place\[aq] without any
@ -45,11 +45,11 @@ Prints\ verbose\ logging\ information,\ to\ follow\ the\ flow\ of\ execution\ of
.IP
.nf
\f[C]
Points\ to\ the\ runtime\ that\ will\ be\ used\ to\ run\ the\ executable\ file\ that\ is\ dropped\ after\ compiling.\ Not\ needed\ for\ native\ compilation.\ \
Points\ to\ the\ base\ directory\ that\ contains\ the\ runtime\ and\ the\ binaries\ directories.\ The\ runtime\ will\ be\ used\ to\ run\ the\ executable\ file\ that\ is\ dropped\ after\ compiling.\ Not\ needed\ for\ native\ compilation.\ \ \
\f[]
.fi
.SH SEE ALSO
.PP
dotnet\-compile(1), dotnet\-publish(1)
.SH AUTHORS
Zlatko Knezevic.
Zlatko Knezevic zlakne\@microsoft.com.

View file

@ -1,7 +1,7 @@
.\" Automatically generated by Pandoc 1.15.1
.\"
.hy
.TH "DOTNET" "1" "January 2016" "" ""
.TH "dotnet-cli" "1" "January 2016" "" ""
.SH NAME
.PP
dotnet \-\- general driver for running the command\-line commands
@ -125,7 +125,7 @@ Compiles\ the\ application\ in\ a\ given\ directory.\
.IP
.nf
\f[C]
Points\ to\ the\ runtime\ that\ will\ be\ used\ to\ run\ the\ executable\ file\ that\ is\ dropped\ after\ compiling.\ Not\ needed\ for\ native\ compilation.\ \
Points\ to\ the\ base\ directory\ that\ contains\ the\ runtime\ and\ the\ binaries\ directories.\ The\ runtime\ will\ be\ used\ to\ run\ the\ executable\ file\ that\ is\ dropped\ after\ compiling.\ Not\ needed\ for\ native\ compilation.\ \
\f[]
.fi
.PP
@ -157,4 +157,4 @@ Specifies\ the\ location\ of\ the\ servicing\ index\ to\ use\ by\ the\ shared\ h
dotnet\-compile(1), dotnet\-run(1), dotnet\-publish(1),
dotnet\-restore(1)
.SH AUTHORS
Zlatko Knezevic.
Zlatko Knezevic zlakne\@microsoft.com.

View file

@ -1,5 +1,5 @@
% DOTNET(1)
% Zlatko Knezevic
% Zlatko Knezevic zlakne@microsoft.com
% January 2016
# NAME
@ -75,7 +75,7 @@ The following commands exist for dotnet.
`DOTNET_HOME`
Points to the runtime that will be used to run the executable file that is dropped after compiling. Not needed for native compilation.
Points to the base directory that contains the runtime and the binaries directories. The runtime will be used to run the executable file that is dropped after compiling. Not needed for native compilation.
`DOTNET_PACKAGES`

View file

@ -5,7 +5,7 @@ dotnet-compile
dotnet-compile -- Compiles source files for a single project to a binary format and saves to a target file.
# SYNOPSIS
`dotnet compile [--native] [--output] [--temp-output] [--framework] [--configuration] [--output] [--arch] [--cpp] [-ilc-args] [--verbose]`
dotnet compile [--output] [--temp-output] [--framework] [--configuration] [--output] [--arch] [--verbose]
# DESCRIPTION
The compile command compiles source files from a single project to a binary file, either intermmediate language (IL) byte code or native machine code, depending on the options provided. The default option is compilation to IL byte code, but may change in the future. Users who want to benefit from incremental builds and who want to compile both the project and its dependencies should use the dotnet-build(1) command.

View file

@ -1,5 +1,5 @@
% DOTNET-COMPILE-NATIVE(1)
% Zlatko Knezevic
% Zlatko Knezevic zlakne@microsoft.com
% January 2016
# NAME

View file

@ -1,5 +1,5 @@
% DOTNET-COMPILE(1)
% Zlatko Knezevic
% Zlatko Knezevic zlakne@microsoft.com
% January 2016
# NAME
@ -79,7 +79,7 @@ This command relies on the following artifacts: source files, project.json proje
`DOTNET_HOME`
Points to the runtime that will be used to run the executable file that is dropped after compiling. Not needed for native compilation.
Points to the base directory that contains the runtime and the binaries directories. The runtime will be used to run the executable file that is dropped after compiling. Not needed for native compilation.
# SEE ALSO
dotnet-restore(1), dotnet-publish(1), dotnet(1)

View file

@ -1,5 +1,5 @@
% DOTNET-NEW(1)
% Zlatko Knezevic
% Zlatko Knezevic zlakne@microsoft.com
% January 2016
# NAME

View file

@ -1,5 +1,5 @@
% DOTNET-PUBLISH(1)
% Zlatko Knezevic
% Zlatko Knezevic zlakne@microsoft.com
% January 2016
# NAME

View file

@ -1,5 +1,5 @@
% DOTNET-RUN(1)
% Zlatko Knezevic
% Zlatko Knezevic zlakne@microsoft.com
% January 2016
# NAME
@ -25,7 +25,7 @@ Output files, are written to the child `bin` folder, which will be created if it
`DOTNET_HOME`
Points to the runtime that will be used to run the executable file that is dropped after compiling. Not needed for native compilation.
Points to the base directory that contains the runtime and the binaries directories. The runtime will be used to run the executable file that is dropped after compiling. Not needed for native compilation.
# SEE ALSO