diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-06 08:35:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-06 08:35:45 +0000 |
commit | 21b43e0fe9df726424e7fc66a5574dde67cb0eb4 (patch) | |
tree | 36b319df43186267c13abf0d4a520b732a41277c /src | |
parent | 2315cbdeaa313420942c5dc7730e46d737ed5be0 (diff) | |
download | coreutils-21b43e0fe9df726424e7fc66a5574dde67cb0eb4.tar.xz |
add blank line
Diffstat (limited to 'src')
-rw-r--r-- | src/sleep.c | 1 |
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 |