summaryrefslogtreecommitdiff
path: root/src/sleep.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-06 08:35:45 +0000
committerJim Meyering <jim@meyering.net>2000-01-06 08:35:45 +0000
commit21b43e0fe9df726424e7fc66a5574dde67cb0eb4 (patch)
tree36b319df43186267c13abf0d4a520b732a41277c /src/sleep.c
parent2315cbdeaa313420942c5dc7730e46d737ed5be0 (diff)
downloadcoreutils-21b43e0fe9df726424e7fc66a5574dde67cb0eb4.tar.xz
add blank line
Diffstat (limited to 'src/sleep.c')
-rw-r--r--src/sleep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sleep.c b/src/sleep.c
index 27385aea7..f5d436195 100644
--- a/src/sleep.c
+++ b/src/sleep.c
@@ -83,6 +83,7 @@ point number.\n\
}
exit (status);
}
+
/* Given a floating point value *X, and a suffix character, SUFFIX_CHAR,
scale *X by the multiplier implied by SUFFIX_CHAR. SUFFIX_CHAR may
be the NUL byte or `s' to denote seconds, `m' for minutes, `h' for