summaryrefslogtreecommitdiff
path: root/misc/dync
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 /misc/dync
parent4f4f1b81d13abc86b32673c726b70d17a6202d29 (diff)
downloadpkgsrc-f4ab4bfd7ecc3cdfad69293a69f2c92d7ae60161.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'misc/dync')
-rw-r--r--misc/dync/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dync/DESCR b/misc/dync/DESCR
index fe27844cf22..9a92d6e9fc7 100644
--- a/misc/dync/DESCR
+++ b/misc/dync/DESCR
@@ -3,7 +3,7 @@ the use of C as a scripting language. This can be quite useful
****SOMETIMES****, allowing access to system calls and library functions
from the command line. For example, there are occasions when I want
to see the struct stat for a directory entry, and want to be able to
-access st_mtime values, without having to parse output from "ls -l".
+access st_mtime values, without having to parse output from "ls -l".
A simple:
int main(int argc, char **argv)