Oleg Moskalenko 9 лет назад
Родитель
Сommit
8ca82f9055
4 измененных файлов с 7 добавлено и 7 удалено
  1. 2 2
      README.turnutils
  2. 1 1
      man/man1/turnadmin.1
  3. 1 1
      man/man1/turnserver.1
  4. 3 3
      man/man1/turnutils.1

+ 2 - 2
README.turnutils

@@ -39,7 +39,7 @@ be configured to be able to work properly!
 
 6.	turnutils_oauth: a utility that provides OAuth access_token 
 generation(AEAD encryption), validation and decryption. This utility inputs 
-all the keys and lifetimes and any related informations that needed for 
+all the keys and lifetimes and any related information that needed for 
 creation and validationi of an access_token. It outputs a JSON with all OAuth 
 PoP parameters that need to pass to the client. Output is generated accoriding 
 RFC7635 Appendix B, Figure 8. 
@@ -298,7 +298,7 @@ turnutils_oauth utilitiy provides help in OAuth access_token encryption and/or
 decryption with AEAD (Atuthenticated Encryption with Associated Data). It helps 
 for an Auth Server in access_token creation, and also for debuging purposes it 
 helps the access_token validation and decryption. This utility inputs all the 
-keys and lifetimes and any related informations that are needed for encryption 
+keys and lifetimes and any related information that are needed for encryption 
 or decryption of an access_token. It outputs a JSON with all OAuth PoP 
 parameters that need to pass to the client. Output is generated accoriding 
 RFC7635 Appendix B, Figure 8. This utility could help to build an Auth Server 

+ 1 - 1
man/man1/turnadmin.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
-.TH TURN 1 "25 September 2016" "" ""
+.TH TURN 1 "17 October 2016" "" ""
 .SH GENERAL INFORMATION
 
 \fIturnadmin\fP is a TURN administration tool. This tool can be used to manage 

+ 1 - 1
man/man1/turnserver.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
-.TH TURN 1 "25 September 2016" "" ""
+.TH TURN 1 "17 October 2016" "" ""
 .SH GENERAL INFORMATION
 
 The \fBTURN Server\fP project contains the source code of a TURN server and TURN client 

+ 3 - 3
man/man1/turnutils.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
-.TH TURN 1 "25 September 2016" "" ""
+.TH TURN 1 "17 October 2016" "" ""
 .SH GENERAL INFORMATION
 
 A set of turnutils_* programs provides some utility functionality to be used
@@ -53,7 +53,7 @@ be configured to be able to work properly!
 6.
 \fIturnutils_oauth\fP: a utility that provides OAuth access_token 
 \fBgeneration\fP(AEAD encryption), validation and decryption. This utility inputs 
-all the keys and lifetimes and any related informations that needed for 
+all the keys and lifetimes and any related information that needed for 
 creation and validationi of an access_token. It outputs a JSON with all OAuth 
 PoP parameters that need to pass to the client. Output is generated accoriding 
 RFC7635 Appendix B, Figure 8. 
@@ -450,7 +450,7 @@ $ \fIturnutils_oauth\fP [\fIoptions\fP]
 decryption with AEAD (Atuthenticated Encryption with Associated Data). It helps 
 for an Auth Server in access_token creation, and also for debuging purposes it 
 helps the access_token validation and decryption. This utility inputs all the 
-keys and lifetimes and any related informations that are needed for encryption 
+keys and lifetimes and any related information that are needed for encryption 
 or decryption of an access_token. It outputs a JSON with all OAuth PoP 
 parameters that need to pass to the client. Output is generated accoriding 
 RFC7635 Appendix B, Figure 8. This utility could help to build an Auth Server