summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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).