From 8ca82f90551d18adb70fc40a4184c33ce456b7fc Mon Sep 17 00:00:00 2001 From: Oleg Moskalenko Date: Mon, 17 Oct 2016 01:19:44 -0700 Subject: [PATCH] typo fixed --- README.turnutils | 4 ++-- man/man1/turnadmin.1 | 2 +- man/man1/turnserver.1 | 2 +- man/man1/turnutils.1 | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.turnutils b/README.turnutils index 9af7dbeb..91c09b49 100644 --- a/README.turnutils +++ b/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 diff --git a/man/man1/turnadmin.1 b/man/man1/turnadmin.1 index 83daf5d4..ec466c30 100644 --- a/man/man1/turnadmin.1 +++ b/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 diff --git a/man/man1/turnserver.1 b/man/man1/turnserver.1 index 94883fdc..499f5a4f 100644 --- a/man/man1/turnserver.1 +++ b/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 diff --git a/man/man1/turnutils.1 b/man/man1/turnutils.1 index 2fac9bfa..4cfb0140 100644 --- a/man/man1/turnutils.1 +++ b/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