svn commit: r210349 - head/lib/libelf

Kai Wang kaiw at FreeBSD.org
Wed Jul 21 13:00:02 UTC 2010


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


More information about the svn-src-head mailing list