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.
This commit is contained in:
parent
91f83b0228
commit
8a1373cc51
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue