summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 12:14:00 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:38:06 -0400
commitebca52f388df4a4b3517d1aac751f18dfe429637 (patch)
tree01b06dd0a6017ecdc70354ad6077ef93370849bd
parentcef39735f61326b6a29665849a48f8b419552971 (diff)
downloadslackbuilds-ebca52f388df4a4b3517d1aac751f18dfe429637.tar.gz
slackbuilds-ebca52f388df4a4b3517d1aac751f18dfe429637.tar.xz
system/fswatch: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--system/fswatch/README17
1 files changed, 9 insertions, 8 deletions
diff --git a/system/fswatch/README b/system/fswatch/README
index 9a2dc20522..b240cf9d58 100644
--- a/system/fswatch/README
+++ b/system/fswatch/README
@@ -1,13 +1,14 @@
-fswatch is a cross-platform file change monitor that receives notifications
-when the contents of the specified files or directories are modified.
+fswatch is a cross-platform file change monitor that receives
+notifications when the contents of the specified files or directories
+are modified.
-The fswatch.SlackBuild automatically builds the linux variant of fswatch.
+The fswatch.SlackBuild automatically builds the linux variant of
+fswatch.
-If you would like to compile fswatch for another OS, please check the README
-files that will be saved to /usr/doc/fswatch-${VERSION}/
+If you would like to compile fswatch for another OS, please check the
+README files that will be saved to /usr/doc/fswatch-${VERSION}/
-The default compiler is clang++ however, if you prefer, fswatch can also be
-compiled with g++:
+The default compiler is clang++; however, if you prefer, fswatch can
+also be compiled with g++:
CXX="g++" ./fswatch.SlackBuild
-