Update the documentation for the AR command so that it shows the --plugin
authorNick Clifton <nickc@redhat.com>
Wed, 12 Mar 2014 12:00:27 +0000 (12:00 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 12 Mar 2014 12:34:21 +0000 (12:34 +0000)
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.

binutils/ChangeLog
binutils/doc/binutils.texi

index 21ac1e5d7bbda710d5ab5053dee4d38d9d7d854a..1197640ea7bd3d623202fabd831d2f5930a4691d 100644 (file)
@@ -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
index 7c4322dafb9ea2fb7c590d7bbd648dc5a89ff1e5..5c95800f91c4cf37fdd20c24a676c511b5e35ac7 100644 (file)
@@ -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