document --disassembler-options=force-thumb
[deliverable/binutils-gdb.git] / binutils / ar.1
index 5a9a9d56d7e234ae1153b5fef739b95116858c9b..cd71a407b3710615ef9e59eb615d11b21764791f 100644 (file)
@@ -14,10 +14,13 @@ ar \- create, modify, and extract from archives.
 .hy 0
 .na
 .BR ar " [\|" "-" "\|]"\c
 .hy 0
 .na
 .BR ar " [\|" "-" "\|]"\c
-.I {dmpqrtx}[abcilosSuvV] \c
+.I {dmpqrtx}[abcfilNoPsSuvV] \c
 [\|\c
 .I membername\c
 \&\|] \c
 [\|\c
 .I membername\c
 \&\|] \c
+[\|\c
+.I count\c
+\&\|] \c
 .I archive\c
 \& \c
 .I files\c
 .I archive\c
 \& \c
 .I files\c
@@ -384,18 +387,6 @@ program on some systems.  If this is a concern, the
 modifier may be used to truncate file names when putting them in the
 archive.
 
 modifier may be used to truncate file names when putting them in the
 archive.
 
-.TP
-.B P
-Use the full path name when matching names in the archive.
-.B ar
-can not create an archive with a full path name (such archives are not
-POSIX complaint), but other archive creators can.  This option will
-cause
-.B ar
-to match file names using a complete path name, which can be
-convenient when extracting a single file from an archive created by
-another tool.
-
 .TP
 .B i
 Insert new files \c
 .TP
 .B i
 Insert new files \c
@@ -417,6 +408,15 @@ member must be present as the \c
 .B l
 This modifier is accepted but not used.
 
 .B l
 This modifier is accepted but not used.
 
+.TP
+.B N
+Uses the
+.I count
+parameter.  This is used if there are multiple entries in the archive
+with the same name.  Extract or delete instance
+.I count
+of the given name from the archive.
+
 .TP
 .B o
 Preserve the \c
 .TP
 .B o
 Preserve the \c
@@ -425,6 +425,18 @@ Preserve the \c
 you do not specify this modifier, files extracted from the archive
 will be stamped with the time of extraction.
 
 you do not specify this modifier, files extracted from the archive
 will be stamped with the time of extraction.
 
+.TP
+.B P
+Use the full path name when matching names in the archive.
+.B ar
+can not create an archive with a full path name (such archives are not
+POSIX complaint), but other archive creators can.  This option will
+cause
+.B ar
+to match file names using a complete path name, which can be
+convenient when extracting a single file from an archive created by
+another tool.
+
 .TP
 .B s
 Write an object-file index into the archive, or update an existing one,
 .TP
 .B s
 Write an object-file index into the archive, or update an existing one,
This page took 0.02437 seconds and 4 git commands to generate.