libraries/libslack: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 15:45:32 -04:00
parent ed014eaa52
commit e4133ad647
1 changed files with 6 additions and 6 deletions

View File

@ -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