diff options
Diffstat (limited to 'usr/src/man/man3ext/demangle.3ext')
-rw-r--r-- | usr/src/man/man3ext/demangle.3ext | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr/src/man/man3ext/demangle.3ext b/usr/src/man/man3ext/demangle.3ext index 2fa1e3ecf2..3ee0f9d17d 100644 --- a/usr/src/man/man3ext/demangle.3ext +++ b/usr/src/man/man3ext/demangle.3ext @@ -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 demangle 3EXT "11 Mar 1997" "SunOS 5.11" "Extended Library Functions" +.TH DEMANGLE 3EXT "Mar 11, 1997" .SH NAME demangle, cplus_demangle \- decode a C++ encoded symbol name .SH SYNOPSIS @@ -50,36 +50,30 @@ the SPROcc package. The \fBcplus_demangle()\fR function returns the following values: .sp .ne 2 -.mk .na \fB\fB0\fR\fR .ad .RS 19n -.rt The \fIsymbol\fR argument is a valid mangled name and \fIprototype\fR contains a (partial) prototype for the symbol. .RE .sp .ne 2 -.mk .na \fB\fBDEMANGLE_ENAME\fR\fR .ad .RS 19n -.rt The \fIsymbol\fR argument is not a valid mangled name and the content of \fIprototype\fR is a copy of the symbol. .RE .sp .ne 2 -.mk .na \fB\fBDEMANGLE_ESPACE\fR\fR .ad .RS 19n -.rt The \fIprototype\fR output buffer is too small to contain the prototype (or the symbol), and the content of \fIprototype\fR is undefined. .RE |