Package: sblim-wbemcli / 1.6.2-9

manpage-typos.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description: Fix typos in the manpage
Author: Ferenc Wágner <wferi@niif.hu>
Bug: http://sourceforge.net/tracker/?func=detail&aid=3532830&group_id=128809&atid=712784
--- a/man/wbemcli.1.pre.in
+++ b/man/wbemcli.1.pre.in
@@ -524,12 +524,12 @@
 a certain package:
 .IP "" 1
 .B wbemcli gi 'http://localhost:5988/root/cimv2:rpm_package.name="glibc"'
-.pp
+.PP
 The create instance (ci) operation can be called using the following format example.  Property values can also be specified/add to the sytax.
 .IP "" 1
 .B wbemcli ci 'http://localhost:5988/root/cimv2:TST_InstanceProperties.CreationClassName="TST_InstanceProperties",Id="Instance #2"' 'CreationClassName="TST_InstanceProperties",Id="Instance #2",Property_string2="This is instance#2",Property_uint8=250'
 .IP "" 1
-.pp
+.PP
 More command line examples can be found from the wbemcli/samples directory.  
 .IP "" 1
 .SH Host indirection support
@@ -557,7 +557,7 @@
 .SH FILES
 .TP
 .I @CACERT@
-The default CA certificate file. Can be overriden with \-cacert.
+The default CA certificate file. Can be overridden with \-cacert.
 .SH AUTHOR
 Adrian Schuur <schuur@de.ibm.com>
 .SH BUGS