Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlp Toker <alp@mono-cvs.ximian.com>2007-01-17 11:01:39 +0300
committerAlp Toker <alp@mono-cvs.ximian.com>2007-01-17 11:01:39 +0300
commite0906ae9b4cc6b83c685a77076e01cf32fd68d62 (patch)
treef7ea84cb1a9cf45a7d96fa579b01de6c52f792a5 /man/gacutil.1
parent353ea3cd24e4998fd3026fdee9503e8f11a8657a (diff)
2007-01-17 Alp Toker <alp@atoker.com>
* gacutil.1: Spelling and grammar fixes. svn path=/trunk/mono/; revision=71176
Diffstat (limited to 'man/gacutil.1')
-rw-r--r--man/gacutil.112
1 files changed, 6 insertions, 6 deletions
diff --git a/man/gacutil.1 b/man/gacutil.1
index a777387557d..d773851df45 100644
--- a/man/gacutil.1
+++ b/man/gacutil.1
@@ -10,7 +10,7 @@
..
.TH gacutil "Mono 1.0"
.SH NAME
-gacutil \- Global Asssembly Cache management utility.
+gacutil \- Global Assembly Cache management utility.
.SH SYNOPSIS
.PP
.B gacutil [-user] [command] [options]
@@ -19,9 +19,9 @@ gacutil \- Global Asssembly Cache management utility.
assemblies into the system Global Assembly Cache (GAC) to become part
of the assemblies that are available for all applications at runtime.
.PP
-Notice that they are not directly available to the compiler, the
+Notice that they are not directly available to the compiler. The
convention is that assemblies must also be placed in a separate
-directory for being accessed to the compiler. This is done with the
+directory to be accessed by the compiler. This is done with the
-package directive to gacutil.
.PP
The tool allows for installation, removal, and listing of the
@@ -74,15 +74,15 @@ this takes as an argument the assembly name, which looks like this:
MyLibrary.Something, version=1.0.0.0, publicKeyToken=xxxx,culture=neutral
.fi
.Sp
-Notice that you can have spaces in the command line, there is no need
+Notice that you can have spaces in the command line. There is no need
to quote them.
.Sp
-The removal performs a greedy removal, if you only specifiy one
+Performs a greedy removal. If you only specify one
component like, "MyLibrary.Something", it will remove all versions of
the library.
.Sp
.I "-us" <assembly_path> [-package NAME] [-root ROOTDIR] [-gacdir GACDIR]
-Uninstalls an assembly using the specifed assemblies full name.
+Uninstalls an assembly using the specified assembly's full name.
<assembly path> is the path to an assembly. The full assembly name
is retrieved from the specified assembly if there is an assembly in
the GAC with a matching name, it is removed. Unlike the -u option this