* configure.host: Change irix5 to irix[56]*.
[deliverable/binutils-gdb.git] / binutils / ranlib.1
index f63c0a0278843a4d3660b7a10b3034aa9614d3b8..7efb5c8e85091e3f65babd5c2467e66aa0cd0c32 100644 (file)
@@ -1,6 +1,5 @@
 .\" Copyright (c) 1991 Free Software Foundation
 .\" See section COPYING for conditions for redistribution
-.\" $Id$
 .TH ranlib 1 "5 November 1991" "cygnus support" "GNU Development Tools"
 .de BP
 .sp
@@ -9,44 +8,48 @@
 ..
 
 .SH NAME
-ranlib\(em\&generate index to archive.
+ranlib \- generate index to archive.
 
 .SH SYNOPSIS
 .hy 0
 .na
 .B ranlib \c
+.RB "[\|" \-v | \-V "\|]"
 .I archive\c
 \&
 .ad b
 .hy 1
 .SH DESCRIPTION
-\c
-.B ranlib\c
-\& generates an index to the contents of an archive, and
+.B ranlib
+generates an index to the contents of an archive, and
 stores it in the archive.  The index lists each symbol defined by a
 member of an archive that is a relocatable object file.  
-
-You may use `\|\c
-.B nm \-s\c
-\|' or `\|\c
-.B nm +print-armap\c
-\|' to list this index.
-
+.PP
+You may use
+.RB ` "nm \-s" '
+or
+.RB ` "nm \-\-print-armap" '
+to list this index.
+.PP
 An archive with such an index speeds up linking to the library, and
 allows routines in the library to call each other without regard to
 their placement in the archive.
+.PP
+The GNU
+.B ranlib
+program is another form of GNU
+.BR ar ;
+running
+.B ranlib
+is completely equivalent to executing
+.RB ` "ar \-s" '.
 
-The GNU \c
-.B ranlib\c
-\& program is another form of GNU \c
-.B ar\c
-\&; running
-\c
-.B ranlib\c
-\& is completely equivalent to executing `\|\c
-.B ar \-s\c
-\|'.
-
+.SH OPTIONS
+.TP
+.B \-v
+Print the version number of
+.B ranlib
+and exit.
 
 .SH "SEE ALSO"
 .RB "`\|" binutils "\|'"
This page took 0.024994 seconds and 4 git commands to generate.