summaryrefslogtreecommitdiff
path: root/devel/p5-IO-Null
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-05-06 17:40:18 +0000
committerjmmv <jmmv>2003-05-06 17:40:18 +0000
commitf4ab4bfd7ecc3cdfad69293a69f2c92d7ae60161 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /devel/p5-IO-Null
parent4f4f1b81d13abc86b32673c726b70d17a6202d29 (diff)
downloadpkgsrc-f4ab4bfd7ecc3cdfad69293a69f2c92d7ae60161.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'devel/p5-IO-Null')
-rw-r--r--devel/p5-IO-Null/DESCR6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-IO-Null/DESCR b/devel/p5-IO-Null/DESCR
index 5091b8b1b38..5f200fbfcba 100644
--- a/devel/p5-IO-Null/DESCR
+++ b/devel/p5-IO-Null/DESCR
@@ -1,7 +1,7 @@
-This is a class for null file handles. Calling a constructor of this
-class always succeeds, returning a new null file handle. Writing to
+This is a class for null file handles. Calling a constructor of this
+class always succeeds, returning a new null file handle. Writing to
any object of this class is always a no-operation, and returns true.
-Reading from any object of this class is always no-operation, and
+Reading from any object of this class is always no-operation, and
returns empty-string or empty-list, as appropriate.
You could say: