summaryrefslogtreecommitdiffstats
path: root/libraries/pysendfile
diff options
context:
space:
mode:
author B. Watson2016-11-14 04:17:19 +0100
committer Willy Sudiarto Raharjo2016-11-14 10:47:23 +0100
commit66516d4b0ebeaa8244bd710982a88c6f839cbf1e (patch)
treebf06b6a03bdaccc4ee14ec4f32108a8c6f573a0d /libraries/pysendfile
parent085e46981cbe8e6dc02dd490f0f6c2ff833d0511 (diff)
downloadslackbuilds-66516d4b0ebeaa8244bd710982a88c6f839cbf1e.tar.gz
libraries/pysendfile: Fix slack-desc.
Diffstat (limited to 'libraries/pysendfile')
-rw-r--r--libraries/pysendfile/slack-desc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/pysendfile/slack-desc b/libraries/pysendfile/slack-desc
index 4d3125a90b..5d199b3fe0 100644
--- a/libraries/pysendfile/slack-desc
+++ b/libraries/pysendfile/slack-desc
@@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-pysendfile: pysendfile (A Python interface to sendfile(2) syscall)
+pysendfile: pysendfile (A Python interface to sendfile(2)
pysendfile:
pysendfile: sendfile(2) is a system call which provides a "zero-copy" way of
pysendfile: copying data from one file descriptor to another (a socket).