summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 16:54:21 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 16:54:21 -0400
commitc557910220163e9653b57d3597cb46f2584b10a9 (patch)
tree1c0fa6697657358a345e303166be073323118db5
parent2edac63e542f7266de112d036c55cbac20b687db (diff)
downloadslackbuilds-c557910220163e9653b57d3597cb46f2584b10a9.tar.gz
slackbuilds-c557910220163e9653b57d3597cb46f2584b10a9.tar.xz
misc/beep: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--misc/beep/README25
1 files changed, 12 insertions, 13 deletions
diff --git a/misc/beep/README b/misc/beep/README
index f78c1af8fd..845ecb4064 100644
--- a/misc/beep/README
+++ b/misc/beep/README
@@ -1,15 +1,14 @@
-beep does exactly what you would expect: it beeps.
+beep does exactly what you would expect: it beeps.
-Unlike printf("\a"), beep allows you to control pitch, duration, and
-repetitions. Its job is to live inside shell/perl scripts and allow more
-granularity than one would otherwise have. It is controlled completely
-through command line options. It's not supposed to be complex, and it
-isn't - but it makes system monitoring (or whatever else it gets hacked
-onto) that much more informative.
-
-You may need to set beep executable suid; thre are potential security
-issues with doing so, but the beep source code is very small and easily
-auditable, and you won't get a lot of use of it unless it's suid, but
-that's your call. See the SlackBuild script for the proper variable to
-change if you want to install it suid.
+Unlike printf("\a"), beep allows you to control pitch, duration, and
+repetitions. Its job is to live inside shell/perl scripts and allow
+more granularity than one would otherwise have. It is controlled
+completely through command line options. It's not supposed to be
+complex, and it isn't - but it makes system monitoring (or whatever
+else it gets hacked onto) that much more informative.
+You may need to set beep executable suid; thre are potential security
+issues with doing so, but the beep source code is very small and
+easily auditable, and you won't get a lot of use of it unless it's
+suid, but that's your call. See the SlackBuild script for the proper
+variable to change if you want to install it suid.