summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 17:26:09 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 17:26:09 -0400
commit458c139fad3c52069ffab0fbc34c7c1b35ff0708 (patch)
treeb0b0839afd41094e026eb0b71b951c363c7135ba /multimedia
parent6bd65dcfb550fcf2d80de33f818681e03532a630 (diff)
downloadslackbuilds-458c139fad3c52069ffab0fbc34c7c1b35ff0708.tar.gz
slackbuilds-458c139fad3c52069ffab0fbc34c7c1b35ff0708.tar.xz
multimedia/zvbi: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/zvbi/README21
1 files changed, 11 insertions, 10 deletions
diff --git a/multimedia/zvbi/README b/multimedia/zvbi/README
index 18f1efda76..257796160e 100644
--- a/multimedia/zvbi/README
+++ b/multimedia/zvbi/README
@@ -1,12 +1,13 @@
-The Zapping VBI library, in short ZVBI, provides functions to capture and
-decode VBI data. It is written in plain ANSI C with few dependencies on other
-tools and libraries, licensed under GPL.
+The Zapping VBI library, in short ZVBI, provides functions to
+capture and decode VBI data. It is written in plain ANSI C with few
+dependencies on other tools and libraries, licensed under GPL.
-The vertical blanking interval (VBI) is an interval in a television signal
-that temporarily suspends transmission of the signal for the electron gun to
-move back up to the first line of the television screen to trace the next
-screen field.
+The vertical blanking interval (VBI) is an interval in a television
+signal that temporarily suspends transmission of the signal for the
+electron gun to move back up to the first line of the television
+screen to trace the next screen field.
-The vertical blanking interval can be used to carry data, since anything sent
-during the VBI would naturally not be displayed; various test signals, closed
-captioning, and other digital data can be sent during this time period.
+The vertical blanking interval can be used to carry data, since
+anything sent during the VBI would naturally not be displayed; various
+test signals, closed captioning, and other digital data can be sent
+during this time period.