Browse Source

manpage: Add some fixes related to adding new decryption library support.

Georgi Chorbadzhiyski 12 years ago
parent
commit
b91e7c14b9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      tsdecrypt.1

+ 2
- 2
tsdecrypt.1 View File

@@ -6,7 +6,7 @@ tsdecrypt - Decrypt mpeg transport stream.
6 6
 [\fIoptions\fR]
7 7
 .SH DESCRIPTION
8 8
 tsdecrypt reads incoming mpeg transport stream over UDP/RTP or file and
9
-then decrypts it using libdvbcsa and keys obtained from OSCAM or similar
9
+then decrypts it by after retriving code words from OSCAM or similar
10 10
 CAMD server. tsdecrypt communicates with CAM server using cs378x (camd35
11 11
 over tcp) protocol or newcamd protocol.
12 12
 .SH OPTIONS
@@ -55,7 +55,7 @@ When this option is used, tsdecrypt on exit reports how much packets
55 55
 were received on each PID.
56 56
 .TP
57 57
 \fB\-b\fR, \fB\-\-bench\fR
58
-Bechmark libdvbcsa decryption. The benchmark is single threaded.
58
+Bechmark the CSA decryption. The benchmark is single threaded.
59 59
 If you want to fully test your CPU, run couple of tsdecrypts in parallel.
60 60
 .TP
61 61
 \fB\-V\fR, \fB\-\-version\fR

Loading…
Cancel
Save