diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
commit | f1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch) | |
tree | 37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /misc/dync | |
parent | 37170ce899bdf394cca1d0769b2215d84b15a7ee (diff) | |
download | pkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz |
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'misc/dync')
-rw-r--r-- | misc/dync/DESCR | 2 |
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) |