aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2014-03-12 12:00:27 +0000
committerNick Clifton <nickc@redhat.com>2014-03-12 12:34:21 +0000
commit8a1373cc51a55646633a9bedefbf722e5a3486ed (patch)
tree91a45db7fc4cec75f19e3eb4dd2d795a925f7a41 /binutils
parent91f83b0228f795e4acb8ac6e6690c6276cbec599 (diff)
downloadgdb-8a1373cc51a55646633a9bedefbf722e5a3486ed.zip
gdb-8a1373cc51a55646633a9bedefbf722e5a3486ed.tar.gz
gdb-8a1373cc51a55646633a9bedefbf722e5a3486ed.tar.bz2
Update the documentation for the AR command so that it shows the --plugin
option coming *after* the command option not before it. PR binutils/16652 * doc/binutils.texi (ar cmdline): Move --plugin command line option to after the command option.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog6
-rw-r--r--binutils/doc/binutils.texi4
2 files changed, 8 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 21ac1e5..1197640 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2014-03-12 Nick Clifton <nickc@redhat.com>
+
+ PR binutils/16652
+ * doc/binutils.texi (ar cmdline): Move --plugin command line
+ option to after the command option.
+
2014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
PR binutils/16567
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 7c4322d..5c95800 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -174,7 +174,7 @@ in the section entitled ``GNU Free Documentation License''.
@c man title ar create, modify, and extract from archives
@smallexample
-ar [@option{--plugin} @var{name}] [-]@var{p}[@var{mod} [@var{relpos}] [@var{count}]] [@option{--target} @var{bfdname}] @var{archive} [@var{member}@dots{}]
+ar [-]@var{p}[@var{mod}] [@option{--plugin} @var{name}] [@option{--target} @var{bfdname}] [@var{relpos}] [@var{count}] @var{archive} [@var{member}@dots{}]
ar -M [ <mri-script ]
@end smallexample
@@ -258,7 +258,7 @@ program.
@smallexample
@c man begin SYNOPSIS ar
-ar [@option{--plugin} @var{name}] [@option{-X32_64}] [@option{-}]@var{p}[@var{mod} [@var{relpos}] [@var{count}]] [@option{--target} @var{bfdname}] @var{archive} [@var{member}@dots{}]
+ar [@option{-X32_64}] [@option{-}]@var{p}[@var{mod}] [@option{--plugin} @var{name}] [@option{--target} @var{bfdname}] [@var{relpos}] [@var{count}] @var{archive} [@var{member}@dots{}]
@c man end
@end smallexample