summaryrefslogtreecommitdiff
path: root/usr/src/man/man3sip
diff options
context:
space:
mode:
authorDan McDonald <danmcd@joyent.com>2021-12-17 16:28:47 -0500
committerDan McDonald <danmcd@joyent.com>2021-12-17 16:28:47 -0500
commiteb9ef5d332a9360d61d14bc65f06b393da776cc8 (patch)
tree327f69f8f93eb0858c1301b398c15a197c4e17de /usr/src/man/man3sip
parent12a60fc2ee9634b7087509c1f241dd80fc33202f (diff)
parentfeb562904dda8e3f95142866f81038eaef927433 (diff)
downloadillumos-joyent-eb9ef5d332a9360d61d14bc65f06b393da776cc8.tar.gz
[illumos-gate merge]
commit feb562904dda8e3f95142866f81038eaef927433 14303 libipadm depends on libipmp commit 338d6fc1b322c01b220f204edde962e843478a78 14258 The manual should follow RFC 2606 commit eabc1bc5e61dbfdd2fc3cb588315c864d621d500 14274 fix a few broken pkg aliases Conflicts: usr/src/uts/intel/os/driver_aliases
Diffstat (limited to 'usr/src/man/man3sip')
-rw-r--r--usr/src/man/man3sip/sip_enable_trans_logging.3sip28
-rw-r--r--usr/src/man/man3sip/sip_get_contact_display_name.3sip15
-rw-r--r--usr/src/man/man3sip/sip_get_request_method.3sip17
-rw-r--r--usr/src/man/man3sip/sip_get_request_uri_str.3sip19
-rw-r--r--usr/src/man/man3sip/sip_is_sip_uri.3sip19
-rw-r--r--usr/src/man/man3sip/sip_parse_uri.3sip19
6 files changed, 28 insertions, 89 deletions
diff --git a/usr/src/man/man3sip/sip_enable_trans_logging.3sip b/usr/src/man/man3sip/sip_enable_trans_logging.3sip
index 86ed42c657..81ad69f55a 100644
--- a/usr/src/man/man3sip/sip_enable_trans_logging.3sip
+++ b/usr/src/man/man3sip/sip_enable_trans_logging.3sip
@@ -3,13 +3,12 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH SIP_ENABLE_TRANS_LOGGING 3SIP "April 9, 2016"
+.TH SIP_ENABLE_TRANS_LOGGING 3SIP "November 22, 2021"
.SH NAME
sip_enable_trans_logging, sip_enable_dialog_logging,
sip_disable_dialog_logging, sip_disable_trans_logging \- transaction and dialog
logging operations
.SH SYNOPSIS
-.LP
.nf
\fBcc\fR [ \fIflag\fR... ] \fIfile\fR... -\fBlsip\fR [ \fIlibrary\fR... ]
#include <sip.h>
@@ -33,7 +32,6 @@ logging operations
.fi
.SH DESCRIPTION
-.LP
The \fBsip_enable_trans_logging()\fR and \fBsip_enable_dialog_logging()\fR
functions enable transaction and dialog logging respectively. The \fIlogfile\fR
argument points to a file to which the SIP messages are logged. The flags
@@ -59,12 +57,10 @@ close the files. It is the responsibility of the application to close them.
The log contains the state of the transaction or dialog at the time the message
was processed.
.SH RETURN VALUES
-.LP
Upon successful completion, \fBsip_enable_trans_logging()\fR and
\fBsip_enable_dialog_logging()\fR return 0. They return \fBEINVAL\fR if
\fIlogfile\fR is \fINULL\fR or \fIflags\fR is unrecognized.
.SH EXAMPLES
-.LP
\fBExample 1 \fRDialog logging
.sp
.LP
@@ -97,28 +93,28 @@ Dialog State : SIP_DLG_NEW
Tue Nov 27 15:53:34 2007| Message - 1
INVITE sip:user@example.com SIP/2.0
-From: "Me" < sip:me@mydomain.com > ; TAG=tag-from-01
-To: "You" < sip:you@yourdomain.com >
-Contact: < sip:myhome.host.com >
+From: "Me" < sip:me@my.example.com > ; TAG=tag-from-01
+To: "You" < sip:you@your.example.com >
+Contact: < sip:myhome.example.com >
MAX-FORWARDS: 70
Call-ID: 1261K6A6492KF33549XM
CSeq: 111 INVITE
CONTENT-TYPE: application/sdp
Via: SIP/2.0/UDP 192.0.0.1 : 5060 ;branch=z9hG4bK-via-EVERYTHINGIDO-05
-Record-Route: <sip:server1.com;lr>
-Record-Route: <sip:server2.com;lr>
+Record-Route: <sip:server1.example.com;lr>
+Record-Route: <sip:server2.example.com;lr>
CONTENT-LENGTH : 0
Tue Nov 27 15:53:34 2007| Message - 2
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 192.0.0.1 : 5060 ;branch=z9hG4bK-via-EVERYTHINGIDO-05
-From: "Me" < sip:me@mydomain.com > ; TAG=tag-from-01
-To: "You" < sip:you@yourdomain.com >;tag=1
+From: "Me" < sip:me@my.example.com > ; TAG=tag-from-01
+To: "You" < sip:you@your.example.com >;tag=1
Call-ID: 1261K6A6492KF33549XM
CSeq: 111 INVITE
-Contact: <sip:whitestar2-0.East.Sun.COM:5060;transport=UDP>
-Record-Route: <sip:server1.com;lr>
-Record-Route: <sip:server2.com;lr>
+Contact: <sip:whitestar2-0.East.Example.COM:5060;transport=UDP>
+Record-Route: <sip:server1.example.com;lr>
+Record-Route: <sip:server2.example.com;lr>
Content-Length: 0
-----------------------------
@@ -139,7 +135,6 @@ Dialog State : SIP_DLG_CONFIRMED
.in -2
.SH ATTRIBUTES
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -156,5 +151,4 @@ MT-Level MT-Safe
.TE
.SH SEE ALSO
-.LP
\fBsip_stack_init\fR(3SIP), \fBattributes\fR(5)
diff --git a/usr/src/man/man3sip/sip_get_contact_display_name.3sip b/usr/src/man/man3sip/sip_get_contact_display_name.3sip
index 42b28ef07b..26e16d5d3c 100644
--- a/usr/src/man/man3sip/sip_get_contact_display_name.3sip
+++ b/usr/src/man/man3sip/sip_get_contact_display_name.3sip
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH SIP_GET_CONTACT_DISPLAY_NAME 3SIP "Feb 10, 2007"
+.TH SIP_GET_CONTACT_DISPLAY_NAME 3SIP "November 22, 2021"
.SH NAME
sip_get_contact_display_name, sip_get_from_display_name,
sip_get_to_display_name, sip_get_from_tag, sip_get_to_tag, sip_get_callid,
@@ -33,7 +33,6 @@ sip_get_event, sip_get_substate, sip_get_content_lang, sip_get_tstamp_value,
sip_get_route_uri_str, sip_get_route_display_name, sip_get_contact_uri_str,
sip_get_from_uri_str, sip_get_to_uri_str \- obtain header specific attributes
.SH SYNOPSIS
-.LP
.nf
\fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsip\fR [ \fIlibrary\fR ... ]
#include <sip.h>
@@ -515,8 +514,6 @@ sip_method_t\fB\fR \fIsip_get_rack_method\fR(\fBsip_msg_t\fR \fIsip_msg\fR, \fBi
.fi
.SH DESCRIPTION
-.sp
-.LP
For functions that return a pointer of type \fBsip_str_t\fR, \fBsip_str_t\fR is
supplied by:
.sp
@@ -540,7 +537,7 @@ For example, given the following request line in a \fBSIP\fR message
.sp
.in +2
.nf
-FROM : <Alice sip:alice@atlanta.com>;tag=1928301774
+FROM : <Alice sip:alice@example.com>;tag=1928301774
.fi
.in -2
@@ -1032,8 +1029,6 @@ provided \fBCONTENT-LANGUAGE\fR value.
The \fBsip_get_tstamp_value()\fR function will return the timestamp value from
the \fBTIMESTAMP\fR header in the \fBSIP\fR message \fIsip_msg\fR.
.SH RETURN VALUES
-.sp
-.LP
For functions that return a pointer to \fIsip_str_t\fR, the return value is the
specified value on success or \fBNULL\fR in case of error. For functions that
return an integer, the return value is the specified value on success and
@@ -1043,8 +1038,6 @@ return an integer, the return value is the specified value on success and
The value of \fBerrno\fR is not changed by these calls in the event of an
error.
.SH ERRORS
-.sp
-.LP
These functions take a pointer to an integer \fIerror\fR as an argument. If the
error is non-null, one of the following values is set:
.sp
@@ -1081,8 +1074,6 @@ There is an error allocating memory for the return value.
On success, the value of the location pointed to by \fIerror\fR is set to
\fB0\fR.
.SH ATTRIBUTES
-.sp
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -1099,6 +1090,4 @@ MT-Level MT-Safe
.TE
.SH SEE ALSO
-.sp
-.LP
\fBlibsip\fR(3LIB)
diff --git a/usr/src/man/man3sip/sip_get_request_method.3sip b/usr/src/man/man3sip/sip_get_request_method.3sip
index 7eaa340e63..9ec271bd01 100644
--- a/usr/src/man/man3sip/sip_get_request_method.3sip
+++ b/usr/src/man/man3sip/sip_get_request_method.3sip
@@ -3,12 +3,11 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH SIP_GET_REQUEST_METHOD 3SIP "Jan 25, 2007"
+.TH SIP_GET_REQUEST_METHOD 3SIP "November 22, 2021"
.SH NAME
sip_get_request_method, sip_get_response_code, sip_get_response_phrase,
sip_get_sip_version \- obtain attributes from the start line in a SIP message
.SH SYNOPSIS
-.LP
.nf
\fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsip\fR [ \fIlibrary\fR ... ]
#include <sip.h>
@@ -36,8 +35,6 @@ sip_get_sip_version \- obtain attributes from the start line in a SIP message
.fi
.SH DESCRIPTION
-.sp
-.LP
For functions that return a pointer of type \fBsip_str_t\fR, \fBsip_str_t\fR is
supplied by:
.sp
@@ -61,7 +58,7 @@ For example, given the following request line in a \fBSIP\fR message
.sp
.in +2
.nf
-FROM : <Alice sip:alice@atlanta.com>;tag=1928301774
+FROM : <Alice sip:alice@example.com>;tag=1928301774
.fi
.in -2
@@ -134,7 +131,7 @@ The \fBsip_get_response_code()\fR function will return the response code
\fIresponse\fR from the request line in the \fBSIP\fR message \fIsip_msg\fR.
.sp
.LP
-The \fBsip_get_respose_phrase()\fR function will return the response phrase
+The \fBsip_get_response_phrase()\fR function will return the response phrase
\fIresponse\fR from the request line in the \fBSIP\fR message \fIsip_msg\fR.
.sp
.LP
@@ -142,8 +139,6 @@ The \fBsip_get_sip_version()\fR function will return the version of the
\fBSIP\fR protocol from the request or the response line in the \fBSIP\fR
message \fIsip_msg\fR.
.SH RETURN VALUES
-.sp
-.LP
For functions that return a pointer to \fIsip_str_t\fR, the return value is the
specified value on success or \fBNULL\fR in case of error. For functions that
return an integer, the return value is the specified value on success and
@@ -153,8 +148,6 @@ return an integer, the return value is the specified value on success and
The value of \fBerrno\fR is not changed by these calls in the event of an
error.
.SH ERRORS
-.sp
-.LP
These functions take a pointer to an integer \fIerror\fR as an argument. If the
error is non-null, one of the following values is set:
.sp
@@ -191,8 +184,6 @@ There is an error allocating memory for the return value.
On success, the value of the location pointed to by \fIerror\fR is set to
\fB0\fR.
.SH ATTRIBUTES
-.sp
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -209,6 +200,4 @@ MT-Level MT-Safe
.TE
.SH SEE ALSO
-.sp
-.LP
\fBlibsip\fR(3LIB)
diff --git a/usr/src/man/man3sip/sip_get_request_uri_str.3sip b/usr/src/man/man3sip/sip_get_request_uri_str.3sip
index 6765470c17..12d932c24b 100644
--- a/usr/src/man/man3sip/sip_get_request_uri_str.3sip
+++ b/usr/src/man/man3sip/sip_get_request_uri_str.3sip
@@ -3,11 +3,10 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH SIP_GET_REQUEST_URI_STR 3SIP "Jan 25, 2007"
+.TH SIP_GET_REQUEST_URI_STR 3SIP "November 22, 2021"
.SH NAME
sip_get_request_uri_str \- return request URI
.SH SYNOPSIS
-.LP
.nf
\fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsip\fR [ \fIlibrary\fR ... ]
#include <sip.h>
@@ -17,8 +16,6 @@ sip_get_request_uri_str \- return request URI
.fi
.SH DESCRIPTION
-.sp
-.LP
For functions that return a pointer of type \fIsip_str_t\fR, \fIsip_str_t\fR is
supplied by:
.sp
@@ -42,22 +39,20 @@ For example, given the following request line in a \fBSIP\fR message input to
.sp
.in +2
.nf
-INVITE sip:marconi@radio.org SIP/2.0
+INVITE sip:marconi@example.org SIP/2.0
.fi
.in -2
.sp
.LP
the return is a pointer to \fIsip_str_t\fR with the \fIsip_str_ptr\fR member
-pointing to "\fBs\fR" of \fBsip:marconi@radio.org\fR and \fIsip_str_len\fR
-being set to \fB21\fR, the length of \fBsip:marconi@radio.org\fR.
+pointing to "\fBs\fR" of \fBsip:marconi@example.org\fR and \fIsip_str_len\fR
+being set to \fB23\fR, the length of \fBsip:marconi@example.org\fR.
.sp
.LP
The \fBsip_get_request_uri_str()\fR function returns the \fBURI\fR string from
the request line in the \fBSIP\fR message \fIsip_msg\fR.
.SH RETURN VALUES
-.sp
-.LP
The \fBsip_get_request_uri_str()\fR function returns the \fBURI\fR string. The
function returns \fBNULL\fR on failure.
.sp
@@ -65,8 +60,6 @@ function returns \fBNULL\fR on failure.
The value of \fBerrno\fR is not changed by these calls in the event of an
error.
.SH ERRORS
-.sp
-.LP
If the error is non-null, one of the following values is set:
.sp
.ne 2
@@ -92,8 +85,6 @@ For \fIsip_get_request_uri_str\fR, the request \fBURI\fR is invalid.
On success, the value of the location pointed to by \fIerror\fR is set to
\fB0\fR.
.SH ATTRIBUTES
-.sp
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -110,6 +101,4 @@ MT-Level MT-Safe
.TE
.SH SEE ALSO
-.sp
-.LP
\fBlibsip\fR(3LIB)
diff --git a/usr/src/man/man3sip/sip_is_sip_uri.3sip b/usr/src/man/man3sip/sip_is_sip_uri.3sip
index 04ec93b6fc..2a07335c57 100644
--- a/usr/src/man/man3sip/sip_is_sip_uri.3sip
+++ b/usr/src/man/man3sip/sip_is_sip_uri.3sip
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH SIP_IS_SIP_URI 3SIP "Feb 10, 2007"
+.TH SIP_IS_SIP_URI 3SIP "November 22, 2021"
.SH NAME
sip_is_sip_uri, sip_get_uri_scheme, sip_get_uri_host, sip_get_uri_user,
sip_get_uri_password, sip_get_uri_port, sip_get_uri_params,
@@ -11,7 +11,6 @@ sip_get_uri_headers, sip_get_uri_opaque, sip_get_uri_query, sip_get_uri_path,
sip_get_uri_regname, sip_is_uri_teluser, sip_get_uri_errflags,
sip_uri_errflags_to_str \- get URI related attributes
.SH SYNOPSIS
-.LP
.nf
\fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsip\fR [ \fIlibrary\fR ... ]
#include <sip.h>
@@ -102,8 +101,6 @@ sip_uri_errflags_to_str \- get URI related attributes
.fi
.SH DESCRIPTION
-.sp
-.LP
For functions that return a pointer of type \fIsip_str_t\fR, \fIsip_str_t\fR is
supplied by:
.sp
@@ -127,15 +124,15 @@ For example, given the following request line in a \fBSIP\fR message input to
.sp
.in +2
.nf
-INVITE sip:marconi@radio.org SIP/2.0
+INVITE sip:marconi@example.org SIP/2.0
.fi
.in -2
.sp
.LP
the return is a pointer to \fIsip_str_t\fR with the \fIsip_str_ptr\fR member
-pointing to "\fBs\fR" of \fBsip:marconi@radio.org\fR and \fIsip_str_len\fR
-being set to \fB21\fR, the length of \fBsip:marconi@radio.org\fR.
+pointing to "\fBs\fR" of \fBsip:marconi@example.org\fR and \fIsip_str_len\fR
+being set to \fB23\fR, the length of \fBsip:marconi@example.org\fR.
.sp
.LP
The \fBsip_is_sip_uri()\fR function takes a parsed \fBURI\fR \fIsip_uri\fR and
@@ -227,8 +224,6 @@ function returns a string such as:
.LP
The caller is responsible for freeing the returned string.
.SH RETURN VALUES
-.sp
-.LP
The \fBsip_get_uri_scheme()\fR, \fBsip_get_uri_user()\fR,
\fBsip_get_uri_password()\fR, \fBsip_get_uri_host()\fR,
\fBsip_get_uri_params()\fR, \fBsip_get_uri_headers()\fR,
@@ -245,8 +240,6 @@ The \fBsip_get_uri_port()\fR function returns \fIport\fR from the \fBURI\fR or
The value of \fBerrno\fR is not changed by these calls in the event of an
error.
.SH ERRORS
-.sp
-.LP
If the error is non-null, the following value is set:
.sp
.ne 2
@@ -270,8 +263,6 @@ components are requested from a \fBSIP[S]\fR \fBURI\fR.
On success, the value of the location pointed to by \fIerror\fR is set to
\fB0\fR.
.SH ATTRIBUTES
-.sp
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -288,6 +279,4 @@ MT-Level MT-Safe
.TE
.SH SEE ALSO
-.sp
-.LP
\fBlibsip\fR(3LIB)
diff --git a/usr/src/man/man3sip/sip_parse_uri.3sip b/usr/src/man/man3sip/sip_parse_uri.3sip
index 878fab7d14..f7219532ae 100644
--- a/usr/src/man/man3sip/sip_parse_uri.3sip
+++ b/usr/src/man/man3sip/sip_parse_uri.3sip
@@ -3,11 +3,10 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH SIP_PARSE_URI 3SIP "Jan 25, 2007"
+.TH SIP_PARSE_URI 3SIP "November 22, 2021"
.SH NAME
sip_parse_uri, sip_free_parsed_uri \- parse a URI and free a parsed URI
.SH SYNOPSIS
-.LP
.nf
\fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsip\fR [ \fIlibrary\fR ... ]
#include <sip.h>
@@ -22,8 +21,6 @@ sip_parse_uri, sip_free_parsed_uri \- parse a URI and free a parsed URI
.fi
.SH DESCRIPTION
-.sp
-.LP
For functions that return a pointer of type \fIsip_str_t\fR, \fIsip_str_t\fR is
supplied by:
.sp
@@ -47,15 +44,15 @@ For example, given the following request line in a \fBSIP\fR message input to
.sp
.in +2
.nf
-INVITE sip:marconi@radio.org SIP/2.0
+INVITE sip:marconi@example.org SIP/2.0
.fi
.in -2
.sp
.LP
the return is a pointer to \fIsip_str_t\fR with the \fIsip_str_ptr\fR member
-pointing to "\fBs\fR" of \fBsip:marconi@radio.org\fR and \fIsip_str_len\fR
-being set to \fB21\fR, the length of \fBsip:marconi@radio.org\fR.
+pointing to "\fBs\fR" of \fBsip:marconi@example.org\fR and \fIsip_str_len\fR
+being set to \fB23\fR, the length of \fBsip:marconi@example.org\fR.
.sp
.LP
The \fBsip_parse_uri()\fR function takes a \fBURI\fR string in the form
@@ -69,8 +66,6 @@ The \fBsip_free_parsed_uri()\fR function takes a parsed \fBURI\fR
\fIsip_uri\fR, obtained from \fBsip_parse_uri()\fR, and frees any associated
memory.
.SH RETURN VALUES
-.sp
-.LP
The \fBsip_parse_uri()\fR function returns the parsed \fBURI\fR \fIsip_uri\fR
on success. It returns a \fBNULL\fR if memory cannot be allocated for the
parsed \fBURI\fR.
@@ -79,8 +74,6 @@ parsed \fBURI\fR.
The value of \fBerrno\fR is not changed by these calls in the event of an
error.
.SH ERRORS
-.sp
-.LP
If the error is non-null, the following values is set:
.sp
.ne 2
@@ -104,8 +97,6 @@ components are requested from a \fBSIP[S]\fR \fBURI\fR.
On success, the value of the location pointed to by \fIerror\fR is set to
\fB0\fR.
.SH ATTRIBUTES
-.sp
-.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -122,6 +113,4 @@ MT-Level MT-Safe
.TE
.SH SEE ALSO
-.sp
-.LP
\fBlibsip\fR(3LIB)