summaryrefslogtreecommitdiff
path: root/devel/sfio
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-23 08:26:03 +0000
committerrillig <rillig>2005-05-23 08:26:03 +0000
commit88fbe0b4f045070c1d74e80e2ff7448527e556e4 (patch)
treea88b53a484071e09249ef5ae57e9f69b5ffb0a67 /devel/sfio
parent7caf0db822a5ebc4e6dc7732d45fa9bd3e9dea13 (diff)
downloadpkgsrc-88fbe0b4f045070c1d74e80e2ff7448527e556e4.tar.gz
Removed trailing white-space.
Diffstat (limited to 'devel/sfio')
-rw-r--r--devel/sfio/DESCR10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/sfio/DESCR b/devel/sfio/DESCR
index 1756231df33..292156226dc 100644
--- a/devel/sfio/DESCR
+++ b/devel/sfio/DESCR
@@ -2,7 +2,7 @@ Sfio is a portable library for managing I/O streams. It provides
similar functionality to the ANSI C Standard I/O functions known
collectively as Stdio. However, it has a distinct interface and is
generally faster and more robust than most Stdio implementations.
-(For backward compatibility, Sfio provides two Stdio emulation packages.)
+(For backward compatibility, Sfio provides two Stdio emulation packages.)
Sfio also introduces a number of new features and concepts beyond
Stdio stream I/O processing:
@@ -15,8 +15,8 @@ Stdio stream I/O processing:
+ Robust handling of variable-sized records, and
+ Extensible printf/scanf-like formatting I/O operations.
-The current distribution of Sfio is Sfio1998. The library handles 64-bit
-streams on platforms that support 64-bit files. The formatting family of
-functions (e.g., sfprintf() and sfscanf()) have been extended so that
-applications can redefine the meanings of predefined patterns as well as
+The current distribution of Sfio is Sfio1998. The library handles 64-bit
+streams on platforms that support 64-bit files. The formatting family of
+functions (e.g., sfprintf() and sfscanf()) have been extended so that
+applications can redefine the meanings of predefined patterns as well as
define new patterns.