summaryrefslogtreecommitdiffstats
path: root/libraries/libslack/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libslack/README')
-rw-r--r--libraries/libslack/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/libslack/README b/libraries/libslack/README
index ea462496eb..b762807f91 100644
--- a/libraries/libslack/README
+++ b/libraries/libslack/README
@@ -1,5 +1,5 @@
-Libslack is a library of general utilities designed to make
-UNIX/C programming a bit easier on the eye.
+Libslack is a library of general utilities designed to make UNIX/C
+programming a bit easier on the eye.
It's a small library with lots of functionality, accurately
documented and thoroughly tested.
@@ -23,11 +23,11 @@ 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
+net - network (clients/servers, expect/send, pack/unpack, mail)
+prog - program framework, 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
+str - strings (tr, regex, regsub, fmt, trim, lc, uc, ...)
+vsscanf - sscanf() with va_list for systems that don't have it