9070 Remove wanboot from gate
[unleashed.git] / usr / src / man / man1 / ranlib.1
blob734961eb6ee73b074876eb110369fcb3ae25cf36
1 '\" te
2 .\" Copyright (c) 2007, Sun Microsystems, Inc.  All Rights Reserved
3 .\" Copyright 1989 AT&T
4 .\" 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.
5 .\" 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.
6 .\" 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]
7 .TH RANLIB 1 "Jun 28, 2007"
8 .SH NAME
9 ranlib \- convert archives to random libraries
10 .SH SYNOPSIS
11 .LP
12 .nf
13 \fBranlib\fR \fIarchive\fR
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 The \fBranlib\fR utility was used in SunOS 4.\fIx\fR to add a table of contents
20 to archive libraries, which converted each archive to a form that could be
21 linked more rapidly. This is no longer needed, as the \fBar\fR(1) command
22 automatically provides all the functionality \fBranlib\fR used to provide.
23 .sp
24 .LP
25 This script is provided as a convenience for software developers who need to
26 maintain Makefiles that are portable across a variety of operating systems.
27 .SH EXIT STATUS
28 .sp
29 .LP
30 \fBranlib\fR has exit status \fB0\fR.
31 .SH SEE ALSO
32 .sp
33 .LP
34 \fBar\fR(1), \fBar.h\fR(3HEAD), \fBattributes\fR(5)