From c2158ce51eea93384b43dcfbf10f2049255c3d89 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Nov 2016 16:23:34 -0500 Subject: libraries/libslack: Fix README. --- libraries/libslack/README | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'libraries') diff --git a/libraries/libslack/README b/libraries/libslack/README index 1aa0665d04..320fc7832f 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 -- cgit v1.2.3