Le Thu, 11 Mar 2010 18:13:49 -0300,
Rajiv Andrade <[email protected]> a écrit :

> 
> On Mar 2, 2010, at 12:55 PM, Laurent Bigonville wrote:
> 
> > 
> > There are currently 12 patches I'm not sure you want me to post
> > them on the mailing list.
> > 
> Sorry for the delay, yes, it's ok.

Ok I will post a message per patch so you can make comments if you want.

First trivial manpage fixes
Author: Daniel Baumann <[email protected]>
Description: Fixing typo in manpage name header declartion.

--- a/man/man3/Tspi_Context_Connect.3
+++ b/man/man3/Tspi_Context_Connect.3
@@ -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
Author: Laurent Bigonville <[email protected]>
Description: Fix hyphen-used-as-minus-sign

--- a/man/man8/tcsd.8.in
+++ b/man/man8/tcsd.8.in
@@ -54,7 +54,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
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
TrouSerS-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/trousers-tech

Reply via email to