diff options
Diffstat (limited to 'usr/src/man/man1/whocalls.1')
-rw-r--r-- | usr/src/man/man1/whocalls.1 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr/src/man/man1/whocalls.1 b/usr/src/man/man1/whocalls.1 index becc546b1b..6c8d6b9c1a 100644 --- a/usr/src/man/man1/whocalls.1 +++ b/usr/src/man/man1/whocalls.1 @@ -3,13 +3,13 @@ .\" 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 whocalls 1 "3 Jul 2007" "SunOS 5.11" "User Commands" +.TH WHOCALLS 1 "Jul 3, 2007" .SH NAME whocalls \- report on the calls to a specific procedure .SH SYNOPSIS .LP .nf -\fBwhocalls\fR [\fB-l\fR \fIwholib\fR] [\fB-s\fR] \fIfuncname\fR \fIexecutable\fR +\fBwhocalls\fR [\fB-l\fR \fIwholib\fR] [\fB-s\fR] \fIfuncname\fR \fIexecutable\fR [\fIarguments\fR]... .fi @@ -29,23 +29,19 @@ trace are displayed on standard output. The following options are supported: .sp .ne 2 -.mk .na \fB\fB-l\fR \fIwholib\fR\fR .ad .RS 13n -.rt Specifies an alternate \fBwho.so\fR \fILink-Auditing\fR library to use. .RE .sp .ne 2 -.mk .na \fB\fB-s\fR\fR .ad .RS 13n -.rt When available, examines and uses the \fB\&.symtab\fR symbol table for local symbols. This is a little more expensive than using the \fB\&.dynsym\fR symbol table, but can produce more detailed stack trace information. |