diff options
author | David MacKenzie <djm@cygnus> | 1993-04-29 18:15:00 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-04-29 18:15:00 +0000 |
commit | 1f72cab137911908c0077f7abad4ca9a57e608b0 (patch) | |
tree | c33b917addf43fe58d6628ec544d9c80a68200ac /binutils/ar.1 | |
parent | ff580c7b96e1b08623de554ed3091d8b8b810470 (diff) | |
download | gdb-1f72cab137911908c0077f7abad4ca9a57e608b0.zip gdb-1f72cab137911908c0077f7abad4ca9a57e608b0.tar.gz gdb-1f72cab137911908c0077f7abad4ca9a57e608b0.tar.bz2 |
Document missing options. Use -- instead of + for long options.
Diffstat (limited to 'binutils/ar.1')
-rw-r--r-- | binutils/ar.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/binutils/ar.1 b/binutils/ar.1 index 1e19390..3d03690 100644 --- a/binutils/ar.1 +++ b/binutils/ar.1 @@ -14,7 +14,7 @@ ar\(em\&create, modify, and extract from archives. .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 @@ -435,6 +435,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" |