gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r2088: add blurb for libc


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2088: add blurb for libc
Date: Sat, 30 Mar 2013 13:00:50 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2088
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2013-03-30 13:00:50 +0100
message:
  add blurb for libc
modified:
  gnu/libc/Makefile
=== modified file 'gnu/libc/Makefile'
--- a/gnu/libc/Makefile 2013-01-04 18:58:56 +0000
+++ b/gnu/libc/Makefile 2013-03-30 12:00:50 +0000
@@ -4,6 +4,14 @@
 GARVERSION = 2.17
 HOME_URL = http://www.gnu.org/software/libc/
 DESCRIPTION = The C library in GNU systems
+define BLURB
+ The GNU C Library is the standard C library of the GNU system.  It
+ defines the system calls and other basic functionality necessary to
+ write programs in the C language.  It handles low-level functionality
+ that communicates with the kernel, such as process and file 
+ management, as well as higher-level functionality such as string
+ manipulation or command-line argument handling.
+endef
 
 ######################################################################
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]