diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:46:18 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:46:18 -0400 |
commit | b78924d509b2929240d1ace4e0db68517e4e11e2 (patch) | |
tree | b240796aac3243ea580b15cd3d9a61844ed6a830 /libraries/libtubo0 | |
parent | 1c7085d0f92cbb6dd29de31e2747b5ae719a40f7 (diff) |
libraries/libtubo0: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/libtubo0')
-rw-r--r-- | libraries/libtubo0/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/libtubo0/README b/libraries/libtubo0/README index 4ec7e59df4ff..73f8b767886a 100644 --- a/libraries/libtubo0/README +++ b/libraries/libtubo0/README @@ -1,3 +1,3 @@ -Libtubo Interprocess Communication is small and simple function set to enable -a process to run any other process in the background and communicate via -the stdout, stderr and stdin file descriptors. +Libtubo Interprocess Communication is small and simple function set +to enable a process to run any other process in the background and +communicate via the stdout, stderr and stdin file descriptors. |