diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 17:51:33 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:03 +0700 |
commit | e2f9c84e7dc16710bffe91d5325b9a112e23e937 (patch) | |
tree | a8a3cc5c30f0eca7c1580eafda6ba37cdfbbbc4d | |
parent | 0815401910eaeb7b1d69e6b8136c38203c184aed (diff) | |
download | slackbuilds-e2f9c84e7dc16710bffe91d5325b9a112e23e937.tar.gz |
libraries/libfixposix: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/libfixposix/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/libfixposix/README b/libraries/libfixposix/README index b106e433a7..8f5f59c171 100644 --- a/libraries/libfixposix/README +++ b/libraries/libfixposix/README @@ -1,4 +1,4 @@ The purpose of libfixposix is to offer replacements for parts of POSIX whose behaviour is inconsistent across *NIX flavours. -Libfixposix required by 'iolib' common-lisp library.
\ No newline at end of file +Libfixposix is required by the 'iolib' common-lisp library. |