summaryrefslogtreecommitdiffstats
path: root/libraries/libslack
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2016-12-03 20:57:29 +0000
committer David Spencer <idlemoor@slackbuilds.org>2016-12-04 19:28:52 +0000
commitb0fc6b3a0c827a303038765e5cb2ca461f3cebed (patch)
tree9f060e228fa966d55bd059fcfdeaf0ec2a4abd91 /libraries/libslack
parent53c682d45b5b327d4c2c6142180e581ea93ab07a (diff)
downloadslackbuilds-b0fc6b3a0c827a303038765e5cb2ca461f3cebed.tar.gz
slackbuilds-b0fc6b3a0c827a303038765e5cb2ca461f3cebed.tar.xz
libraries/libslack: Fixed README.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'libraries/libslack')
-rw-r--r--libraries/libslack/README44
1 files changed, 22 insertions, 22 deletions
diff --git a/libraries/libslack/README b/libraries/libslack/README
index 320fc7832f..ea462496eb 100644
--- a/libraries/libslack/README
+++ b/libraries/libslack/README
@@ -9,25 +9,25 @@ to write and code should always be easy to read.
Libslack contains the following modules:
-agent - agent oriented programming
-coproc - coprocess using pipes or pseudo terminals
-daemon - becoming a daemon
-err - message/error/debug/verbosity/alert messaging
-fio - fifo and file control and some I/O
-getopt - GNU getopt_long() for systems that don't have it
-hsort - generic heap sort
-lim - POSIX.1 limits convenience functions
-link - abstract linked lists with optional growable free lists
-list - list (growable pointer array) data type
-locker - abstract locking and reader/writer lock implementation
-map - map (hash table) data type
-mem - memory helper functions, secure memory, memory pools
-msg - message handling and syslog helper functions
-net - network functions (clients/servers, expect/send, pack/unpack, mail)
-prog - program framework and flexible command line option handling
-prop - program properties files
-pseudo - pseudo terminals
-sig - ISO C compliant signal handling
-snprintf - safe sprintf for systems that don't have it
-str - string data type (tr, regex, regsub, fmt, trim, lc, uc, ...)
-vsscanf - sscanf() with va_list argument for systems that don't have it
+agent - agent oriented programming
+coproc - coprocess using pipes or pseudo terminals
+daemon - becoming a daemon
+err - message/error/debug/verbosity/alert messaging
+fio - fifo and file control and some I/O
+getopt - GNU getopt_long() for systems that don't have it
+hsort - generic heap sort
+lim - POSIX.1 limits convenience functions
+link - abstract linked lists with optional growable free lists
+list - list (growable pointer array) data type
+locker - abstract locking and reader/writer lock implementation
+map - map (hash table) data type
+mem - memory helper functions, secure memory, memory pools
+msg - message handling and syslog helper functions
+net - network functions (clients/servers, expect/send, pack/unpack, mail)
+prog - program framework and flexible command line option handling
+prop - program properties files
+pseudo - pseudo terminals
+sig - ISO C compliant signal handling
+snprintf - safe sprintf for systems that don't have it
+str - string data type (tr, regex, regsub, fmt, trim, lc, uc, ...)
+vsscanf - sscanf() with va_list argument for systems that don't have it