From 2da06f8f52081e6453f31a4856e820ae7411a67e Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 1 Feb 2012 16:49:25 +0000 Subject: PR binutils/13493 * ar.c (ranlib_main): Process --plugin option. * doc/binutils.texi: Document --plugin support for ranlib. --- binutils/doc/binutils.texi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'binutils/doc') diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 76998bc9b9..a9d9516365 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -10,8 +10,9 @@ @copying @c man begin COPYRIGHT -Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, +1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +2010, 2011, 2012 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document @@ -2364,7 +2365,7 @@ nm(1), readelf(1), and the Info entries for @file{binutils}. @smallexample @c man begin SYNOPSIS ranlib -ranlib [@option{-DhHvVt}] @var{archive} +ranlib [@option{--plugin} @var{name}] [@option{-DhHvVt}] @var{archive} @c man end @end smallexample -- cgit v1.2.1