summaryrefslogtreecommitdiff
path: root/dh_cligacpolicy
diff options
context:
space:
mode:
authorMirco Bauer <meebey@meebey.net>2013-10-18 12:12:38 +0200
committerMirco Bauer <meebey@meebey.net>2013-10-18 12:12:38 +0200
commit125e6050b7e5fcc92a69aba4dbd4a025d38cd188 (patch)
treedf336d8c18f0398f7acaa327d1d41100a0fc5966 /dh_cligacpolicy
parentf417017216ca1bdb83b8943d9f26fd02d2a79b7b (diff)
Fixed syntax screwup of dh_cligacpolicy's manpage
Diffstat (limited to 'dh_cligacpolicy')
-rwxr-xr-xdh_cligacpolicy16
1 files changed, 8 insertions, 8 deletions
diff --git a/dh_cligacpolicy b/dh_cligacpolicy
index c6f393c..47eda19 100755
--- a/dh_cligacpolicy
+++ b/dh_cligacpolicy
@@ -43,23 +43,23 @@ properties per line, each one separated by whitespace.
=over 4
=item B<Keyfile> is a path, from the package root, to the .snk file
-=used to sign the assembly.
+used to sign the assembly.
=item B<Assembly> is the name of the assembly, without the .dll
-=extension. For example, for log4net.dll, use I<log4net>.
+extension. For example, for log4net.dll, use I<log4net>.
=item B<Version Range> can be a single four-part version, such as
-=1.2.3.4, or a full range, such as 1.2.3.4-1.2.6.7. For a single line,
-=the first two numbers must be identical. To have an assembly apply to
-=multiple versions, such as 1.2.0.0 to 2.4.0.0, there needs to be one
-=line for each version range.
+1.2.3.4, or a full range, such as 1.2.3.4-1.2.6.7. For a single line,
+the first two numbers must be identical. To have an assembly apply to
+multiple versions, such as 1.2.0.0 to 2.4.0.0, there needs to be one
+line for each version range.
=item B<Assembly version> is the version of the assembly being
=built.
=item B<Priority> defines the priority of the policy files.
-=Typically, each version will increase the priority and
-=contains all the policy controls for prior versions.
+Typically, each version will increase the priority and
+contains all the policy controls for prior versions.
=back