Date: Wed, 21 Jul 2010 13:00:01 +0000 (UTC) From: Kai Wang <kaiw@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r210349 - head/lib/libelf Message-ID: <201007211300.o6LD01el024143@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kaiw Date: Wed Jul 21 13:00:01 2010 New Revision: 210349 URL: http://svn.freebsd.org/changeset/base/210349 Log: Remove a redundant word. Obtained from: elftoolchain MFC after: 1 month Modified: head/lib/libelf/elf.3 Modified: head/lib/libelf/elf.3 ============================================================================== --- head/lib/libelf/elf.3 Wed Jul 21 12:54:34 2010 (r210348) +++ head/lib/libelf/elf.3 Wed Jul 21 13:00:01 2010 (r210349) @@ -36,8 +36,8 @@ .Sh DESCRIPTION The .Lb libelf -library provides functions that allow an application to read and -manipulate ELF object files, and to read +provides functions that allow an application to read and manipulate +ELF object files, and to read .Xr ar 1 archives. The library allows the manipulation of ELF objects in a byte ordering
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007211300.o6LD01el024143>