keep sh3e tests
[deliverable/binutils-gdb.git] / binutils / ar.1
index 1e19390846b836fba9fa0498125da1e599e2b0c0..a138e4ac061cd2944c57addd1e24588d550fc0c5 100644 (file)
@@ -8,13 +8,13 @@
 ..
 
 .SH NAME
-ar\(em\&create, modify, and extract from archives.
+ar \- create, modify, and extract from archives.
 
 .SH SYNOPSIS
 .hy 0
 .na
 .BR ar " [\|" "-" "\|]"\c
-.I pmod \c
+.I {dmpqrtx}[abcilosuvV] \c
 [\|\c
 .I membername\c
 \&\|] \c
@@ -79,7 +79,7 @@ their placement in the archive.
 You may use `\|\c
 .B nm \-s\c
 \|' or `\|\c
-.B nm +print-armap\c
+.B nm \-\-print\-armap\c
 \|' to list this index
 table.  If an archive lacks the table, another form of \c
 .B ar\c
@@ -363,6 +363,18 @@ created if it didn't exist, when you request an update.  But a warning is
 issued unless you specify in advance that you expect to create it, by
 using this modifier.
 
+.TP
+.B f
+Truncate names in the archive.  
+.B ar
+will normally permit file names of any length.  This will cause it to
+create archives which are not compatible with the native 
+.B ar
+program on some systems.  If this is a concern, the 
+.B f
+modifier may be used to truncate file names when putting them in the
+archive.
+
 .TP
 .B i
 Insert new files \c
@@ -435,6 +447,11 @@ when the modifier `\|\c
 .B v\c
 \|' is appended.
 
+.TP
+.B V
+This modifier shows the version number of
+.BR ar .
+
 .PP
 
 .SH "SEE ALSO"
@@ -448,7 +465,7 @@ The GNU Binary Utilities\c
 , Roland H. Pesch (October 1991).
 .BR nm ( 1 )\c
 \&,
-.BR ranlib( 1 )\c
+.BR ranlib ( 1 )\c
 \&.
 
 .SH COPYING
This page took 0.023275 seconds and 4 git commands to generate.