diff options
Diffstat (limited to 'debian/patches/02-manapge.patch')
-rw-r--r-- | debian/patches/02-manapge.patch | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/debian/patches/02-manapge.patch b/debian/patches/02-manapge.patch new file mode 100644 index 0000000..7c6c099 --- /dev/null +++ b/debian/patches/02-manapge.patch @@ -0,0 +1,67 @@ +Author: Daniel Baumann <daniel@debian.org> +Author: Laurent Bigonville <bigon@debian.org> +Description: Fixing typo in manpage + +Index: trousers/man/man3/Tspi_Context_Connect.3 +=================================================================== +--- trousers.orig/man/man3/Tspi_Context_Connect.3 2012-06-18 22:03:51.821545110 +0200 ++++ trousers/man/man3/Tspi_Context_Connect.3 2012-06-18 22:04:11.125545177 +0200 +@@ -20,7 +20,7 @@ + .IP "\\$1" \\$2
+ ..
+ .TH "Tspi_Context_Connect" 3 "2004-05-26" "TSS 1.1" "TCG Software Stack Developer's Reference"
+-.SH NAME.
++.SH NAME
+ Tspi_Context_Connect\- connect a TSP to a Core Services daemon
+ .SH "SYNOPSIS"
+ .ad l
+Index: trousers/man/man8/tcsd.8.in +=================================================================== +--- trousers.orig/man/man8/tcsd.8.in 2012-06-18 22:03:51.821545110 +0200 ++++ trousers/man/man8/tcsd.8.in 2012-06-18 22:04:11.125545177 +0200 +@@ -59,7 +59,7 @@ + administrator using firewall rules. If using iptables, the following rule + will allow a specific host access to the tcsd: + +-# iptables -A INPUT -s $IP_ADDRESS -p tcp --destination-port @TCSD_DEFAULT_PORT@ -j ACCEPT ++# iptables \-A INPUT \-s $IP_ADDRESS \-p tcp \-\-destination\-port @TCSD_DEFAULT_PORT@ \-j ACCEPT + + Access to individual commands internal to the tcsd is configured by the + \fBtcsd\fR configuration file's "remote_ops" directive. Each function call +@@ -72,8 +72,8 @@ + + .SH "DATA FILES" + .PP +-TSS applications have access to 2 different kinds of 'persistant' storage. 'User' +-persistant storage has the lifetime of that of the application using it ++TSS applications have access to 2 different kinds of 'persistent' storage. 'User' ++persistent storage has the lifetime of that of the application using it + and therefore is destroyed when an application exits. User PS is controlled + by the TSP of the application. 'System' persistent storage is controlled by + the TCS and stays valid across application lifetimes, \fBtcsd\fR restarts and +Index: trousers/man/man3/Tspi_Context_GetCapability.3 +=================================================================== +--- trousers.orig/man/man3/Tspi_Context_GetCapability.3 2012-06-18 22:03:51.821545110 +0200 ++++ trousers/man/man3/Tspi_Context_GetCapability.3 2012-06-18 22:04:11.125545177 +0200 +@@ -21,7 +21,7 @@ + .. + .TH "Tspi_Context_GetCapability" 3 "2004-05-26" "TSS 1.1" "TCG Software Stack Developer's Reference" + .SH NAME +-Tspi_Context_GetCapability \- provide the capabilites of a TSS Core Service, TSS Service Provider, or TPM. ++Tspi_Context_GetCapability \- provide the capabilities of a TSS Core Service, TSS Service Provider, or TPM. + .SH "SYNOPSIS" + .ad l + .hy 0 +Index: trousers/man/man3/Tspi_TPM_CollateIdentityRequest.3 +=================================================================== +--- trousers.orig/man/man3/Tspi_TPM_CollateIdentityRequest.3 2012-06-18 22:03:51.821545110 +0200 ++++ trousers/man/man3/Tspi_TPM_CollateIdentityRequest.3 2012-06-18 22:04:11.125545177 +0200 +@@ -73,7 +73,7 @@ + Handle to the identity key object + .PP + .SS algid +-The type of symmetric algorithm touse as requred by the Enhanced CA. ++The type of symmetric algorithm touse as required by the Enhanced CA. + .PP + .SS pulTCPAIdentityReqLength + Recieves the length (in bytes) of the prgbTCPAIdentityReq parameter |