* Makefile.in (TOOL_PROGS): Include dlltool if needed.
[deliverable/binutils-gdb.git] / binutils / ar.1
index 1e19390846b836fba9fa0498125da1e599e2b0c0..fac6223bbf7839d291d1f3b1c50e884e0229449a 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"
This page took 0.023559 seconds and 4 git commands to generate.