Module: sip-router Branch: master Commit: 4ba7d41bc078e554d48316b2c3e0b6435b55f60a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4ba7d41b...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: Sun Oct 21 18:54:33 2012 +0200
SDPops Typo fixes in documentation
---
modules/sdpops/README | 10 +++++----- modules/sdpops/doc/sdpops_admin.xml | 11 +++++------ 2 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/modules/sdpops/README b/modules/sdpops/README index 893b4ee..931f80d 100644 --- a/modules/sdpops/README +++ b/modules/sdpops/README @@ -79,13 +79,13 @@ Chapter 1. Admin Guide
1. Overview
- This module provides function for checking and managing the SDP + This module provides functions for checking and managing the SDP payloads of SIP messages.
- Examples of what this module offers: remove codecs from SDP, check the - media stream types, return attributes of SDP document. For the full - least of the features provided by this module and the implementation - state, read further to the list of exported functions. + Examples of functions this module offers: remove codecs from SDP, check + the media stream types, return attributes of SDP document. For the full + list of the features provided by this module and the implementation + state, read the list of exported functions.
2. Dependencies
diff --git a/modules/sdpops/doc/sdpops_admin.xml b/modules/sdpops/doc/sdpops_admin.xml index 81f0f4d..14525b7 100644 --- a/modules/sdpops/doc/sdpops_admin.xml +++ b/modules/sdpops/doc/sdpops_admin.xml @@ -16,15 +16,14 @@ <section> <title>Overview</title> <para> - This module provides function for checking and managing the SDP + This module provides functions for checking and managing the SDP payloads of SIP messages. </para> <para> - Examples of what this module offers: remove codecs from SDP, + Examples of functions this module offers: remove codecs from SDP, check the media stream types, return attributes of SDP document. - For the full least of the features provided by this module and - the implementation state, read further to the list of exported - functions. + For the full list of the features provided by this module and + the implementation state, read the list of exported functions. </para> </section>
@@ -78,7 +77,7 @@ parameter can be a static string or a variable holding the list of numeric codec IDs. </para> - <para> + <para> This function can be used from ANY_ROUTE. </para> <example>